Shades of Goldenrod #DEDD6E
Tints of Goldenrod #DEDD6E
RGB
CMYK
RGB Variations
Color information
#DEDD6E (or 0xDEDD6E) is known color: Goldenrod. HEX triplet: DE, DD and 6E. RGB value is (222,221,110). Sum of RGB (Red+Green+Blue) = 222+221+110=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD6E is #212291. Grayscale: #D1D1D1. Windows color (decimal): -2171538 or 7265758. OLE color: 7265758.
HSL color Cylindrical-coordinate representation of color #DEDD6E: hue angle of 59.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEDD6E is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 110 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.13 |
| HSL | 59.46º | 0.63% | 0.65% | - |
| HSV(B) | 59.46º | 0.5% | 0.87% | - |
| XYZ | 58.8 | 68.37 | 24.85 | - |
| YUV | 208.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 110 | 0 | 0.00 | 0.50 | 0.13 | 59.46 | 0.63 | 0.65 |
| Hex | DE | DD | 6E | 0 | 0 | 32 | D | 3B | 3F | 41 |
| Octal | 336 | 335 | 156 | 0 | 0 | 62 | 15 | 73 | 77 | 101 |
| Binary | 11011110 | 11011101 | 1101110 | 0 | 0 | 110010 | 1101 | 111011 | 111111 | 1000001 |
Color Harmonies of #DEDD6E
Complementary color
Monochromatic Colors of #DEDD6E
Black with #DEDD6E
Text Example
Text Example
White with #DEDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD6E; }
p { color: rgb(222,221,110); }
H1.HeaderClassName
{
color: #DEDD6E;
}
.AnyTagClassName
{
color: #DEDD6E;
}
</style>
background-color css
<style>
a { background-color: #DEDD6E; }
a { background-color: rgb(222,221,110); }
div.DivClassName
{
background-color: #DEDD6E;
}
.BgClassName
{
background-color: #DEDD6E;
}
</style>
border-color css
<style>
span { border-color: #DEDD6E; }
span { border-color: rgb(222,221,110); }
td.TdClassName
{
border-color: #DEDD6E;
}
.TagClassName
{
border-color: #DEDD6E;
}
</style>