Shades of Wattle #DECB2E
Tints of Wattle #DECB2E
RGB
CMYK
RGB Variations
Color information
#DECB2E (or 0xDECB2E) is known color: Wattle. HEX triplet: DE, CB and 2E. RGB value is (222,203,46). Sum of RGB (Red+Green+Blue) = 222+203+46=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB2E is #2134D1. Grayscale: #BFBFBF. Windows color (decimal): -2176210 or 3066846. OLE color: 3066846.
HSL color Cylindrical-coordinate representation of color #DECB2E: hue angle of 53.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DECB2E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 46 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.13 |
| HSL | 53.52º | 0.73% | 0.53% | - |
| HSV(B) | 53.52º | 0.79% | 0.87% | - |
| XYZ | 51.97 | 58.44 | 11.13 | - |
| YUV | 190.78 | 46.29 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 46 | 0 | 0.09 | 0.79 | 0.13 | 53.52 | 0.73 | 0.53 |
| Hex | DE | CB | 2E | 0 | 9 | 4F | D | 36 | 49 | 35 |
| Octal | 336 | 313 | 56 | 0 | 11 | 117 | 15 | 66 | 111 | 65 |
| Binary | 11011110 | 11001011 | 101110 | 0 | 1001 | 1001111 | 1101 | 110110 | 1001001 | 110101 |
Color Harmonies of #DECB2E
Complementary color
Monochromatic Colors of #DECB2E
Black with #DECB2E
Text Example
Text Example
White with #DECB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB2E; }
p { color: rgb(222,203,46); }
H1.HeaderClassName
{
color: #DECB2E;
}
.AnyTagClassName
{
color: #DECB2E;
}
</style>
background-color css
<style>
a { background-color: #DECB2E; }
a { background-color: rgb(222,203,46); }
div.DivClassName
{
background-color: #DECB2E;
}
.BgClassName
{
background-color: #DECB2E;
}
</style>
border-color css
<style>
span { border-color: #DECB2E; }
span { border-color: rgb(222,203,46); }
td.TdClassName
{
border-color: #DECB2E;
}
.TagClassName
{
border-color: #DECB2E;
}
</style>