Shades of Goldenrod #DDD973
Tints of Goldenrod #DDD973
RGB
CMYK
RGB Variations
Color information
#DDD973 (or 0xDDD973) is known color: Goldenrod. HEX triplet: DD, D9 and 73. RGB value is (221,217,115). Sum of RGB (Red+Green+Blue) = 221+217+115=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD973 is #22268C. Grayscale: #CECECE. Windows color (decimal): -2238093 or 7592413. OLE color: 7592413.
HSL color Cylindrical-coordinate representation of color #DDD973: hue angle of 57.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD973 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 115 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.13 |
| HSL | 57.74º | 0.61% | 0.66% | - |
| HSV(B) | 57.74º | 0.48% | 0.87% | - |
| XYZ | 57.73 | 66.24 | 25.96 | - |
| YUV | 206.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 115 | 0 | 0.02 | 0.48 | 0.13 | 57.74 | 0.61 | 0.66 |
| Hex | DD | D9 | 73 | 0 | 2 | 30 | D | 3A | 3D | 42 |
| Octal | 335 | 331 | 163 | 0 | 2 | 60 | 15 | 72 | 75 | 102 |
| Binary | 11011101 | 11011001 | 1110011 | 0 | 10 | 110000 | 1101 | 111010 | 111101 | 1000010 |
Color Harmonies of #DDD973
Complementary color
Monochromatic Colors of #DDD973
Black with #DDD973
Text Example
Text Example
White with #DDD973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD973; }
p { color: rgb(221,217,115); }
H1.HeaderClassName
{
color: #DDD973;
}
.AnyTagClassName
{
color: #DDD973;
}
</style>
background-color css
<style>
a { background-color: #DDD973; }
a { background-color: rgb(221,217,115); }
div.DivClassName
{
background-color: #DDD973;
}
.BgClassName
{
background-color: #DDD973;
}
</style>
border-color css
<style>
span { border-color: #DDD973; }
span { border-color: rgb(221,217,115); }
td.TdClassName
{
border-color: #DDD973;
}
.TagClassName
{
border-color: #DDD973;
}
</style>