Shades of Wattle #DACE37
Tints of Wattle #DACE37
RGB
CMYK
RGB Variations
Color information
#DACE37 (or 0xDACE37) is known color: Wattle. HEX triplet: DA, CE and 37. RGB value is (218,206,55). Sum of RGB (Red+Green+Blue) = 218+206+55=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE37 is #2531C8. Grayscale: #C0C0C0. Windows color (decimal): -2437577 or 3657434. OLE color: 3657434.
HSL color Cylindrical-coordinate representation of color #DACE37: hue angle of 55.58º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DACE37 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 55 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.15 |
| HSL | 55.58º | 0.69% | 0.54% | - |
| HSV(B) | 55.58º | 0.75% | 0.85% | - |
| XYZ | 51.67 | 59.32 | 12.34 | - |
| YUV | 192.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 55 | 0 | 0.06 | 0.75 | 0.15 | 55.58 | 0.69 | 0.54 |
| Hex | DA | CE | 37 | 0 | 6 | 4B | F | 38 | 45 | 36 |
| Octal | 332 | 316 | 67 | 0 | 6 | 113 | 17 | 70 | 105 | 66 |
| Binary | 11011010 | 11001110 | 110111 | 0 | 110 | 1001011 | 1111 | 111000 | 1000101 | 110110 |
Color Harmonies of #DACE37
Complementary color
Monochromatic Colors of #DACE37
Black with #DACE37
Text Example
Text Example
White with #DACE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE37; }
p { color: rgb(218,206,55); }
H1.HeaderClassName
{
color: #DACE37;
}
.AnyTagClassName
{
color: #DACE37;
}
</style>
background-color css
<style>
a { background-color: #DACE37; }
a { background-color: rgb(218,206,55); }
div.DivClassName
{
background-color: #DACE37;
}
.BgClassName
{
background-color: #DACE37;
}
</style>
border-color css
<style>
span { border-color: #DACE37; }
span { border-color: rgb(218,206,55); }
td.TdClassName
{
border-color: #DACE37;
}
.TagClassName
{
border-color: #DACE37;
}
</style>