Shades of Goldenrod #DEDD76
Tints of Goldenrod #DEDD76
RGB
CMYK
RGB Variations
Color information
#DEDD76 (or 0xDEDD76) is known color: Goldenrod. HEX triplet: DE, DD and 76. RGB value is (222,221,118). Sum of RGB (Red+Green+Blue) = 222+221+118=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD76 is #212289. Grayscale: #D1D1D1. Windows color (decimal): -2171530 or 7790046. OLE color: 7790046.
HSL color Cylindrical-coordinate representation of color #DEDD76: hue angle of 59.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDD76 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 118 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.13 |
| HSL | 59.42º | 0.61% | 0.67% | - |
| HSV(B) | 59.42º | 0.47% | 0.87% | - |
| XYZ | 59.25 | 68.55 | 27.25 | - |
| YUV | 209.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 118 | 0 | 0.00 | 0.47 | 0.13 | 59.42 | 0.61 | 0.67 |
| Hex | DE | DD | 76 | 0 | 0 | 2F | D | 3B | 3D | 43 |
| Octal | 336 | 335 | 166 | 0 | 0 | 57 | 15 | 73 | 75 | 103 |
| Binary | 11011110 | 11011101 | 1110110 | 0 | 0 | 101111 | 1101 | 111011 | 111101 | 1000011 |
Color Harmonies of #DEDD76
Complementary color
Monochromatic Colors of #DEDD76
Black with #DEDD76
Text Example
Text Example
White with #DEDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD76; }
p { color: rgb(222,221,118); }
H1.HeaderClassName
{
color: #DEDD76;
}
.AnyTagClassName
{
color: #DEDD76;
}
</style>
background-color css
<style>
a { background-color: #DEDD76; }
a { background-color: rgb(222,221,118); }
div.DivClassName
{
background-color: #DEDD76;
}
.BgClassName
{
background-color: #DEDD76;
}
</style>
border-color css
<style>
span { border-color: #DEDD76; }
span { border-color: rgb(222,221,118); }
td.TdClassName
{
border-color: #DEDD76;
}
.TagClassName
{
border-color: #DEDD76;
}
</style>