Shades of Wattle #DEC92D
Tints of Wattle #DEC92D
RGB
CMYK
RGB Variations
Color information
#DEC92D (or 0xDEC92D) is known color: Wattle. HEX triplet: DE, C9 and 2D. RGB value is (222,201,45). Sum of RGB (Red+Green+Blue) = 222+201+45=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC92D is #2136D2. Grayscale: #BEBEBE. Windows color (decimal): -2176723 or 3000798. OLE color: 3000798.
HSL color Cylindrical-coordinate representation of color #DEC92D: hue angle of 52.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEC92D is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 45 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 52.88º | 0.73% | 0.52% | - |
| HSV(B) | 52.88º | 0.8% | 0.87% | - |
| XYZ | 51.48 | 57.49 | 10.87 | - |
| YUV | 189.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 45 | 0 | 0.09 | 0.80 | 0.13 | 52.88 | 0.73 | 0.52 |
| Hex | DE | C9 | 2D | 0 | 9 | 50 | D | 35 | 49 | 34 |
| Octal | 336 | 311 | 55 | 0 | 11 | 120 | 15 | 65 | 111 | 64 |
| Binary | 11011110 | 11001001 | 101101 | 0 | 1001 | 1010000 | 1101 | 110101 | 1001001 | 110100 |
Color Harmonies of #DEC92D
Complementary color
Monochromatic Colors of #DEC92D
Black with #DEC92D
Text Example
Text Example
White with #DEC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC92D; }
p { color: rgb(222,201,45); }
H1.HeaderClassName
{
color: #DEC92D;
}
.AnyTagClassName
{
color: #DEC92D;
}
</style>
background-color css
<style>
a { background-color: #DEC92D; }
a { background-color: rgb(222,201,45); }
div.DivClassName
{
background-color: #DEC92D;
}
.BgClassName
{
background-color: #DEC92D;
}
</style>
border-color css
<style>
span { border-color: #DEC92D; }
span { border-color: rgb(222,201,45); }
td.TdClassName
{
border-color: #DEC92D;
}
.TagClassName
{
border-color: #DEC92D;
}
</style>