Shades of Wattle #DEC137
Tints of Wattle #DEC137
RGB
CMYK
RGB Variations
Color information
#DEC137 (or 0xDEC137) is known color: Wattle. HEX triplet: DE, C1 and 37. RGB value is (222,193,55). Sum of RGB (Red+Green+Blue) = 222+193+55=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC137 is #213EC8. Grayscale: #BABABA. Windows color (decimal): -2178761 or 3654110. OLE color: 3654110.
HSL color Cylindrical-coordinate representation of color #DEC137: hue angle of 49.58º 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 #DEC137 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 55 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.13 |
| HSL | 49.58º | 0.72% | 0.54% | - |
| HSV(B) | 49.58º | 0.75% | 0.87% | - |
| XYZ | 49.88 | 53.95 | 11.4 | - |
| YUV | 185.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 55 | 0 | 0.13 | 0.75 | 0.13 | 49.58 | 0.72 | 0.54 |
| Hex | DE | C1 | 37 | 0 | D | 4B | D | 32 | 48 | 36 |
| Octal | 336 | 301 | 67 | 0 | 15 | 113 | 15 | 62 | 110 | 66 |
| Binary | 11011110 | 11000001 | 110111 | 0 | 1101 | 1001011 | 1101 | 110010 | 1001000 | 110110 |
Color Harmonies of #DEC137
Complementary color
Monochromatic Colors of #DEC137
Black with #DEC137
Text Example
Text Example
White with #DEC137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC137; }
p { color: rgb(222,193,55); }
H1.HeaderClassName
{
color: #DEC137;
}
.AnyTagClassName
{
color: #DEC137;
}
</style>
background-color css
<style>
a { background-color: #DEC137; }
a { background-color: rgb(222,193,55); }
div.DivClassName
{
background-color: #DEC137;
}
.BgClassName
{
background-color: #DEC137;
}
</style>
border-color css
<style>
span { border-color: #DEC137; }
span { border-color: rgb(222,193,55); }
td.TdClassName
{
border-color: #DEC137;
}
.TagClassName
{
border-color: #DEC137;
}
</style>