Shades of Goldenrod #D8D975
Tints of Goldenrod #D8D975
RGB
CMYK
RGB Variations
Color information
#D8D975 (or 0xD8D975) is known color: Goldenrod. HEX triplet: D8, D9 and 75. RGB value is (216,217,117). Sum of RGB (Red+Green+Blue) = 216+217+117=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D975 is #27268A. Grayscale: #CDCDCD. Windows color (decimal): -2565771 or 7723480. OLE color: 7723480.
HSL color Cylindrical-coordinate representation of color #D8D975: hue angle of 60.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8D975 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 117 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.15 |
| HSL | 60.6º | 0.57% | 0.65% | - |
| HSV(B) | 60.6º | 0.46% | 0.85% | - |
| XYZ | 56.34 | 65.51 | 26.5 | - |
| YUV | 205.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 117 | 0.00 | 0 | 0.46 | 0.15 | 60.6 | 0.57 | 0.65 |
| Hex | D8 | D9 | 75 | 0 | 0 | 2E | F | 3D | 39 | 41 |
| Octal | 330 | 331 | 165 | 0 | 0 | 56 | 17 | 75 | 71 | 101 |
| Binary | 11011000 | 11011001 | 1110101 | 0 | 0 | 101110 | 1111 | 111101 | 111001 | 1000001 |
Color Harmonies of #D8D975
Complementary color
Monochromatic Colors of #D8D975
Black with #D8D975
Text Example
Text Example
White with #D8D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D975; }
p { color: rgb(216,217,117); }
H1.HeaderClassName
{
color: #D8D975;
}
.AnyTagClassName
{
color: #D8D975;
}
</style>
background-color css
<style>
a { background-color: #D8D975; }
a { background-color: rgb(216,217,117); }
div.DivClassName
{
background-color: #D8D975;
}
.BgClassName
{
background-color: #D8D975;
}
</style>
border-color css
<style>
span { border-color: #D8D975; }
span { border-color: rgb(216,217,117); }
td.TdClassName
{
border-color: #D8D975;
}
.TagClassName
{
border-color: #D8D975;
}
</style>