Shades of Goldenrod #D1D475
Tints of Goldenrod #D1D475
RGB
CMYK
RGB Variations
Color information
#D1D475 (or 0xD1D475) is known color: Goldenrod. HEX triplet: D1, D4 and 75. RGB value is (209,212,117). Sum of RGB (Red+Green+Blue) = 209+212+117=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D475 is #2E2B8A. Grayscale: #C8C8C8. Windows color (decimal): -3025803 or 7722193. OLE color: 7722193.
HSL color Cylindrical-coordinate representation of color #D1D475: hue angle of 61.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1D475 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 117 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.17 |
| HSL | 61.89º | 0.52% | 0.65% | - |
| HSV(B) | 61.89º | 0.45% | 0.83% | - |
| XYZ | 53.05 | 61.93 | 25.99 | - |
| YUV | 200.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 117 | 0.01 | 0 | 0.45 | 0.17 | 61.89 | 0.52 | 0.65 |
| Hex | D1 | D4 | 75 | 1 | 0 | 2D | 11 | 3E | 34 | 41 |
| Octal | 321 | 324 | 165 | 1 | 0 | 55 | 21 | 76 | 64 | 101 |
| Binary | 11010001 | 11010100 | 1110101 | 1 | 0 | 101101 | 10001 | 111110 | 110100 | 1000001 |
Color Harmonies of #D1D475
Complementary color
Monochromatic Colors of #D1D475
Black with #D1D475
Text Example
Text Example
White with #D1D475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D475; }
p { color: rgb(209,212,117); }
H1.HeaderClassName
{
color: #D1D475;
}
.AnyTagClassName
{
color: #D1D475;
}
</style>
background-color css
<style>
a { background-color: #D1D475; }
a { background-color: rgb(209,212,117); }
div.DivClassName
{
background-color: #D1D475;
}
.BgClassName
{
background-color: #D1D475;
}
</style>
border-color css
<style>
span { border-color: #D1D475; }
span { border-color: rgb(209,212,117); }
td.TdClassName
{
border-color: #D1D475;
}
.TagClassName
{
border-color: #D1D475;
}
</style>