Shades of Wattle #DEC62E
Tints of Wattle #DEC62E
RGB
CMYK
RGB Variations
Color information
#DEC62E (or 0xDEC62E) is known color: Wattle. HEX triplet: DE, C6 and 2E. RGB value is (222,198,46). Sum of RGB (Red+Green+Blue) = 222+198+46=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC62E is #2139D1. Grayscale: #BCBCBC. Windows color (decimal): -2177490 or 3065566. OLE color: 3065566.
HSL color Cylindrical-coordinate representation of color #DEC62E: hue angle of 51.82º 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 #DEC62E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 46 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.13 |
| HSL | 51.82º | 0.73% | 0.53% | - |
| HSV(B) | 51.82º | 0.79% | 0.87% | - |
| XYZ | 50.81 | 56.12 | 10.74 | - |
| YUV | 187.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 46 | 0 | 0.11 | 0.79 | 0.13 | 51.82 | 0.73 | 0.53 |
| Hex | DE | C6 | 2E | 0 | B | 4F | D | 34 | 49 | 35 |
| Octal | 336 | 306 | 56 | 0 | 13 | 117 | 15 | 64 | 111 | 65 |
| Binary | 11011110 | 11000110 | 101110 | 0 | 1011 | 1001111 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DEC62E
Complementary color
Monochromatic Colors of #DEC62E
Black with #DEC62E
Text Example
Text Example
White with #DEC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC62E; }
p { color: rgb(222,198,46); }
H1.HeaderClassName
{
color: #DEC62E;
}
.AnyTagClassName
{
color: #DEC62E;
}
</style>
background-color css
<style>
a { background-color: #DEC62E; }
a { background-color: rgb(222,198,46); }
div.DivClassName
{
background-color: #DEC62E;
}
.BgClassName
{
background-color: #DEC62E;
}
</style>
border-color css
<style>
span { border-color: #DEC62E; }
span { border-color: rgb(222,198,46); }
td.TdClassName
{
border-color: #DEC62E;
}
.TagClassName
{
border-color: #DEC62E;
}
</style>