Shades of Goldenrod #DEDD7C
Tints of Goldenrod #DEDD7C
RGB
CMYK
RGB Variations
Color information
#DEDD7C (or 0xDEDD7C) is known color: Goldenrod. HEX triplet: DE, DD and 7C. RGB value is (222,221,124). Sum of RGB (Red+Green+Blue) = 222+221+124=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD7C is #212283. Grayscale: #D2D2D2. Windows color (decimal): -2171524 or 8183262. OLE color: 8183262.
HSL color Cylindrical-coordinate representation of color #DEDD7C: hue angle of 59.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEDD7C is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 124 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.13 |
| HSL | 59.39º | 0.6% | 0.68% | - |
| HSV(B) | 59.39º | 0.44% | 0.87% | - |
| XYZ | 59.62 | 68.7 | 29.19 | - |
| YUV | 210.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 124 | 0 | 0.00 | 0.44 | 0.13 | 59.39 | 0.6 | 0.68 |
| Hex | DE | DD | 7C | 0 | 0 | 2C | D | 3B | 3C | 44 |
| Octal | 336 | 335 | 174 | 0 | 0 | 54 | 15 | 73 | 74 | 104 |
| Binary | 11011110 | 11011101 | 1111100 | 0 | 0 | 101100 | 1101 | 111011 | 111100 | 1000100 |
Color Harmonies of #DEDD7C
Complementary color
Monochromatic Colors of #DEDD7C
Black with #DEDD7C
Text Example
Text Example
White with #DEDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD7C; }
p { color: rgb(222,221,124); }
H1.HeaderClassName
{
color: #DEDD7C;
}
.AnyTagClassName
{
color: #DEDD7C;
}
</style>
background-color css
<style>
a { background-color: #DEDD7C; }
a { background-color: rgb(222,221,124); }
div.DivClassName
{
background-color: #DEDD7C;
}
.BgClassName
{
background-color: #DEDD7C;
}
</style>
border-color css
<style>
span { border-color: #DEDD7C; }
span { border-color: rgb(222,221,124); }
td.TdClassName
{
border-color: #DEDD7C;
}
.TagClassName
{
border-color: #DEDD7C;
}
</style>