Shades of Wattle #DECF32
Tints of Wattle #DECF32
RGB
CMYK
RGB Variations
Color information
#DECF32 (or 0xDECF32) is known color: Wattle. HEX triplet: DE, CF and 32. RGB value is (222,207,50). Sum of RGB (Red+Green+Blue) = 222+207+50=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF32 is #2130CD. Grayscale: #C2C2C2. Windows color (decimal): -2175182 or 3330014. OLE color: 3330014.
HSL color Cylindrical-coordinate representation of color #DECF32: hue angle of 54.77º 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 #DECF32 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 50 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.13 |
| HSL | 54.77º | 0.72% | 0.53% | - |
| HSV(B) | 54.77º | 0.77% | 0.87% | - |
| XYZ | 53.01 | 60.39 | 11.88 | - |
| YUV | 193.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 50 | 0 | 0.07 | 0.77 | 0.13 | 54.77 | 0.72 | 0.53 |
| Hex | DE | CF | 32 | 0 | 7 | 4D | D | 37 | 48 | 35 |
| Octal | 336 | 317 | 62 | 0 | 7 | 115 | 15 | 67 | 110 | 65 |
| Binary | 11011110 | 11001111 | 110010 | 0 | 111 | 1001101 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DECF32
Complementary color
Monochromatic Colors of #DECF32
Black with #DECF32
Text Example
Text Example
White with #DECF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF32; }
p { color: rgb(222,207,50); }
H1.HeaderClassName
{
color: #DECF32;
}
.AnyTagClassName
{
color: #DECF32;
}
</style>
background-color css
<style>
a { background-color: #DECF32; }
a { background-color: rgb(222,207,50); }
div.DivClassName
{
background-color: #DECF32;
}
.BgClassName
{
background-color: #DECF32;
}
</style>
border-color css
<style>
span { border-color: #DECF32; }
span { border-color: rgb(222,207,50); }
td.TdClassName
{
border-color: #DECF32;
}
.TagClassName
{
border-color: #DECF32;
}
</style>