Shades of Wattle #DECB32
Tints of Wattle #DECB32
RGB
CMYK
RGB Variations
Color information
#DECB32 (or 0xDECB32) is known color: Wattle. HEX triplet: DE, CB and 32. RGB value is (222,203,50). Sum of RGB (Red+Green+Blue) = 222+203+50=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB32 is #2134CD. Grayscale: #BFBFBF. Windows color (decimal): -2176206 or 3328990. OLE color: 3328990.
HSL color Cylindrical-coordinate representation of color #DECB32: hue angle of 53.37º 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 #DECB32 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 50 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.13 |
| HSL | 53.37º | 0.72% | 0.53% | - |
| HSV(B) | 53.37º | 0.77% | 0.87% | - |
| XYZ | 52.06 | 58.47 | 11.56 | - |
| YUV | 191.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 50 | 0 | 0.09 | 0.77 | 0.13 | 53.37 | 0.72 | 0.53 |
| Hex | DE | CB | 32 | 0 | 9 | 4D | D | 35 | 48 | 35 |
| Octal | 336 | 313 | 62 | 0 | 11 | 115 | 15 | 65 | 110 | 65 |
| Binary | 11011110 | 11001011 | 110010 | 0 | 1001 | 1001101 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DECB32
Complementary color
Monochromatic Colors of #DECB32
Black with #DECB32
Text Example
Text Example
White with #DECB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB32; }
p { color: rgb(222,203,50); }
H1.HeaderClassName
{
color: #DECB32;
}
.AnyTagClassName
{
color: #DECB32;
}
</style>
background-color css
<style>
a { background-color: #DECB32; }
a { background-color: rgb(222,203,50); }
div.DivClassName
{
background-color: #DECB32;
}
.BgClassName
{
background-color: #DECB32;
}
</style>
border-color css
<style>
span { border-color: #DECB32; }
span { border-color: rgb(222,203,50); }
td.TdClassName
{
border-color: #DECB32;
}
.TagClassName
{
border-color: #DECB32;
}
</style>