Shades of Wattle #DECE3A
Tints of Wattle #DECE3A
RGB
CMYK
RGB Variations
Color information
#DECE3A (or 0xDECE3A) is known color: Wattle. HEX triplet: DE, CE and 3A. RGB value is (222,206,58). Sum of RGB (Red+Green+Blue) = 222+206+58=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECE3A is #2131C5. Grayscale: #C2C2C2. Windows color (decimal): -2175430 or 3854046. OLE color: 3854046.
HSL color Cylindrical-coordinate representation of color #DECE3A: hue angle of 54.15º 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 #DECE3A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 58 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.13 |
| HSL | 54.15º | 0.71% | 0.55% | - |
| HSV(B) | 54.15º | 0.74% | 0.87% | - |
| XYZ | 52.96 | 59.98 | 12.79 | - |
| YUV | 193.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 58 | 0 | 0.07 | 0.74 | 0.13 | 54.15 | 0.71 | 0.55 |
| Hex | DE | CE | 3A | 0 | 7 | 4A | D | 36 | 47 | 37 |
| Octal | 336 | 316 | 72 | 0 | 7 | 112 | 15 | 66 | 107 | 67 |
| Binary | 11011110 | 11001110 | 111010 | 0 | 111 | 1001010 | 1101 | 110110 | 1000111 | 110111 |
Color Harmonies of #DECE3A
Complementary color
Monochromatic Colors of #DECE3A
Black with #DECE3A
Text Example
Text Example
White with #DECE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE3A; }
p { color: rgb(222,206,58); }
H1.HeaderClassName
{
color: #DECE3A;
}
.AnyTagClassName
{
color: #DECE3A;
}
</style>
background-color css
<style>
a { background-color: #DECE3A; }
a { background-color: rgb(222,206,58); }
div.DivClassName
{
background-color: #DECE3A;
}
.BgClassName
{
background-color: #DECE3A;
}
</style>
border-color css
<style>
span { border-color: #DECE3A; }
span { border-color: rgb(222,206,58); }
td.TdClassName
{
border-color: #DECE3A;
}
.TagClassName
{
border-color: #DECE3A;
}
</style>