Shades of Wattle #DEC337
Tints of Wattle #DEC337
RGB
CMYK
RGB Variations
Color information
#DEC337 (or 0xDEC337) is known color: Wattle. HEX triplet: DE, C3 and 37. RGB value is (222,195,55). Sum of RGB (Red+Green+Blue) = 222+195+55=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC337 is #213CC8. Grayscale: #BBBBBB. Windows color (decimal): -2178249 or 3654622. OLE color: 3654622.
HSL color Cylindrical-coordinate representation of color #DEC337: hue angle of 50.3º 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 #DEC337 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 55 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.13 |
| HSL | 50.3º | 0.72% | 0.54% | - |
| HSV(B) | 50.3º | 0.75% | 0.87% | - |
| XYZ | 50.33 | 54.84 | 11.55 | - |
| YUV | 187.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 55 | 0 | 0.12 | 0.75 | 0.13 | 50.3 | 0.72 | 0.54 |
| Hex | DE | C3 | 37 | 0 | C | 4B | D | 32 | 48 | 36 |
| Octal | 336 | 303 | 67 | 0 | 14 | 113 | 15 | 62 | 110 | 66 |
| Binary | 11011110 | 11000011 | 110111 | 0 | 1100 | 1001011 | 1101 | 110010 | 1001000 | 110110 |
Color Harmonies of #DEC337
Complementary color
Monochromatic Colors of #DEC337
Black with #DEC337
Text Example
Text Example
White with #DEC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC337; }
p { color: rgb(222,195,55); }
H1.HeaderClassName
{
color: #DEC337;
}
.AnyTagClassName
{
color: #DEC337;
}
</style>
background-color css
<style>
a { background-color: #DEC337; }
a { background-color: rgb(222,195,55); }
div.DivClassName
{
background-color: #DEC337;
}
.BgClassName
{
background-color: #DEC337;
}
</style>
border-color css
<style>
span { border-color: #DEC337; }
span { border-color: rgb(222,195,55); }
td.TdClassName
{
border-color: #DEC337;
}
.TagClassName
{
border-color: #DEC337;
}
</style>