Shades of Wattle #DACE31
Tints of Wattle #DACE31
RGB
CMYK
RGB Variations
Color information
#DACE31 (or 0xDACE31) is known color: Wattle. HEX triplet: DA, CE and 31. RGB value is (218,206,49). Sum of RGB (Red+Green+Blue) = 218+206+49=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE31 is #2531CE. Grayscale: #C0C0C0. Windows color (decimal): -2437583 or 3264218. OLE color: 3264218.
HSL color Cylindrical-coordinate representation of color #DACE31: hue angle of 55.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DACE31 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 49 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.15 |
| HSL | 55.74º | 0.7% | 0.52% | - |
| HSV(B) | 55.74º | 0.78% | 0.85% | - |
| XYZ | 51.54 | 59.27 | 11.63 | - |
| YUV | 191.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 49 | 0 | 0.06 | 0.78 | 0.15 | 55.74 | 0.7 | 0.52 |
| Hex | DA | CE | 31 | 0 | 6 | 4E | F | 38 | 46 | 34 |
| Octal | 332 | 316 | 61 | 0 | 6 | 116 | 17 | 70 | 106 | 64 |
| Binary | 11011010 | 11001110 | 110001 | 0 | 110 | 1001110 | 1111 | 111000 | 1000110 | 110100 |
Color Harmonies of #DACE31
Complementary color
Monochromatic Colors of #DACE31
Black with #DACE31
Text Example
Text Example
White with #DACE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE31; }
p { color: rgb(218,206,49); }
H1.HeaderClassName
{
color: #DACE31;
}
.AnyTagClassName
{
color: #DACE31;
}
</style>
background-color css
<style>
a { background-color: #DACE31; }
a { background-color: rgb(218,206,49); }
div.DivClassName
{
background-color: #DACE31;
}
.BgClassName
{
background-color: #DACE31;
}
</style>
border-color css
<style>
span { border-color: #DACE31; }
span { border-color: rgb(218,206,49); }
td.TdClassName
{
border-color: #DACE31;
}
.TagClassName
{
border-color: #DACE31;
}
</style>