Shades of Goldenrod #DDD971
Tints of Goldenrod #DDD971
RGB
CMYK
RGB Variations
Color information
#DDD971 (or 0xDDD971) is known color: Goldenrod. HEX triplet: DD, D9 and 71. RGB value is (221,217,113). Sum of RGB (Red+Green+Blue) = 221+217+113=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD971 is #22268E. Grayscale: #CECECE. Windows color (decimal): -2238095 or 7461341. OLE color: 7461341.
HSL color Cylindrical-coordinate representation of color #DDD971: hue angle of 57.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD971 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 113 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.13 |
| HSL | 57.78º | 0.61% | 0.65% | - |
| HSV(B) | 57.78º | 0.49% | 0.87% | - |
| XYZ | 57.61 | 66.19 | 25.36 | - |
| YUV | 206.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 113 | 0 | 0.02 | 0.49 | 0.13 | 57.78 | 0.61 | 0.65 |
| Hex | DD | D9 | 71 | 0 | 2 | 31 | D | 3A | 3D | 41 |
| Octal | 335 | 331 | 161 | 0 | 2 | 61 | 15 | 72 | 75 | 101 |
| Binary | 11011101 | 11011001 | 1110001 | 0 | 10 | 110001 | 1101 | 111010 | 111101 | 1000001 |
Color Harmonies of #DDD971
Complementary color
Monochromatic Colors of #DDD971
Black with #DDD971
Text Example
Text Example
White with #DDD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD971; }
p { color: rgb(221,217,113); }
H1.HeaderClassName
{
color: #DDD971;
}
.AnyTagClassName
{
color: #DDD971;
}
</style>
background-color css
<style>
a { background-color: #DDD971; }
a { background-color: rgb(221,217,113); }
div.DivClassName
{
background-color: #DDD971;
}
.BgClassName
{
background-color: #DDD971;
}
</style>
border-color css
<style>
span { border-color: #DDD971; }
span { border-color: rgb(221,217,113); }
td.TdClassName
{
border-color: #DDD971;
}
.TagClassName
{
border-color: #DDD971;
}
</style>