Shades of Wattle #DECC2E
Tints of Wattle #DECC2E
RGB
CMYK
RGB Variations
Color information
#DECC2E (or 0xDECC2E) is known color: Wattle. HEX triplet: DE, CC and 2E. RGB value is (222,204,46). Sum of RGB (Red+Green+Blue) = 222+204+46=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC2E is #2133D1. Grayscale: #C0C0C0. Windows color (decimal): -2175954 or 3067102. OLE color: 3067102.
HSL color Cylindrical-coordinate representation of color #DECC2E: hue angle of 53.86º 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 #DECC2E is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 46 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.13 |
| HSL | 53.86º | 0.73% | 0.53% | - |
| HSV(B) | 53.86º | 0.79% | 0.87% | - |
| XYZ | 52.21 | 58.91 | 11.2 | - |
| YUV | 191.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 46 | 0 | 0.08 | 0.79 | 0.13 | 53.86 | 0.73 | 0.53 |
| Hex | DE | CC | 2E | 0 | 8 | 4F | D | 36 | 49 | 35 |
| Octal | 336 | 314 | 56 | 0 | 10 | 117 | 15 | 66 | 111 | 65 |
| Binary | 11011110 | 11001100 | 101110 | 0 | 1000 | 1001111 | 1101 | 110110 | 1001001 | 110101 |
Color Harmonies of #DECC2E
Complementary color
Monochromatic Colors of #DECC2E
Black with #DECC2E
Text Example
Text Example
White with #DECC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC2E; }
p { color: rgb(222,204,46); }
H1.HeaderClassName
{
color: #DECC2E;
}
.AnyTagClassName
{
color: #DECC2E;
}
</style>
background-color css
<style>
a { background-color: #DECC2E; }
a { background-color: rgb(222,204,46); }
div.DivClassName
{
background-color: #DECC2E;
}
.BgClassName
{
background-color: #DECC2E;
}
</style>
border-color css
<style>
span { border-color: #DECC2E; }
span { border-color: rgb(222,204,46); }
td.TdClassName
{
border-color: #DECC2E;
}
.TagClassName
{
border-color: #DECC2E;
}
</style>