Shades of Goldenrod #D1D966
Tints of Goldenrod #D1D966
RGB
CMYK
RGB Variations
Color information
#D1D966 (or 0xD1D966) is known color: Goldenrod. HEX triplet: D1, D9 and 66. RGB value is (209,217,102). Sum of RGB (Red+Green+Blue) = 209+217+102=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D966 is #2E2699. Grayscale: #C9C9C9. Windows color (decimal): -3024538 or 6740433. OLE color: 6740433.
HSL color Cylindrical-coordinate representation of color #D1D966: hue angle of 64.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D966 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 102 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.15 |
| HSL | 64.17º | 0.6% | 0.63% | - |
| HSV(B) | 64.17º | 0.53% | 0.85% | - |
| XYZ | 53.51 | 64.14 | 22.13 | - |
| YUV | 201.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 102 | 0.04 | 0 | 0.53 | 0.15 | 64.17 | 0.6 | 0.63 |
| Hex | D1 | D9 | 66 | 4 | 0 | 35 | F | 40 | 3C | 3F |
| Octal | 321 | 331 | 146 | 4 | 0 | 65 | 17 | 100 | 74 | 77 |
| Binary | 11010001 | 11011001 | 1100110 | 100 | 0 | 110101 | 1111 | 1000000 | 111100 | 111111 |
Color Harmonies of #D1D966
Complementary color
Monochromatic Colors of #D1D966
Black with #D1D966
Text Example
Text Example
White with #D1D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D966; }
p { color: rgb(209,217,102); }
H1.HeaderClassName
{
color: #D1D966;
}
.AnyTagClassName
{
color: #D1D966;
}
</style>
background-color css
<style>
a { background-color: #D1D966; }
a { background-color: rgb(209,217,102); }
div.DivClassName
{
background-color: #D1D966;
}
.BgClassName
{
background-color: #D1D966;
}
</style>
border-color css
<style>
span { border-color: #D1D966; }
span { border-color: rgb(209,217,102); }
td.TdClassName
{
border-color: #D1D966;
}
.TagClassName
{
border-color: #D1D966;
}
</style>