Shades of Wattle #DEC82E
Tints of Wattle #DEC82E
RGB
CMYK
RGB Variations
Color information
#DEC82E (or 0xDEC82E) is known color: Wattle. HEX triplet: DE, C8 and 2E. RGB value is (222,200,46). Sum of RGB (Red+Green+Blue) = 222+200+46=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC82E is #2137D1. Grayscale: #BDBDBD. Windows color (decimal): -2176978 or 3066078. OLE color: 3066078.
HSL color Cylindrical-coordinate representation of color #DEC82E: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEC82E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.13 |
| HSL | 52.5º | 0.73% | 0.53% | - |
| HSV(B) | 52.5º | 0.79% | 0.87% | - |
| XYZ | 51.27 | 57.04 | 10.89 | - |
| YUV | 189.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 46 | 0 | 0.10 | 0.79 | 0.13 | 52.5 | 0.73 | 0.53 |
| Hex | DE | C8 | 2E | 0 | A | 4F | D | 34 | 49 | 35 |
| Octal | 336 | 310 | 56 | 0 | 12 | 117 | 15 | 64 | 111 | 65 |
| Binary | 11011110 | 11001000 | 101110 | 0 | 1010 | 1001111 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DEC82E
Complementary color
Monochromatic Colors of #DEC82E
Black with #DEC82E
Text Example
Text Example
White with #DEC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC82E; }
p { color: rgb(222,200,46); }
H1.HeaderClassName
{
color: #DEC82E;
}
.AnyTagClassName
{
color: #DEC82E;
}
</style>
background-color css
<style>
a { background-color: #DEC82E; }
a { background-color: rgb(222,200,46); }
div.DivClassName
{
background-color: #DEC82E;
}
.BgClassName
{
background-color: #DEC82E;
}
</style>
border-color css
<style>
span { border-color: #DEC82E; }
span { border-color: rgb(222,200,46); }
td.TdClassName
{
border-color: #DEC82E;
}
.TagClassName
{
border-color: #DEC82E;
}
</style>