Shades of Goldenrod #D1D775
Tints of Goldenrod #D1D775
RGB
CMYK
RGB Variations
Color information
#D1D775 (or 0xD1D775) is known color: Goldenrod. HEX triplet: D1, D7 and 75. RGB value is (209,215,117). Sum of RGB (Red+Green+Blue) = 209+215+117=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D775 is #2E288A. Grayscale: #CACACA. Windows color (decimal): -3025035 or 7722961. OLE color: 7722961.
HSL color Cylindrical-coordinate representation of color #D1D775: hue angle of 63.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D775 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 117 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.16 |
| HSL | 63.67º | 0.55% | 0.65% | - |
| HSV(B) | 63.67º | 0.46% | 0.84% | - |
| XYZ | 53.81 | 63.44 | 26.24 | - |
| YUV | 202.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 117 | 0.03 | 0 | 0.46 | 0.16 | 63.67 | 0.55 | 0.65 |
| Hex | D1 | D7 | 75 | 3 | 0 | 2E | 10 | 40 | 37 | 41 |
| Octal | 321 | 327 | 165 | 3 | 0 | 56 | 20 | 100 | 67 | 101 |
| Binary | 11010001 | 11010111 | 1110101 | 11 | 0 | 101110 | 10000 | 1000000 | 110111 | 1000001 |
Color Harmonies of #D1D775
Complementary color
Monochromatic Colors of #D1D775
Black with #D1D775
Text Example
Text Example
White with #D1D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D775; }
p { color: rgb(209,215,117); }
H1.HeaderClassName
{
color: #D1D775;
}
.AnyTagClassName
{
color: #D1D775;
}
</style>
background-color css
<style>
a { background-color: #D1D775; }
a { background-color: rgb(209,215,117); }
div.DivClassName
{
background-color: #D1D775;
}
.BgClassName
{
background-color: #D1D775;
}
</style>
border-color css
<style>
span { border-color: #D1D775; }
span { border-color: rgb(209,215,117); }
td.TdClassName
{
border-color: #D1D775;
}
.TagClassName
{
border-color: #D1D775;
}
</style>