Shades of Wattle #DECC37
Tints of Wattle #DECC37
RGB
CMYK
RGB Variations
Color information
#DECC37 (or 0xDECC37) is known color: Wattle. HEX triplet: DE, CC and 37. RGB value is (222,204,55). Sum of RGB (Red+Green+Blue) = 222+204+55=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC37 is #2133C8. Grayscale: #C1C1C1. Windows color (decimal): -2175945 or 3656926. OLE color: 3656926.
HSL color Cylindrical-coordinate representation of color #DECC37: hue angle of 53.53º 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 #DECC37 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 55 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.13 |
| HSL | 53.53º | 0.72% | 0.54% | - |
| HSV(B) | 53.53º | 0.75% | 0.87% | - |
| XYZ | 52.41 | 58.99 | 12.24 | - |
| YUV | 192.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 55 | 0 | 0.08 | 0.75 | 0.13 | 53.53 | 0.72 | 0.54 |
| Hex | DE | CC | 37 | 0 | 8 | 4B | D | 36 | 48 | 36 |
| Octal | 336 | 314 | 67 | 0 | 10 | 113 | 15 | 66 | 110 | 66 |
| Binary | 11011110 | 11001100 | 110111 | 0 | 1000 | 1001011 | 1101 | 110110 | 1001000 | 110110 |
Color Harmonies of #DECC37
Complementary color
Monochromatic Colors of #DECC37
Black with #DECC37
Text Example
Text Example
White with #DECC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC37; }
p { color: rgb(222,204,55); }
H1.HeaderClassName
{
color: #DECC37;
}
.AnyTagClassName
{
color: #DECC37;
}
</style>
background-color css
<style>
a { background-color: #DECC37; }
a { background-color: rgb(222,204,55); }
div.DivClassName
{
background-color: #DECC37;
}
.BgClassName
{
background-color: #DECC37;
}
</style>
border-color css
<style>
span { border-color: #DECC37; }
span { border-color: rgb(222,204,55); }
td.TdClassName
{
border-color: #DECC37;
}
.TagClassName
{
border-color: #DECC37;
}
</style>