Shades of Goldenrod #D5D975
Tints of Goldenrod #D5D975
RGB
CMYK
RGB Variations
Color information
#D5D975 (or 0xD5D975) is known color: Goldenrod. HEX triplet: D5, D9 and 75. RGB value is (213,217,117). Sum of RGB (Red+Green+Blue) = 213+217+117=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D975 is #2A268A. Grayscale: #CCCCCC. Windows color (decimal): -2762379 or 7723477. OLE color: 7723477.
HSL color Cylindrical-coordinate representation of color #D5D975: hue angle of 62.4º 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 #D5D975 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 117 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.15 |
| HSL | 62.4º | 0.57% | 0.65% | - |
| HSV(B) | 62.4º | 0.46% | 0.85% | - |
| XYZ | 55.46 | 65.06 | 26.46 | - |
| YUV | 204.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 117 | 0.02 | 0 | 0.46 | 0.15 | 62.4 | 0.57 | 0.65 |
| Hex | D5 | D9 | 75 | 2 | 0 | 2E | F | 3E | 39 | 41 |
| Octal | 325 | 331 | 165 | 2 | 0 | 56 | 17 | 76 | 71 | 101 |
| Binary | 11010101 | 11011001 | 1110101 | 10 | 0 | 101110 | 1111 | 111110 | 111001 | 1000001 |
Color Harmonies of #D5D975
Complementary color
Monochromatic Colors of #D5D975
Black with #D5D975
Text Example
Text Example
White with #D5D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D975; }
p { color: rgb(213,217,117); }
H1.HeaderClassName
{
color: #D5D975;
}
.AnyTagClassName
{
color: #D5D975;
}
</style>
background-color css
<style>
a { background-color: #D5D975; }
a { background-color: rgb(213,217,117); }
div.DivClassName
{
background-color: #D5D975;
}
.BgClassName
{
background-color: #D5D975;
}
</style>
border-color css
<style>
span { border-color: #D5D975; }
span { border-color: rgb(213,217,117); }
td.TdClassName
{
border-color: #D5D975;
}
.TagClassName
{
border-color: #D5D975;
}
</style>