Shades of Wattle #DECC3A
Tints of Wattle #DECC3A
RGB
CMYK
RGB Variations
Color information
#DECC3A (or 0xDECC3A) is known color: Wattle. HEX triplet: DE, CC and 3A. RGB value is (222,204,58). Sum of RGB (Red+Green+Blue) = 222+204+58=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC3A is #2133C5. Grayscale: #C1C1C1. Windows color (decimal): -2175942 or 3853534. OLE color: 3853534.
HSL color Cylindrical-coordinate representation of color #DECC3A: hue angle of 53.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DECC3A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 58 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.13 |
| HSL | 53.41º | 0.71% | 0.55% | - |
| HSV(B) | 53.41º | 0.74% | 0.87% | - |
| XYZ | 52.48 | 59.02 | 12.63 | - |
| YUV | 192.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 58 | 0 | 0.08 | 0.74 | 0.13 | 53.41 | 0.71 | 0.55 |
| Hex | DE | CC | 3A | 0 | 8 | 4A | D | 35 | 47 | 37 |
| Octal | 336 | 314 | 72 | 0 | 10 | 112 | 15 | 65 | 107 | 67 |
| Binary | 11011110 | 11001100 | 111010 | 0 | 1000 | 1001010 | 1101 | 110101 | 1000111 | 110111 |
Color Harmonies of #DECC3A
Complementary color
Monochromatic Colors of #DECC3A
Black with #DECC3A
Text Example
Text Example
White with #DECC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC3A; }
p { color: rgb(222,204,58); }
H1.HeaderClassName
{
color: #DECC3A;
}
.AnyTagClassName
{
color: #DECC3A;
}
</style>
background-color css
<style>
a { background-color: #DECC3A; }
a { background-color: rgb(222,204,58); }
div.DivClassName
{
background-color: #DECC3A;
}
.BgClassName
{
background-color: #DECC3A;
}
</style>
border-color css
<style>
span { border-color: #DECC3A; }
span { border-color: rgb(222,204,58); }
td.TdClassName
{
border-color: #DECC3A;
}
.TagClassName
{
border-color: #DECC3A;
}
</style>