Shades of Wattle #DEC737
Tints of Wattle #DEC737
RGB
CMYK
RGB Variations
Color information
#DEC737 (or 0xDEC737) is known color: Wattle. HEX triplet: DE, C7 and 37. RGB value is (222,199,55). Sum of RGB (Red+Green+Blue) = 222+199+55=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC737 is #2138C8. Grayscale: #BEBEBE. Windows color (decimal): -2177225 or 3655646. OLE color: 3655646.
HSL color Cylindrical-coordinate representation of color #DEC737: hue angle of 51.74º 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 #DEC737 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 55 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.13 |
| HSL | 51.74º | 0.72% | 0.54% | - |
| HSV(B) | 51.74º | 0.75% | 0.87% | - |
| XYZ | 51.24 | 56.65 | 11.85 | - |
| YUV | 189.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 55 | 0 | 0.10 | 0.75 | 0.13 | 51.74 | 0.72 | 0.54 |
| Hex | DE | C7 | 37 | 0 | A | 4B | D | 34 | 48 | 36 |
| Octal | 336 | 307 | 67 | 0 | 12 | 113 | 15 | 64 | 110 | 66 |
| Binary | 11011110 | 11000111 | 110111 | 0 | 1010 | 1001011 | 1101 | 110100 | 1001000 | 110110 |
Color Harmonies of #DEC737
Complementary color
Monochromatic Colors of #DEC737
Black with #DEC737
Text Example
Text Example
White with #DEC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC737; }
p { color: rgb(222,199,55); }
H1.HeaderClassName
{
color: #DEC737;
}
.AnyTagClassName
{
color: #DEC737;
}
</style>
background-color css
<style>
a { background-color: #DEC737; }
a { background-color: rgb(222,199,55); }
div.DivClassName
{
background-color: #DEC737;
}
.BgClassName
{
background-color: #DEC737;
}
</style>
border-color css
<style>
span { border-color: #DEC737; }
span { border-color: rgb(222,199,55); }
td.TdClassName
{
border-color: #DEC737;
}
.TagClassName
{
border-color: #DEC737;
}
</style>