Shades of Goldenrod #D1D371
Tints of Goldenrod #D1D371
RGB
CMYK
RGB Variations
Color information
#D1D371 (or 0xD1D371) is known color: Goldenrod. HEX triplet: D1, D3 and 71. RGB value is (209,211,113). Sum of RGB (Red+Green+Blue) = 209+211+113=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D371 is #2E2C8E. Grayscale: #C7C7C7. Windows color (decimal): -3026063 or 7459793. OLE color: 7459793.
HSL color Cylindrical-coordinate representation of color #D1D371: hue angle of 61.22º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D371 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 113 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.17 |
| HSL | 61.22º | 0.53% | 0.64% | - |
| HSV(B) | 61.22º | 0.46% | 0.83% | - |
| XYZ | 52.57 | 61.34 | 24.69 | - |
| YUV | 199.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 113 | 0.01 | 0 | 0.46 | 0.17 | 61.22 | 0.53 | 0.64 |
| Hex | D1 | D3 | 71 | 1 | 0 | 2E | 11 | 3D | 35 | 40 |
| Octal | 321 | 323 | 161 | 1 | 0 | 56 | 21 | 75 | 65 | 100 |
| Binary | 11010001 | 11010011 | 1110001 | 1 | 0 | 101110 | 10001 | 111101 | 110101 | 1000000 |
Color Harmonies of #D1D371
Complementary color
Monochromatic Colors of #D1D371
Black with #D1D371
Text Example
Text Example
White with #D1D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D371; }
p { color: rgb(209,211,113); }
H1.HeaderClassName
{
color: #D1D371;
}
.AnyTagClassName
{
color: #D1D371;
}
</style>
background-color css
<style>
a { background-color: #D1D371; }
a { background-color: rgb(209,211,113); }
div.DivClassName
{
background-color: #D1D371;
}
.BgClassName
{
background-color: #D1D371;
}
</style>
border-color css
<style>
span { border-color: #D1D371; }
span { border-color: rgb(209,211,113); }
td.TdClassName
{
border-color: #D1D371;
}
.TagClassName
{
border-color: #D1D371;
}
</style>