Shades of Goldenrod #DDDA7C
Tints of Goldenrod #DDDA7C
RGB
CMYK
RGB Variations
Color information
#DDDA7C (or 0xDDDA7C) is known color: Goldenrod. HEX triplet: DD, DA and 7C. RGB value is (221,218,124). Sum of RGB (Red+Green+Blue) = 221+218+124=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA7C is #222583. Grayscale: #D0D0D0. Windows color (decimal): -2237828 or 8182493. OLE color: 8182493.
HSL color Cylindrical-coordinate representation of color #DDDA7C: hue angle of 58.14º degrees, saturation: 0.59, 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 #DDDA7C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 124 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.13 |
| HSL | 58.14º | 0.59% | 0.68% | - |
| HSV(B) | 58.14º | 0.44% | 0.87% | - |
| XYZ | 58.53 | 66.97 | 28.91 | - |
| YUV | 208.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 124 | 0 | 0.01 | 0.44 | 0.13 | 58.14 | 0.59 | 0.68 |
| Hex | DD | DA | 7C | 0 | 1 | 2C | D | 3A | 3B | 44 |
| Octal | 335 | 332 | 174 | 0 | 1 | 54 | 15 | 72 | 73 | 104 |
| Binary | 11011101 | 11011010 | 1111100 | 0 | 1 | 101100 | 1101 | 111010 | 111011 | 1000100 |
Color Harmonies of #DDDA7C
Complementary color
Monochromatic Colors of #DDDA7C
Black with #DDDA7C
Text Example
Text Example
White with #DDDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA7C; }
p { color: rgb(221,218,124); }
H1.HeaderClassName
{
color: #DDDA7C;
}
.AnyTagClassName
{
color: #DDDA7C;
}
</style>
background-color css
<style>
a { background-color: #DDDA7C; }
a { background-color: rgb(221,218,124); }
div.DivClassName
{
background-color: #DDDA7C;
}
.BgClassName
{
background-color: #DDDA7C;
}
</style>
border-color css
<style>
span { border-color: #DDDA7C; }
span { border-color: rgb(221,218,124); }
td.TdClassName
{
border-color: #DDDA7C;
}
.TagClassName
{
border-color: #DDDA7C;
}
</style>