Shades of Wattle #DECE37
Tints of Wattle #DECE37
RGB
CMYK
RGB Variations
Color information
#DECE37 (or 0xDECE37) is known color: Wattle. HEX triplet: DE, CE and 37. RGB value is (222,206,55). Sum of RGB (Red+Green+Blue) = 222+206+55=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECE37 is #2131C8. Grayscale: #C2C2C2. Windows color (decimal): -2175433 or 3657438. OLE color: 3657438.
HSL color Cylindrical-coordinate representation of color #DECE37: hue angle of 54.25º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DECE37 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 55 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.13 |
| HSL | 54.25º | 0.72% | 0.54% | - |
| HSV(B) | 54.25º | 0.75% | 0.87% | - |
| XYZ | 52.89 | 59.95 | 12.4 | - |
| YUV | 193.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 55 | 0 | 0.07 | 0.75 | 0.13 | 54.25 | 0.72 | 0.54 |
| Hex | DE | CE | 37 | 0 | 7 | 4B | D | 36 | 48 | 36 |
| Octal | 336 | 316 | 67 | 0 | 7 | 113 | 15 | 66 | 110 | 66 |
| Binary | 11011110 | 11001110 | 110111 | 0 | 111 | 1001011 | 1101 | 110110 | 1001000 | 110110 |
Color Harmonies of #DECE37
Complementary color
Monochromatic Colors of #DECE37
Black with #DECE37
Text Example
Text Example
White with #DECE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE37; }
p { color: rgb(222,206,55); }
H1.HeaderClassName
{
color: #DECE37;
}
.AnyTagClassName
{
color: #DECE37;
}
</style>
background-color css
<style>
a { background-color: #DECE37; }
a { background-color: rgb(222,206,55); }
div.DivClassName
{
background-color: #DECE37;
}
.BgClassName
{
background-color: #DECE37;
}
</style>
border-color css
<style>
span { border-color: #DECE37; }
span { border-color: rgb(222,206,55); }
td.TdClassName
{
border-color: #DECE37;
}
.TagClassName
{
border-color: #DECE37;
}
</style>