Assume the plane:
$$ax+by+cz+d=0$$
Whose vector is gonna be:
$$\mathbf{\hat n}=\frac{(bc, ac, ab)}{\sqrt{b^2c^2+a^2c^2+a^2b^2}}$$
Like in this picture:
How to find the expression for the area element, i.e. $d\mathbf{a}$?
I am confused, because all differentials are constrained to eachother:
$$a\ dx + b\ dy + c\ dz = 0$$
Can anyone help me?

If $\{\hat{u},\hat{v},\hat{n}\}$ is an orthonormal base of $\mathbb{R}^3$, the area element of the plane is just $du\times dv$.
Anyway, in order to find the area of the triangle $ABC$ given by the points on our plane with non-negative coordinates, it is faster to compute the volume of $OABC$, that is (assuming $a,b,c>0$ and $d<0$) $\frac{-d^3}{6abc}$, and divide such volume by the distance of the plane from the origin. That gives one third of the area of $ABC$.