Shades of Wattle #DECC31
Tints of Wattle #DECC31
RGB
CMYK
RGB Variations
Color information
#DECC31 (or 0xDECC31) is known color: Wattle. HEX triplet: DE, CC and 31. RGB value is (222,204,49). Sum of RGB (Red+Green+Blue) = 222+204+49=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC31 is #2133CE. Grayscale: #C0C0C0. Windows color (decimal): -2175951 or 3263710. OLE color: 3263710.
HSL color Cylindrical-coordinate representation of color #DECC31: hue angle of 53.76º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DECC31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 53.76º | 0.72% | 0.53% | - |
| HSV(B) | 53.76º | 0.78% | 0.87% | - |
| XYZ | 52.27 | 58.94 | 11.53 | - |
| YUV | 191.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 49 | 0 | 0.08 | 0.78 | 0.13 | 53.76 | 0.72 | 0.53 |
| Hex | DE | CC | 31 | 0 | 8 | 4E | D | 36 | 48 | 35 |
| Octal | 336 | 314 | 61 | 0 | 10 | 116 | 15 | 66 | 110 | 65 |
| Binary | 11011110 | 11001100 | 110001 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DECC31
Complementary color
Monochromatic Colors of #DECC31
Black with #DECC31
Text Example
Text Example
White with #DECC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC31; }
p { color: rgb(222,204,49); }
H1.HeaderClassName
{
color: #DECC31;
}
.AnyTagClassName
{
color: #DECC31;
}
</style>
background-color css
<style>
a { background-color: #DECC31; }
a { background-color: rgb(222,204,49); }
div.DivClassName
{
background-color: #DECC31;
}
.BgClassName
{
background-color: #DECC31;
}
</style>
border-color css
<style>
span { border-color: #DECC31; }
span { border-color: rgb(222,204,49); }
td.TdClassName
{
border-color: #DECC31;
}
.TagClassName
{
border-color: #DECC31;
}
</style>