Shades of Wattle #DEC937
Tints of Wattle #DEC937
RGB
CMYK
RGB Variations
Color information
#DEC937 (or 0xDEC937) is known color: Wattle. HEX triplet: DE, C9 and 37. RGB value is (222,201,55). Sum of RGB (Red+Green+Blue) = 222+201+55=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC937 is #2136C8. Grayscale: #BFBFBF. Windows color (decimal): -2176713 or 3656158. OLE color: 3656158.
HSL color Cylindrical-coordinate representation of color #DEC937: hue angle of 52.46º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEC937 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 55 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.13 |
| HSL | 52.46º | 0.72% | 0.54% | - |
| HSV(B) | 52.46º | 0.75% | 0.87% | - |
| XYZ | 51.7 | 57.58 | 12 | - |
| YUV | 190.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 55 | 0 | 0.09 | 0.75 | 0.13 | 52.46 | 0.72 | 0.54 |
| Hex | DE | C9 | 37 | 0 | 9 | 4B | D | 34 | 48 | 36 |
| Octal | 336 | 311 | 67 | 0 | 11 | 113 | 15 | 64 | 110 | 66 |
| Binary | 11011110 | 11001001 | 110111 | 0 | 1001 | 1001011 | 1101 | 110100 | 1001000 | 110110 |
Color Harmonies of #DEC937
Complementary color
Monochromatic Colors of #DEC937
Black with #DEC937
Text Example
Text Example
White with #DEC937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC937; }
p { color: rgb(222,201,55); }
H1.HeaderClassName
{
color: #DEC937;
}
.AnyTagClassName
{
color: #DEC937;
}
</style>
background-color css
<style>
a { background-color: #DEC937; }
a { background-color: rgb(222,201,55); }
div.DivClassName
{
background-color: #DEC937;
}
.BgClassName
{
background-color: #DEC937;
}
</style>
border-color css
<style>
span { border-color: #DEC937; }
span { border-color: rgb(222,201,55); }
td.TdClassName
{
border-color: #DEC937;
}
.TagClassName
{
border-color: #DEC937;
}
</style>