Shades of Wattle #DEC931
Tints of Wattle #DEC931
RGB
CMYK
RGB Variations
Color information
#DEC931 (or 0xDEC931) is known color: Wattle. HEX triplet: DE, C9 and 31. RGB value is (222,201,49). Sum of RGB (Red+Green+Blue) = 222+201+49=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC931 is #2136CE. Grayscale: #BEBEBE. Windows color (decimal): -2176719 or 3262942. OLE color: 3262942.
HSL color Cylindrical-coordinate representation of color #DEC931: hue angle of 52.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEC931 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 52.72º | 0.72% | 0.53% | - |
| HSV(B) | 52.72º | 0.78% | 0.87% | - |
| XYZ | 51.57 | 57.52 | 11.29 | - |
| YUV | 189.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 49 | 0 | 0.09 | 0.78 | 0.13 | 52.72 | 0.72 | 0.53 |
| Hex | DE | C9 | 31 | 0 | 9 | 4E | D | 35 | 48 | 35 |
| Octal | 336 | 311 | 61 | 0 | 11 | 116 | 15 | 65 | 110 | 65 |
| Binary | 11011110 | 11001001 | 110001 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DEC931
Complementary color
Monochromatic Colors of #DEC931
Black with #DEC931
Text Example
Text Example
White with #DEC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC931; }
p { color: rgb(222,201,49); }
H1.HeaderClassName
{
color: #DEC931;
}
.AnyTagClassName
{
color: #DEC931;
}
</style>
background-color css
<style>
a { background-color: #DEC931; }
a { background-color: rgb(222,201,49); }
div.DivClassName
{
background-color: #DEC931;
}
.BgClassName
{
background-color: #DEC931;
}
</style>
border-color css
<style>
span { border-color: #DEC931; }
span { border-color: rgb(222,201,49); }
td.TdClassName
{
border-color: #DEC931;
}
.TagClassName
{
border-color: #DEC931;
}
</style>