Shades of Goldenrod #DDD977
Tints of Goldenrod #DDD977
RGB
CMYK
RGB Variations
Color information
#DDD977 (or 0xDDD977) is known color: Goldenrod. HEX triplet: DD, D9 and 77. RGB value is (221,217,119). Sum of RGB (Red+Green+Blue) = 221+217+119=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD977 is #222688. Grayscale: #CFCFCF. Windows color (decimal): -2238089 or 7854557. OLE color: 7854557.
HSL color Cylindrical-coordinate representation of color #DDD977: hue angle of 57.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD977 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 119 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.13 |
| HSL | 57.65º | 0.6% | 0.67% | - |
| HSV(B) | 57.65º | 0.46% | 0.87% | - |
| XYZ | 57.96 | 66.33 | 27.2 | - |
| YUV | 207.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 119 | 0 | 0.02 | 0.46 | 0.13 | 57.65 | 0.6 | 0.67 |
| Hex | DD | D9 | 77 | 0 | 2 | 2E | D | 3A | 3C | 43 |
| Octal | 335 | 331 | 167 | 0 | 2 | 56 | 15 | 72 | 74 | 103 |
| Binary | 11011101 | 11011001 | 1110111 | 0 | 10 | 101110 | 1101 | 111010 | 111100 | 1000011 |
Color Harmonies of #DDD977
Complementary color
Monochromatic Colors of #DDD977
Black with #DDD977
Text Example
Text Example
White with #DDD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD977; }
p { color: rgb(221,217,119); }
H1.HeaderClassName
{
color: #DDD977;
}
.AnyTagClassName
{
color: #DDD977;
}
</style>
background-color css
<style>
a { background-color: #DDD977; }
a { background-color: rgb(221,217,119); }
div.DivClassName
{
background-color: #DDD977;
}
.BgClassName
{
background-color: #DDD977;
}
</style>
border-color css
<style>
span { border-color: #DDD977; }
span { border-color: rgb(221,217,119); }
td.TdClassName
{
border-color: #DDD977;
}
.TagClassName
{
border-color: #DDD977;
}
</style>