Shades of Wattle #DECA39
Tints of Wattle #DECA39
RGB
CMYK
RGB Variations
Color information
#DECA39 (or 0xDECA39) is known color: Wattle. HEX triplet: DE, CA and 39. RGB value is (222,202,57). Sum of RGB (Red+Green+Blue) = 222+202+57=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 57 (22.66% from 255 or 11.85% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA39 is #2135C6. Grayscale: #C0C0C0. Windows color (decimal): -2176455 or 3787486. OLE color: 3787486.
HSL color Cylindrical-coordinate representation of color #DECA39: hue angle of 52.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DECA39 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 57 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.13 |
| HSL | 52.73º | 0.71% | 0.55% | - |
| HSV(B) | 52.73º | 0.74% | 0.87% | - |
| XYZ | 51.98 | 58.07 | 12.34 | - |
| YUV | 191.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 57 | 0 | 0.09 | 0.74 | 0.13 | 52.73 | 0.71 | 0.55 |
| Hex | DE | CA | 39 | 0 | 9 | 4A | D | 35 | 47 | 37 |
| Octal | 336 | 312 | 71 | 0 | 11 | 112 | 15 | 65 | 107 | 67 |
| Binary | 11011110 | 11001010 | 111001 | 0 | 1001 | 1001010 | 1101 | 110101 | 1000111 | 110111 |
Color Harmonies of #DECA39
Complementary color
Monochromatic Colors of #DECA39
Black with #DECA39
Text Example
Text Example
White with #DECA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA39; }
p { color: rgb(222,202,57); }
H1.HeaderClassName
{
color: #DECA39;
}
.AnyTagClassName
{
color: #DECA39;
}
</style>
background-color css
<style>
a { background-color: #DECA39; }
a { background-color: rgb(222,202,57); }
div.DivClassName
{
background-color: #DECA39;
}
.BgClassName
{
background-color: #DECA39;
}
</style>
border-color css
<style>
span { border-color: #DECA39; }
span { border-color: rgb(222,202,57); }
td.TdClassName
{
border-color: #DECA39;
}
.TagClassName
{
border-color: #DECA39;
}
</style>