Shades of Wattle #DECF36
Tints of Wattle #DECF36
RGB
CMYK
RGB Variations
Color information
#DECF36 (or 0xDECF36) is known color: Wattle. HEX triplet: DE, CF and 36. RGB value is (222,207,54). Sum of RGB (Red+Green+Blue) = 222+207+54=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF36 is #2130C9. Grayscale: #C2C2C2. Windows color (decimal): -2175178 or 3592158. OLE color: 3592158.
HSL color Cylindrical-coordinate representation of color #DECF36: hue angle of 54.64º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DECF36 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 54 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.13 |
| HSL | 54.64º | 0.72% | 0.54% | - |
| HSV(B) | 54.64º | 0.76% | 0.87% | - |
| XYZ | 53.1 | 60.42 | 12.35 | - |
| YUV | 194.04 | 48.97 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 54 | 0 | 0.07 | 0.76 | 0.13 | 54.64 | 0.72 | 0.54 |
| Hex | DE | CF | 36 | 0 | 7 | 4C | D | 37 | 48 | 36 |
| Octal | 336 | 317 | 66 | 0 | 7 | 114 | 15 | 67 | 110 | 66 |
| Binary | 11011110 | 11001111 | 110110 | 0 | 111 | 1001100 | 1101 | 110111 | 1001000 | 110110 |
Color Harmonies of #DECF36
Complementary color
Monochromatic Colors of #DECF36
Black with #DECF36
Text Example
Text Example
White with #DECF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF36; }
p { color: rgb(222,207,54); }
H1.HeaderClassName
{
color: #DECF36;
}
.AnyTagClassName
{
color: #DECF36;
}
</style>
background-color css
<style>
a { background-color: #DECF36; }
a { background-color: rgb(222,207,54); }
div.DivClassName
{
background-color: #DECF36;
}
.BgClassName
{
background-color: #DECF36;
}
</style>
border-color css
<style>
span { border-color: #DECF36; }
span { border-color: rgb(222,207,54); }
td.TdClassName
{
border-color: #DECF36;
}
.TagClassName
{
border-color: #DECF36;
}
</style>