Shades of Goldenrod #D1D969
Tints of Goldenrod #D1D969
RGB
CMYK
RGB Variations
Color information
#D1D969 (or 0xD1D969) is known color: Goldenrod. HEX triplet: D1, D9 and 69. RGB value is (209,217,105). Sum of RGB (Red+Green+Blue) = 209+217+105=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D969 is #2E2696. Grayscale: #CACACA. Windows color (decimal): -3024535 or 6937041. OLE color: 6937041.
HSL color Cylindrical-coordinate representation of color #D1D969: hue angle of 64.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1D969 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 105 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.15 |
| HSL | 64.29º | 0.6% | 0.63% | - |
| HSV(B) | 64.29º | 0.52% | 0.85% | - |
| XYZ | 53.66 | 64.2 | 22.93 | - |
| YUV | 201.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 105 | 0.04 | 0 | 0.52 | 0.15 | 64.29 | 0.6 | 0.63 |
| Hex | D1 | D9 | 69 | 4 | 0 | 34 | F | 40 | 3C | 3F |
| Octal | 321 | 331 | 151 | 4 | 0 | 64 | 17 | 100 | 74 | 77 |
| Binary | 11010001 | 11011001 | 1101001 | 100 | 0 | 110100 | 1111 | 1000000 | 111100 | 111111 |
Color Harmonies of #D1D969
Complementary color
Monochromatic Colors of #D1D969
Black with #D1D969
Text Example
Text Example
White with #D1D969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D969; }
p { color: rgb(209,217,105); }
H1.HeaderClassName
{
color: #D1D969;
}
.AnyTagClassName
{
color: #D1D969;
}
</style>
background-color css
<style>
a { background-color: #D1D969; }
a { background-color: rgb(209,217,105); }
div.DivClassName
{
background-color: #D1D969;
}
.BgClassName
{
background-color: #D1D969;
}
</style>
border-color css
<style>
span { border-color: #D1D969; }
span { border-color: rgb(209,217,105); }
td.TdClassName
{
border-color: #D1D969;
}
.TagClassName
{
border-color: #D1D969;
}
</style>