Shades of Goldenrod #DDD979
Tints of Goldenrod #DDD979
RGB
CMYK
RGB Variations
Color information
#DDD979 (or 0xDDD979) is known color: Goldenrod. HEX triplet: DD, D9 and 79. RGB value is (221,217,121). Sum of RGB (Red+Green+Blue) = 221+217+121=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD979 is #222686. Grayscale: #CFCFCF. Windows color (decimal): -2238087 or 7985629. OLE color: 7985629.
HSL color Cylindrical-coordinate representation of color #DDD979: hue angle of 57.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDD979 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 121 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.13 |
| HSL | 57.6º | 0.6% | 0.67% | - |
| HSV(B) | 57.6º | 0.45% | 0.87% | - |
| XYZ | 58.08 | 66.38 | 27.84 | - |
| YUV | 207.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 121 | 0 | 0.02 | 0.45 | 0.13 | 57.6 | 0.6 | 0.67 |
| Hex | DD | D9 | 79 | 0 | 2 | 2D | D | 3A | 3C | 43 |
| Octal | 335 | 331 | 171 | 0 | 2 | 55 | 15 | 72 | 74 | 103 |
| Binary | 11011101 | 11011001 | 1111001 | 0 | 10 | 101101 | 1101 | 111010 | 111100 | 1000011 |
Color Harmonies of #DDD979
Complementary color
Monochromatic Colors of #DDD979
Black with #DDD979
Text Example
Text Example
White with #DDD979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD979; }
p { color: rgb(221,217,121); }
H1.HeaderClassName
{
color: #DDD979;
}
.AnyTagClassName
{
color: #DDD979;
}
</style>
background-color css
<style>
a { background-color: #DDD979; }
a { background-color: rgb(221,217,121); }
div.DivClassName
{
background-color: #DDD979;
}
.BgClassName
{
background-color: #DDD979;
}
</style>
border-color css
<style>
span { border-color: #DDD979; }
span { border-color: rgb(221,217,121); }
td.TdClassName
{
border-color: #DDD979;
}
.TagClassName
{
border-color: #DDD979;
}
</style>