Shades of Wattle #DECB39
Tints of Wattle #DECB39
RGB
CMYK
RGB Variations
Color information
#DECB39 (or 0xDECB39) is known color: Wattle. HEX triplet: DE, CB and 39. RGB value is (222,203,57). Sum of RGB (Red+Green+Blue) = 222+203+57=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 57 (22.66% from 255 or 11.83% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB39 is #2134C6. Grayscale: #C0C0C0. Windows color (decimal): -2176199 or 3787742. OLE color: 3787742.
HSL color Cylindrical-coordinate representation of color #DECB39: hue angle of 53.09º 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 #DECB39 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 57 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.13 |
| HSL | 53.09º | 0.71% | 0.55% | - |
| HSV(B) | 53.09º | 0.74% | 0.87% | - |
| XYZ | 52.22 | 58.54 | 12.42 | - |
| YUV | 192.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 57 | 0 | 0.09 | 0.74 | 0.13 | 53.09 | 0.71 | 0.55 |
| Hex | DE | CB | 39 | 0 | 9 | 4A | D | 35 | 47 | 37 |
| Octal | 336 | 313 | 71 | 0 | 11 | 112 | 15 | 65 | 107 | 67 |
| Binary | 11011110 | 11001011 | 111001 | 0 | 1001 | 1001010 | 1101 | 110101 | 1000111 | 110111 |
Color Harmonies of #DECB39
Complementary color
Monochromatic Colors of #DECB39
Black with #DECB39
Text Example
Text Example
White with #DECB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB39; }
p { color: rgb(222,203,57); }
H1.HeaderClassName
{
color: #DECB39;
}
.AnyTagClassName
{
color: #DECB39;
}
</style>
background-color css
<style>
a { background-color: #DECB39; }
a { background-color: rgb(222,203,57); }
div.DivClassName
{
background-color: #DECB39;
}
.BgClassName
{
background-color: #DECB39;
}
</style>
border-color css
<style>
span { border-color: #DECB39; }
span { border-color: rgb(222,203,57); }
td.TdClassName
{
border-color: #DECB39;
}
.TagClassName
{
border-color: #DECB39;
}
</style>