Shades of Wattle #DEC039
Tints of Wattle #DEC039
RGB
CMYK
RGB Variations
Color information
#DEC039 (or 0xDEC039) is known color: Wattle. HEX triplet: DE, C0 and 39. RGB value is (222,192,57). Sum of RGB (Red+Green+Blue) = 222+192+57=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC039 is #213FC6. Grayscale: #BABABA. Windows color (decimal): -2179015 or 3784926. OLE color: 3784926.
HSL color Cylindrical-coordinate representation of color #DEC039: hue angle of 49.09º 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 #DEC039 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 57 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.13 |
| HSL | 49.09º | 0.71% | 0.55% | - |
| HSV(B) | 49.09º | 0.74% | 0.87% | - |
| XYZ | 49.71 | 53.52 | 11.58 | - |
| YUV | 185.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 57 | 0 | 0.14 | 0.74 | 0.13 | 49.09 | 0.71 | 0.55 |
| Hex | DE | C0 | 39 | 0 | E | 4A | D | 31 | 47 | 37 |
| Octal | 336 | 300 | 71 | 0 | 16 | 112 | 15 | 61 | 107 | 67 |
| Binary | 11011110 | 11000000 | 111001 | 0 | 1110 | 1001010 | 1101 | 110001 | 1000111 | 110111 |
Color Harmonies of #DEC039
Complementary color
Monochromatic Colors of #DEC039
Black with #DEC039
Text Example
Text Example
White with #DEC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC039; }
p { color: rgb(222,192,57); }
H1.HeaderClassName
{
color: #DEC039;
}
.AnyTagClassName
{
color: #DEC039;
}
</style>
background-color css
<style>
a { background-color: #DEC039; }
a { background-color: rgb(222,192,57); }
div.DivClassName
{
background-color: #DEC039;
}
.BgClassName
{
background-color: #DEC039;
}
</style>
border-color css
<style>
span { border-color: #DEC039; }
span { border-color: rgb(222,192,57); }
td.TdClassName
{
border-color: #DEC039;
}
.TagClassName
{
border-color: #DEC039;
}
</style>