Shades of Goldenrod #D1D96A
Tints of Goldenrod #D1D96A
RGB
CMYK
RGB Variations
Color information
#D1D96A (or 0xD1D96A) is known color: Goldenrod. HEX triplet: D1, D9 and 6A. RGB value is (209,217,106). Sum of RGB (Red+Green+Blue) = 209+217+106=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D96A is #2E2695. Grayscale: #CACACA. Windows color (decimal): -3024534 or 7002577. OLE color: 7002577.
HSL color Cylindrical-coordinate representation of color #D1D96A: hue angle of 64.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D96A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 106 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.15 |
| HSL | 64.32º | 0.59% | 0.63% | - |
| HSV(B) | 64.32º | 0.51% | 0.85% | - |
| XYZ | 53.71 | 64.22 | 23.2 | - |
| YUV | 201.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 106 | 0.04 | 0 | 0.51 | 0.15 | 64.32 | 0.59 | 0.63 |
| Hex | D1 | D9 | 6A | 4 | 0 | 33 | F | 40 | 3B | 3F |
| Octal | 321 | 331 | 152 | 4 | 0 | 63 | 17 | 100 | 73 | 77 |
| Binary | 11010001 | 11011001 | 1101010 | 100 | 0 | 110011 | 1111 | 1000000 | 111011 | 111111 |
Color Harmonies of #D1D96A
Complementary color
Monochromatic Colors of #D1D96A
Black with #D1D96A
Text Example
Text Example
White with #D1D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D96A; }
p { color: rgb(209,217,106); }
H1.HeaderClassName
{
color: #D1D96A;
}
.AnyTagClassName
{
color: #D1D96A;
}
</style>
background-color css
<style>
a { background-color: #D1D96A; }
a { background-color: rgb(209,217,106); }
div.DivClassName
{
background-color: #D1D96A;
}
.BgClassName
{
background-color: #D1D96A;
}
</style>
border-color css
<style>
span { border-color: #D1D96A; }
span { border-color: rgb(209,217,106); }
td.TdClassName
{
border-color: #D1D96A;
}
.TagClassName
{
border-color: #D1D96A;
}
</style>