Shades of Wattle #DED039
Tints of Wattle #DED039
RGB
CMYK
RGB Variations
Color information
#DED039 (or 0xDED039) is known color: Wattle. HEX triplet: DE, D0 and 39. RGB value is (222,208,57). Sum of RGB (Red+Green+Blue) = 222+208+57=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED039 is #212FC6. Grayscale: #C3C3C3. Windows color (decimal): -2174919 or 3789022. OLE color: 3789022.
HSL color Cylindrical-coordinate representation of color #DED039: hue angle of 54.91º 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 #DED039 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 57 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.13 |
| HSL | 54.91º | 0.71% | 0.55% | - |
| HSV(B) | 54.91º | 0.74% | 0.87% | - |
| XYZ | 53.42 | 60.94 | 12.82 | - |
| YUV | 194.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 57 | 0 | 0.06 | 0.74 | 0.13 | 54.91 | 0.71 | 0.55 |
| Hex | DE | D0 | 39 | 0 | 6 | 4A | D | 37 | 47 | 37 |
| Octal | 336 | 320 | 71 | 0 | 6 | 112 | 15 | 67 | 107 | 67 |
| Binary | 11011110 | 11010000 | 111001 | 0 | 110 | 1001010 | 1101 | 110111 | 1000111 | 110111 |
Color Harmonies of #DED039
Complementary color
Monochromatic Colors of #DED039
Black with #DED039
Text Example
Text Example
White with #DED039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED039; }
p { color: rgb(222,208,57); }
H1.HeaderClassName
{
color: #DED039;
}
.AnyTagClassName
{
color: #DED039;
}
</style>
background-color css
<style>
a { background-color: #DED039; }
a { background-color: rgb(222,208,57); }
div.DivClassName
{
background-color: #DED039;
}
.BgClassName
{
background-color: #DED039;
}
</style>
border-color css
<style>
span { border-color: #DED039; }
span { border-color: rgb(222,208,57); }
td.TdClassName
{
border-color: #DED039;
}
.TagClassName
{
border-color: #DED039;
}
</style>