Shades of Wattle #DED139
Tints of Wattle #DED139
RGB
CMYK
RGB Variations
Color information
#DED139 (or 0xDED139) is known color: Wattle. HEX triplet: DE, D1 and 39. RGB value is (222,209,57). Sum of RGB (Red+Green+Blue) = 222+209+57=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED139 is #212EC6. Grayscale: #C4C4C4. Windows color (decimal): -2174663 or 3789278. OLE color: 3789278.
HSL color Cylindrical-coordinate representation of color #DED139: hue angle of 55.27º 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 #DED139 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 57 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.13 |
| HSL | 55.27º | 0.71% | 0.55% | - |
| HSV(B) | 55.27º | 0.74% | 0.87% | - |
| XYZ | 53.66 | 61.43 | 12.9 | - |
| YUV | 195.56 | 49.81 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 57 | 0 | 0.06 | 0.74 | 0.13 | 55.27 | 0.71 | 0.55 |
| Hex | DE | D1 | 39 | 0 | 6 | 4A | D | 37 | 47 | 37 |
| Octal | 336 | 321 | 71 | 0 | 6 | 112 | 15 | 67 | 107 | 67 |
| Binary | 11011110 | 11010001 | 111001 | 0 | 110 | 1001010 | 1101 | 110111 | 1000111 | 110111 |
Color Harmonies of #DED139
Complementary color
Monochromatic Colors of #DED139
Black with #DED139
Text Example
Text Example
White with #DED139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED139; }
p { color: rgb(222,209,57); }
H1.HeaderClassName
{
color: #DED139;
}
.AnyTagClassName
{
color: #DED139;
}
</style>
background-color css
<style>
a { background-color: #DED139; }
a { background-color: rgb(222,209,57); }
div.DivClassName
{
background-color: #DED139;
}
.BgClassName
{
background-color: #DED139;
}
</style>
border-color css
<style>
span { border-color: #DED139; }
span { border-color: rgb(222,209,57); }
td.TdClassName
{
border-color: #DED139;
}
.TagClassName
{
border-color: #DED139;
}
</style>