Shades of Wattle #DECB31
Tints of Wattle #DECB31
RGB
CMYK
RGB Variations
Color information
#DECB31 (or 0xDECB31) is known color: Wattle. HEX triplet: DE, CB and 31. RGB value is (222,203,49). Sum of RGB (Red+Green+Blue) = 222+203+49=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB31 is #2134CE. Grayscale: #BFBFBF. Windows color (decimal): -2176207 or 3263454. OLE color: 3263454.
HSL color Cylindrical-coordinate representation of color #DECB31: hue angle of 53.41º 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 #DECB31 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.41º | 0.72% | 0.53% | - |
| HSV(B) | 53.41º | 0.78% | 0.87% | - |
| XYZ | 52.03 | 58.46 | 11.45 | - |
| YUV | 191.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 49 | 0 | 0.09 | 0.78 | 0.13 | 53.41 | 0.72 | 0.53 |
| Hex | DE | CB | 31 | 0 | 9 | 4E | D | 35 | 48 | 35 |
| Octal | 336 | 313 | 61 | 0 | 11 | 116 | 15 | 65 | 110 | 65 |
| Binary | 11011110 | 11001011 | 110001 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001000 | 110101 |
Color Harmonies of #DECB31
Complementary color
Monochromatic Colors of #DECB31
Black with #DECB31
Text Example
Text Example
White with #DECB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB31; }
p { color: rgb(222,203,49); }
H1.HeaderClassName
{
color: #DECB31;
}
.AnyTagClassName
{
color: #DECB31;
}
</style>
background-color css
<style>
a { background-color: #DECB31; }
a { background-color: rgb(222,203,49); }
div.DivClassName
{
background-color: #DECB31;
}
.BgClassName
{
background-color: #DECB31;
}
</style>
border-color css
<style>
span { border-color: #DECB31; }
span { border-color: rgb(222,203,49); }
td.TdClassName
{
border-color: #DECB31;
}
.TagClassName
{
border-color: #DECB31;
}
</style>