Shades of Wattle #DEC535
Tints of Wattle #DEC535
RGB
CMYK
RGB Variations
Color information
#DEC535 (or 0xDEC535) is known color: Wattle. HEX triplet: DE, C5 and 35. RGB value is (222,197,53). Sum of RGB (Red+Green+Blue) = 222+197+53=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC535 is #213ACA. Grayscale: #BCBCBC. Windows color (decimal): -2177739 or 3524062. OLE color: 3524062.
HSL color Cylindrical-coordinate representation of color #DEC535: hue angle of 51.12º 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 #DEC535 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 53 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.13 |
| HSL | 51.12º | 0.72% | 0.54% | - |
| HSV(B) | 51.12º | 0.76% | 0.87% | - |
| XYZ | 50.73 | 55.72 | 11.45 | - |
| YUV | 188.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 53 | 0 | 0.11 | 0.76 | 0.13 | 51.12 | 0.72 | 0.54 |
| Hex | DE | C5 | 35 | 0 | B | 4C | D | 33 | 48 | 36 |
| Octal | 336 | 305 | 65 | 0 | 13 | 114 | 15 | 63 | 110 | 66 |
| Binary | 11011110 | 11000101 | 110101 | 0 | 1011 | 1001100 | 1101 | 110011 | 1001000 | 110110 |
Color Harmonies of #DEC535
Complementary color
Monochromatic Colors of #DEC535
Black with #DEC535
Text Example
Text Example
White with #DEC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC535; }
p { color: rgb(222,197,53); }
H1.HeaderClassName
{
color: #DEC535;
}
.AnyTagClassName
{
color: #DEC535;
}
</style>
background-color css
<style>
a { background-color: #DEC535; }
a { background-color: rgb(222,197,53); }
div.DivClassName
{
background-color: #DEC535;
}
.BgClassName
{
background-color: #DEC535;
}
</style>
border-color css
<style>
span { border-color: #DEC535; }
span { border-color: rgb(222,197,53); }
td.TdClassName
{
border-color: #DEC535;
}
.TagClassName
{
border-color: #DEC535;
}
</style>