Shades of Goldenrod #D9D377
Tints of Goldenrod #D9D377
RGB
CMYK
RGB Variations
Color information
#D9D377 (or 0xD9D377) is known color: Goldenrod. HEX triplet: D9, D3 and 77. RGB value is (217,211,119). Sum of RGB (Red+Green+Blue) = 217+211+119=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D377 is #262C88. Grayscale: #CACACA. Windows color (decimal): -2501769 or 7853017. OLE color: 7853017.
HSL color Cylindrical-coordinate representation of color #D9D377: hue angle of 56.33º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9D377 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 119 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.15 |
| HSL | 56.33º | 0.56% | 0.66% | - |
| HSV(B) | 56.33º | 0.45% | 0.85% | - |
| XYZ | 55.24 | 62.67 | 26.64 | - |
| YUV | 202.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 119 | 0 | 0.03 | 0.45 | 0.15 | 56.33 | 0.56 | 0.66 |
| Hex | D9 | D3 | 77 | 0 | 3 | 2D | F | 38 | 38 | 42 |
| Octal | 331 | 323 | 167 | 0 | 3 | 55 | 17 | 70 | 70 | 102 |
| Binary | 11011001 | 11010011 | 1110111 | 0 | 11 | 101101 | 1111 | 111000 | 111000 | 1000010 |
Color Harmonies of #D9D377
Complementary color
Monochromatic Colors of #D9D377
Black with #D9D377
Text Example
Text Example
White with #D9D377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D377; }
p { color: rgb(217,211,119); }
H1.HeaderClassName
{
color: #D9D377;
}
.AnyTagClassName
{
color: #D9D377;
}
</style>
background-color css
<style>
a { background-color: #D9D377; }
a { background-color: rgb(217,211,119); }
div.DivClassName
{
background-color: #D9D377;
}
.BgClassName
{
background-color: #D9D377;
}
</style>
border-color css
<style>
span { border-color: #D9D377; }
span { border-color: rgb(217,211,119); }
td.TdClassName
{
border-color: #D9D377;
}
.TagClassName
{
border-color: #D9D377;
}
</style>