Shades of Goldenrod #DDDD79
Tints of Goldenrod #DDDD79
RGB
CMYK
RGB Variations
Color information
#DDDD79 (or 0xDDDD79) is known color: Goldenrod. HEX triplet: DD, DD and 79. RGB value is (221,221,121). Sum of RGB (Red+Green+Blue) = 221+221+121=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD79 is #222286. Grayscale: #D2D2D2. Windows color (decimal): -2237063 or 7986653. OLE color: 7986653.
HSL color Cylindrical-coordinate representation of color #DDDD79: hue angle of 60º 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 #DDDD79 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 121 | - |
| CMYK | 0 | 0 | 0.45 | 0.13 |
| HSL | 60º | 0.6% | 0.67% | - |
| HSV(B) | 60º | 0.45% | 0.87% | - |
| XYZ | 59.13 | 68.47 | 28.19 | - |
| YUV | 209.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 121 | 0 | 0 | 0.45 | 0.13 | 60 | 0.6 | 0.67 |
| Hex | DD | DD | 79 | 0 | 0 | 2D | D | 3C | 3C | 43 |
| Octal | 335 | 335 | 171 | 0 | 0 | 55 | 15 | 74 | 74 | 103 |
| Binary | 11011101 | 11011101 | 1111001 | 0 | 0 | 101101 | 1101 | 111100 | 111100 | 1000011 |
Color Harmonies of #DDDD79
Complementary color
Monochromatic Colors of #DDDD79
Black with #DDDD79
Text Example
Text Example
White with #DDDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD79; }
p { color: rgb(221,221,121); }
H1.HeaderClassName
{
color: #DDDD79;
}
.AnyTagClassName
{
color: #DDDD79;
}
</style>
background-color css
<style>
a { background-color: #DDDD79; }
a { background-color: rgb(221,221,121); }
div.DivClassName
{
background-color: #DDDD79;
}
.BgClassName
{
background-color: #DDDD79;
}
</style>
border-color css
<style>
span { border-color: #DDDD79; }
span { border-color: rgb(221,221,121); }
td.TdClassName
{
border-color: #DDDD79;
}
.TagClassName
{
border-color: #DDDD79;
}
</style>