Shades of Goldenrod #D1D575
Tints of Goldenrod #D1D575
RGB
CMYK
RGB Variations
Color information
#D1D575 (or 0xD1D575) is known color: Goldenrod. HEX triplet: D1, D5 and 75. RGB value is (209,213,117). Sum of RGB (Red+Green+Blue) = 209+213+117=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D575 is #2E2A8A. Grayscale: #C9C9C9. Windows color (decimal): -3025547 or 7722449. OLE color: 7722449.
HSL color Cylindrical-coordinate representation of color #D1D575: hue angle of 62.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1D575 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 117 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.16 |
| HSL | 62.5º | 0.53% | 0.65% | - |
| HSV(B) | 62.5º | 0.45% | 0.84% | - |
| XYZ | 53.3 | 62.43 | 26.07 | - |
| YUV | 200.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 117 | 0.02 | 0 | 0.45 | 0.16 | 62.5 | 0.53 | 0.65 |
| Hex | D1 | D5 | 75 | 2 | 0 | 2D | 10 | 3F | 35 | 41 |
| Octal | 321 | 325 | 165 | 2 | 0 | 55 | 20 | 77 | 65 | 101 |
| Binary | 11010001 | 11010101 | 1110101 | 10 | 0 | 101101 | 10000 | 111111 | 110101 | 1000001 |
Color Harmonies of #D1D575
Complementary color
Monochromatic Colors of #D1D575
Black with #D1D575
Text Example
Text Example
White with #D1D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D575; }
p { color: rgb(209,213,117); }
H1.HeaderClassName
{
color: #D1D575;
}
.AnyTagClassName
{
color: #D1D575;
}
</style>
background-color css
<style>
a { background-color: #D1D575; }
a { background-color: rgb(209,213,117); }
div.DivClassName
{
background-color: #D1D575;
}
.BgClassName
{
background-color: #D1D575;
}
</style>
border-color css
<style>
span { border-color: #D1D575; }
span { border-color: rgb(209,213,117); }
td.TdClassName
{
border-color: #D1D575;
}
.TagClassName
{
border-color: #D1D575;
}
</style>