Shades of Goldenrod #D1D976
Tints of Goldenrod #D1D976
RGB
CMYK
RGB Variations
Color information
#D1D976 (or 0xD1D976) is known color: Goldenrod. HEX triplet: D1, D9 and 76. RGB value is (209,217,118). Sum of RGB (Red+Green+Blue) = 209+217+118=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D976 is #2E2689. Grayscale: #CBCBCB. Windows color (decimal): -3024522 or 7789009. OLE color: 7789009.
HSL color Cylindrical-coordinate representation of color #D1D976: hue angle of 64.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D976 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 118 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.15 |
| HSL | 64.85º | 0.57% | 0.66% | - |
| HSV(B) | 64.85º | 0.46% | 0.85% | - |
| XYZ | 54.38 | 64.49 | 26.72 | - |
| YUV | 203.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 118 | 0.04 | 0 | 0.46 | 0.15 | 64.85 | 0.57 | 0.66 |
| Hex | D1 | D9 | 76 | 4 | 0 | 2E | F | 41 | 39 | 42 |
| Octal | 321 | 331 | 166 | 4 | 0 | 56 | 17 | 101 | 71 | 102 |
| Binary | 11010001 | 11011001 | 1110110 | 100 | 0 | 101110 | 1111 | 1000001 | 111001 | 1000010 |
Color Harmonies of #D1D976
Complementary color
Monochromatic Colors of #D1D976
Black with #D1D976
Text Example
Text Example
White with #D1D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D976; }
p { color: rgb(209,217,118); }
H1.HeaderClassName
{
color: #D1D976;
}
.AnyTagClassName
{
color: #D1D976;
}
</style>
background-color css
<style>
a { background-color: #D1D976; }
a { background-color: rgb(209,217,118); }
div.DivClassName
{
background-color: #D1D976;
}
.BgClassName
{
background-color: #D1D976;
}
</style>
border-color css
<style>
span { border-color: #D1D976; }
span { border-color: rgb(209,217,118); }
td.TdClassName
{
border-color: #D1D976;
}
.TagClassName
{
border-color: #D1D976;
}
</style>