Shades of Wattle #DED036
Tints of Wattle #DED036
RGB
CMYK
RGB Variations
Color information
#DED036 (or 0xDED036) is known color: Wattle. HEX triplet: DE, D0 and 36. RGB value is (222,208,54). Sum of RGB (Red+Green+Blue) = 222+208+54=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DED036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED036 is #212FC9. Grayscale: #C3C3C3. Windows color (decimal): -2174922 or 3592414. OLE color: 3592414.
HSL color Cylindrical-coordinate representation of color #DED036: hue angle of 55º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DED036 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 54 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.13 |
| HSL | 55º | 0.72% | 0.54% | - |
| HSV(B) | 55º | 0.76% | 0.87% | - |
| XYZ | 53.35 | 60.91 | 12.43 | - |
| YUV | 194.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 54 | 0 | 0.06 | 0.76 | 0.13 | 55 | 0.72 | 0.54 |
| Hex | DE | D0 | 36 | 0 | 6 | 4C | D | 37 | 48 | 36 |
| Octal | 336 | 320 | 66 | 0 | 6 | 114 | 15 | 67 | 110 | 66 |
| Binary | 11011110 | 11010000 | 110110 | 0 | 110 | 1001100 | 1101 | 110111 | 1001000 | 110110 |
Color Harmonies of #DED036
Complementary color
Monochromatic Colors of #DED036
Black with #DED036
Text Example
Text Example
White with #DED036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED036; }
p { color: rgb(222,208,54); }
H1.HeaderClassName
{
color: #DED036;
}
.AnyTagClassName
{
color: #DED036;
}
</style>
background-color css
<style>
a { background-color: #DED036; }
a { background-color: rgb(222,208,54); }
div.DivClassName
{
background-color: #DED036;
}
.BgClassName
{
background-color: #DED036;
}
</style>
border-color css
<style>
span { border-color: #DED036; }
span { border-color: rgb(222,208,54); }
td.TdClassName
{
border-color: #DED036;
}
.TagClassName
{
border-color: #DED036;
}
</style>