Shades of Wattle #DEC834
Tints of Wattle #DEC834
RGB
CMYK
RGB Variations
Color information
#DEC834 (or 0xDEC834) is known color: Wattle. HEX triplet: DE, C8 and 34. RGB value is (222,200,52). Sum of RGB (Red+Green+Blue) = 222+200+52=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC834 is #2137CB. Grayscale: #BEBEBE. Windows color (decimal): -2176972 or 3459294. OLE color: 3459294.
HSL color Cylindrical-coordinate representation of color #DEC834: hue angle of 52.24º 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 #DEC834 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 52 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.13 |
| HSL | 52.24º | 0.72% | 0.54% | - |
| HSV(B) | 52.24º | 0.77% | 0.87% | - |
| XYZ | 51.4 | 57.09 | 11.56 | - |
| YUV | 189.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 52 | 0 | 0.10 | 0.77 | 0.13 | 52.24 | 0.72 | 0.54 |
| Hex | DE | C8 | 34 | 0 | A | 4D | D | 34 | 48 | 36 |
| Octal | 336 | 310 | 64 | 0 | 12 | 115 | 15 | 64 | 110 | 66 |
| Binary | 11011110 | 11001000 | 110100 | 0 | 1010 | 1001101 | 1101 | 110100 | 1001000 | 110110 |
Color Harmonies of #DEC834
Complementary color
Monochromatic Colors of #DEC834
Black with #DEC834
Text Example
Text Example
White with #DEC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC834; }
p { color: rgb(222,200,52); }
H1.HeaderClassName
{
color: #DEC834;
}
.AnyTagClassName
{
color: #DEC834;
}
</style>
background-color css
<style>
a { background-color: #DEC834; }
a { background-color: rgb(222,200,52); }
div.DivClassName
{
background-color: #DEC834;
}
.BgClassName
{
background-color: #DEC834;
}
</style>
border-color css
<style>
span { border-color: #DEC834; }
span { border-color: rgb(222,200,52); }
td.TdClassName
{
border-color: #DEC834;
}
.TagClassName
{
border-color: #DEC834;
}
</style>