Shades of Goldenrod #DDD97D
Tints of Goldenrod #DDD97D
RGB
CMYK
RGB Variations
Color information
#DDD97D (or 0xDDD97D) is known color: Goldenrod. HEX triplet: DD, D9 and 7D. RGB value is (221,217,125). Sum of RGB (Red+Green+Blue) = 221+217+125=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD97D is #222682. Grayscale: #D0D0D0. Windows color (decimal): -2238083 or 8247773. OLE color: 8247773.
HSL color Cylindrical-coordinate representation of color #DDD97D: hue angle of 57.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD97D is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 125 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 57.5º | 0.59% | 0.68% | - |
| HSV(B) | 57.5º | 0.43% | 0.87% | - |
| XYZ | 58.33 | 66.48 | 29.16 | - |
| YUV | 207.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 125 | 0 | 0.02 | 0.43 | 0.13 | 57.5 | 0.59 | 0.68 |
| Hex | DD | D9 | 7D | 0 | 2 | 2B | D | 3A | 3B | 44 |
| Octal | 335 | 331 | 175 | 0 | 2 | 53 | 15 | 72 | 73 | 104 |
| Binary | 11011101 | 11011001 | 1111101 | 0 | 10 | 101011 | 1101 | 111010 | 111011 | 1000100 |
Color Harmonies of #DDD97D
Complementary color
Monochromatic Colors of #DDD97D
Black with #DDD97D
Text Example
Text Example
White with #DDD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD97D; }
p { color: rgb(221,217,125); }
H1.HeaderClassName
{
color: #DDD97D;
}
.AnyTagClassName
{
color: #DDD97D;
}
</style>
background-color css
<style>
a { background-color: #DDD97D; }
a { background-color: rgb(221,217,125); }
div.DivClassName
{
background-color: #DDD97D;
}
.BgClassName
{
background-color: #DDD97D;
}
</style>
border-color css
<style>
span { border-color: #DDD97D; }
span { border-color: rgb(221,217,125); }
td.TdClassName
{
border-color: #DDD97D;
}
.TagClassName
{
border-color: #DDD97D;
}
</style>