Shades of Wattle #DEC03A
Tints of Wattle #DEC03A
RGB
CMYK
RGB Variations
Color information
#DEC03A (or 0xDEC03A) is known color: Wattle. HEX triplet: DE, C0 and 3A. RGB value is (222,192,58). Sum of RGB (Red+Green+Blue) = 222+192+58=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC03A is #213FC5. Grayscale: #BABABA. Windows color (decimal): -2179014 or 3850462. OLE color: 3850462.
HSL color Cylindrical-coordinate representation of color #DEC03A: hue angle of 49.02º 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 #DEC03A is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 58 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.13 |
| HSL | 49.02º | 0.71% | 0.55% | - |
| HSV(B) | 49.02º | 0.74% | 0.87% | - |
| XYZ | 49.74 | 53.53 | 11.71 | - |
| YUV | 185.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 58 | 0 | 0.14 | 0.74 | 0.13 | 49.02 | 0.71 | 0.55 |
| Hex | DE | C0 | 3A | 0 | E | 4A | D | 31 | 47 | 37 |
| Octal | 336 | 300 | 72 | 0 | 16 | 112 | 15 | 61 | 107 | 67 |
| Binary | 11011110 | 11000000 | 111010 | 0 | 1110 | 1001010 | 1101 | 110001 | 1000111 | 110111 |
Color Harmonies of #DEC03A
Complementary color
Monochromatic Colors of #DEC03A
Black with #DEC03A
Text Example
Text Example
White with #DEC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC03A; }
p { color: rgb(222,192,58); }
H1.HeaderClassName
{
color: #DEC03A;
}
.AnyTagClassName
{
color: #DEC03A;
}
</style>
background-color css
<style>
a { background-color: #DEC03A; }
a { background-color: rgb(222,192,58); }
div.DivClassName
{
background-color: #DEC03A;
}
.BgClassName
{
background-color: #DEC03A;
}
</style>
border-color css
<style>
span { border-color: #DEC03A; }
span { border-color: rgb(222,192,58); }
td.TdClassName
{
border-color: #DEC03A;
}
.TagClassName
{
border-color: #DEC03A;
}
</style>