Shades of Wattle #DECA3A
Tints of Wattle #DECA3A
RGB
CMYK
RGB Variations
Color information
#DECA3A (or 0xDECA3A) is known color: Wattle. HEX triplet: DE, CA and 3A. RGB value is (222,202,58). Sum of RGB (Red+Green+Blue) = 222+202+58=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA3A is #2135C5. Grayscale: #C0C0C0. Windows color (decimal): -2176454 or 3853022. OLE color: 3853022.
HSL color Cylindrical-coordinate representation of color #DECA3A: hue angle of 52.68º 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 #DECA3A is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 58 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.13 |
| HSL | 52.68º | 0.71% | 0.55% | - |
| HSV(B) | 52.68º | 0.74% | 0.87% | - |
| XYZ | 52.01 | 58.08 | 12.47 | - |
| YUV | 191.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 58 | 0 | 0.09 | 0.74 | 0.13 | 52.68 | 0.71 | 0.55 |
| Hex | DE | CA | 3A | 0 | 9 | 4A | D | 35 | 47 | 37 |
| Octal | 336 | 312 | 72 | 0 | 11 | 112 | 15 | 65 | 107 | 67 |
| Binary | 11011110 | 11001010 | 111010 | 0 | 1001 | 1001010 | 1101 | 110101 | 1000111 | 110111 |
Color Harmonies of #DECA3A
Complementary color
Monochromatic Colors of #DECA3A
Black with #DECA3A
Text Example
Text Example
White with #DECA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA3A; }
p { color: rgb(222,202,58); }
H1.HeaderClassName
{
color: #DECA3A;
}
.AnyTagClassName
{
color: #DECA3A;
}
</style>
background-color css
<style>
a { background-color: #DECA3A; }
a { background-color: rgb(222,202,58); }
div.DivClassName
{
background-color: #DECA3A;
}
.BgClassName
{
background-color: #DECA3A;
}
</style>
border-color css
<style>
span { border-color: #DECA3A; }
span { border-color: rgb(222,202,58); }
td.TdClassName
{
border-color: #DECA3A;
}
.TagClassName
{
border-color: #DECA3A;
}
</style>