Shades of Wattle #DACE32
Tints of Wattle #DACE32
RGB
CMYK
RGB Variations
Color information
#DACE32 (or 0xDACE32) is known color: Wattle. HEX triplet: DA, CE and 32. RGB value is (218,206,50). Sum of RGB (Red+Green+Blue) = 218+206+50=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE32 is #2531CD. Grayscale: #C0C0C0. Windows color (decimal): -2437582 or 3329754. OLE color: 3329754.
HSL color Cylindrical-coordinate representation of color #DACE32: hue angle of 55.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DACE32 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 50 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.15 |
| HSL | 55.71º | 0.69% | 0.53% | - |
| HSV(B) | 55.71º | 0.77% | 0.85% | - |
| XYZ | 51.56 | 59.28 | 11.74 | - |
| YUV | 191.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 50 | 0 | 0.06 | 0.77 | 0.15 | 55.71 | 0.69 | 0.53 |
| Hex | DA | CE | 32 | 0 | 6 | 4D | F | 38 | 45 | 35 |
| Octal | 332 | 316 | 62 | 0 | 6 | 115 | 17 | 70 | 105 | 65 |
| Binary | 11011010 | 11001110 | 110010 | 0 | 110 | 1001101 | 1111 | 111000 | 1000101 | 110101 |
Color Harmonies of #DACE32
Complementary color
Monochromatic Colors of #DACE32
Black with #DACE32
Text Example
Text Example
White with #DACE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE32; }
p { color: rgb(218,206,50); }
H1.HeaderClassName
{
color: #DACE32;
}
.AnyTagClassName
{
color: #DACE32;
}
</style>
background-color css
<style>
a { background-color: #DACE32; }
a { background-color: rgb(218,206,50); }
div.DivClassName
{
background-color: #DACE32;
}
.BgClassName
{
background-color: #DACE32;
}
</style>
border-color css
<style>
span { border-color: #DACE32; }
span { border-color: rgb(218,206,50); }
td.TdClassName
{
border-color: #DACE32;
}
.TagClassName
{
border-color: #DACE32;
}
</style>