Shades of Goldenrod #D1D771
Tints of Goldenrod #D1D771
RGB
CMYK
RGB Variations
Color information
#D1D771 (or 0xD1D771) is known color: Goldenrod. HEX triplet: D1, D7 and 71. RGB value is (209,215,113). Sum of RGB (Red+Green+Blue) = 209+215+113=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D771 is #2E288E. Grayscale: #C9C9C9. Windows color (decimal): -3025039 or 7460817. OLE color: 7460817.
HSL color Cylindrical-coordinate representation of color #D1D771: hue angle of 63.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1D771 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 113 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.16 |
| HSL | 63.53º | 0.56% | 0.64% | - |
| HSV(B) | 63.53º | 0.47% | 0.84% | - |
| XYZ | 53.58 | 63.35 | 25.03 | - |
| YUV | 201.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 113 | 0.03 | 0 | 0.47 | 0.16 | 63.53 | 0.56 | 0.64 |
| Hex | D1 | D7 | 71 | 3 | 0 | 2F | 10 | 40 | 38 | 40 |
| Octal | 321 | 327 | 161 | 3 | 0 | 57 | 20 | 100 | 70 | 100 |
| Binary | 11010001 | 11010111 | 1110001 | 11 | 0 | 101111 | 10000 | 1000000 | 111000 | 1000000 |
Color Harmonies of #D1D771
Complementary color
Monochromatic Colors of #D1D771
Black with #D1D771
Text Example
Text Example
White with #D1D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D771; }
p { color: rgb(209,215,113); }
H1.HeaderClassName
{
color: #D1D771;
}
.AnyTagClassName
{
color: #D1D771;
}
</style>
background-color css
<style>
a { background-color: #D1D771; }
a { background-color: rgb(209,215,113); }
div.DivClassName
{
background-color: #D1D771;
}
.BgClassName
{
background-color: #D1D771;
}
</style>
border-color css
<style>
span { border-color: #D1D771; }
span { border-color: rgb(209,215,113); }
td.TdClassName
{
border-color: #D1D771;
}
.TagClassName
{
border-color: #D1D771;
}
</style>