Shades of Wattle #DEC534
Tints of Wattle #DEC534
RGB
CMYK
RGB Variations
Color information
#DEC534 (or 0xDEC534) is known color: Wattle. HEX triplet: DE, C5 and 34. RGB value is (222,197,52). Sum of RGB (Red+Green+Blue) = 222+197+52=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC534 is #213ACB. Grayscale: #BCBCBC. Windows color (decimal): -2177740 or 3458526. OLE color: 3458526.
HSL color Cylindrical-coordinate representation of color #DEC534: hue angle of 51.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEC534 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 52 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.13 |
| HSL | 51.18º | 0.72% | 0.54% | - |
| HSV(B) | 51.18º | 0.77% | 0.87% | - |
| XYZ | 50.71 | 55.71 | 11.33 | - |
| YUV | 187.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 52 | 0 | 0.11 | 0.77 | 0.13 | 51.18 | 0.72 | 0.54 |
| Hex | DE | C5 | 34 | 0 | B | 4D | D | 33 | 48 | 36 |
| Octal | 336 | 305 | 64 | 0 | 13 | 115 | 15 | 63 | 110 | 66 |
| Binary | 11011110 | 11000101 | 110100 | 0 | 1011 | 1001101 | 1101 | 110011 | 1001000 | 110110 |
Color Harmonies of #DEC534
Complementary color
Monochromatic Colors of #DEC534
Black with #DEC534
Text Example
Text Example
White with #DEC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC534; }
p { color: rgb(222,197,52); }
H1.HeaderClassName
{
color: #DEC534;
}
.AnyTagClassName
{
color: #DEC534;
}
</style>
background-color css
<style>
a { background-color: #DEC534; }
a { background-color: rgb(222,197,52); }
div.DivClassName
{
background-color: #DEC534;
}
.BgClassName
{
background-color: #DEC534;
}
</style>
border-color css
<style>
span { border-color: #DEC534; }
span { border-color: rgb(222,197,52); }
td.TdClassName
{
border-color: #DEC534;
}
.TagClassName
{
border-color: #DEC534;
}
</style>