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