Shades of Wattle #DECA37
Tints of Wattle #DECA37
RGB
CMYK
RGB Variations
Color information
#DECA37 (or 0xDECA37) is known color: Wattle. HEX triplet: DE, CA and 37. RGB value is (222,202,55). Sum of RGB (Red+Green+Blue) = 222+202+55=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA37 is #2135C8. Grayscale: #BFBFBF. Windows color (decimal): -2176457 or 3656414. OLE color: 3656414.
HSL color Cylindrical-coordinate representation of color #DECA37: hue angle of 52.81º 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 #DECA37 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 55 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.13 |
| HSL | 52.81º | 0.72% | 0.54% | - |
| HSV(B) | 52.81º | 0.75% | 0.87% | - |
| XYZ | 51.93 | 58.05 | 12.08 | - |
| YUV | 191.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 55 | 0 | 0.09 | 0.75 | 0.13 | 52.81 | 0.72 | 0.54 |
| Hex | DE | CA | 37 | 0 | 9 | 4B | D | 35 | 48 | 36 |
| Octal | 336 | 312 | 67 | 0 | 11 | 113 | 15 | 65 | 110 | 66 |
| Binary | 11011110 | 11001010 | 110111 | 0 | 1001 | 1001011 | 1101 | 110101 | 1001000 | 110110 |
Color Harmonies of #DECA37
Complementary color
Monochromatic Colors of #DECA37
Black with #DECA37
Text Example
Text Example
White with #DECA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA37; }
p { color: rgb(222,202,55); }
H1.HeaderClassName
{
color: #DECA37;
}
.AnyTagClassName
{
color: #DECA37;
}
</style>
background-color css
<style>
a { background-color: #DECA37; }
a { background-color: rgb(222,202,55); }
div.DivClassName
{
background-color: #DECA37;
}
.BgClassName
{
background-color: #DECA37;
}
</style>
border-color css
<style>
span { border-color: #DECA37; }
span { border-color: rgb(222,202,55); }
td.TdClassName
{
border-color: #DECA37;
}
.TagClassName
{
border-color: #DECA37;
}
</style>