Shades of Wattle #DEC436
Tints of Wattle #DEC436
RGB
CMYK
RGB Variations
Color information
#DEC436 (or 0xDEC436) is known color: Wattle. HEX triplet: DE, C4 and 36. RGB value is (222,196,54). Sum of RGB (Red+Green+Blue) = 222+196+54=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC436 is #213BC9. Grayscale: #BCBCBC. Windows color (decimal): -2177994 or 3589342. OLE color: 3589342.
HSL color Cylindrical-coordinate representation of color #DEC436: hue angle of 50.71º 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 #DEC436 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 54 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.13 |
| HSL | 50.71º | 0.72% | 0.54% | - |
| HSV(B) | 50.71º | 0.76% | 0.87% | - |
| XYZ | 50.53 | 55.28 | 11.5 | - |
| YUV | 187.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 54 | 0 | 0.12 | 0.76 | 0.13 | 50.71 | 0.72 | 0.54 |
| Hex | DE | C4 | 36 | 0 | C | 4C | D | 33 | 48 | 36 |
| Octal | 336 | 304 | 66 | 0 | 14 | 114 | 15 | 63 | 110 | 66 |
| Binary | 11011110 | 11000100 | 110110 | 0 | 1100 | 1001100 | 1101 | 110011 | 1001000 | 110110 |
Color Harmonies of #DEC436
Complementary color
Monochromatic Colors of #DEC436
Black with #DEC436
Text Example
Text Example
White with #DEC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC436; }
p { color: rgb(222,196,54); }
H1.HeaderClassName
{
color: #DEC436;
}
.AnyTagClassName
{
color: #DEC436;
}
</style>
background-color css
<style>
a { background-color: #DEC436; }
a { background-color: rgb(222,196,54); }
div.DivClassName
{
background-color: #DEC436;
}
.BgClassName
{
background-color: #DEC436;
}
</style>
border-color css
<style>
span { border-color: #DEC436; }
span { border-color: rgb(222,196,54); }
td.TdClassName
{
border-color: #DEC436;
}
.TagClassName
{
border-color: #DEC436;
}
</style>