Shades of Wattle #DEC836
Tints of Wattle #DEC836
RGB
CMYK
RGB Variations
Color information
#DEC836 (or 0xDEC836) is known color: Wattle. HEX triplet: DE, C8 and 36. RGB value is (222,200,54). Sum of RGB (Red+Green+Blue) = 222+200+54=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC836 is #2137C9. Grayscale: #BEBEBE. Windows color (decimal): -2176970 or 3590366. OLE color: 3590366.
HSL color Cylindrical-coordinate representation of color #DEC836: hue angle of 52.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEC836 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 54 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.13 |
| HSL | 52.14º | 0.72% | 0.54% | - |
| HSV(B) | 52.14º | 0.76% | 0.87% | - |
| XYZ | 51.44 | 57.1 | 11.8 | - |
| YUV | 189.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 54 | 0 | 0.10 | 0.76 | 0.13 | 52.14 | 0.72 | 0.54 |
| Hex | DE | C8 | 36 | 0 | A | 4C | D | 34 | 48 | 36 |
| Octal | 336 | 310 | 66 | 0 | 12 | 114 | 15 | 64 | 110 | 66 |
| Binary | 11011110 | 11001000 | 110110 | 0 | 1010 | 1001100 | 1101 | 110100 | 1001000 | 110110 |
Color Harmonies of #DEC836
Complementary color
Monochromatic Colors of #DEC836
Black with #DEC836
Text Example
Text Example
White with #DEC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC836; }
p { color: rgb(222,200,54); }
H1.HeaderClassName
{
color: #DEC836;
}
.AnyTagClassName
{
color: #DEC836;
}
</style>
background-color css
<style>
a { background-color: #DEC836; }
a { background-color: rgb(222,200,54); }
div.DivClassName
{
background-color: #DEC836;
}
.BgClassName
{
background-color: #DEC836;
}
</style>
border-color css
<style>
span { border-color: #DEC836; }
span { border-color: rgb(222,200,54); }
td.TdClassName
{
border-color: #DEC836;
}
.TagClassName
{
border-color: #DEC836;
}
</style>