Shades of Wattle #DECC32
Tints of Wattle #DECC32
RGB
CMYK
RGB Variations
Color information
#DECC32 (or 0xDECC32) is known color: Wattle. HEX triplet: DE, CC and 32. RGB value is (222,204,50). Sum of RGB (Red+Green+Blue) = 222+204+50=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC32 is #2133CD. Grayscale: #C0C0C0. Windows color (decimal): -2175950 or 3329246. OLE color: 3329246.
HSL color Cylindrical-coordinate representation of color #DECC32: hue angle of 53.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DECC32 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 50 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.13 |
| HSL | 53.72º | 0.72% | 0.53% | - |
| HSV(B) | 53.72º | 0.77% | 0.87% | - |
| XYZ | 52.29 | 58.95 | 11.64 | - |
| YUV | 191.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 50 | 0 | 0.08 | 0.77 | 0.13 | 53.72 | 0.72 | 0.53 |
| Hex | DE | CC | 32 | 0 | 8 | 4D | D | 36 | 48 | 35 |
| Octal | 336 | 314 | 62 | 0 | 10 | 115 | 15 | 66 | 110 | 65 |
| Binary | 11011110 | 11001100 | 110010 | 0 | 1000 | 1001101 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DECC32
Complementary color
Monochromatic Colors of #DECC32
Black with #DECC32
Text Example
Text Example
White with #DECC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC32; }
p { color: rgb(222,204,50); }
H1.HeaderClassName
{
color: #DECC32;
}
.AnyTagClassName
{
color: #DECC32;
}
</style>
background-color css
<style>
a { background-color: #DECC32; }
a { background-color: rgb(222,204,50); }
div.DivClassName
{
background-color: #DECC32;
}
.BgClassName
{
background-color: #DECC32;
}
</style>
border-color css
<style>
span { border-color: #DECC32; }
span { border-color: rgb(222,204,50); }
td.TdClassName
{
border-color: #DECC32;
}
.TagClassName
{
border-color: #DECC32;
}
</style>