Shades of Goldenrod #D1D671
Tints of Goldenrod #D1D671
RGB
CMYK
RGB Variations
Color information
#D1D671 (or 0xD1D671) is known color: Goldenrod. HEX triplet: D1, D6 and 71. RGB value is (209,214,113). Sum of RGB (Red+Green+Blue) = 209+214+113=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D671 is #2E298E. Grayscale: #C9C9C9. Windows color (decimal): -3025295 or 7460561. OLE color: 7460561.
HSL color Cylindrical-coordinate representation of color #D1D671: hue angle of 62.97º degrees, saturation: 0.55, 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 #D1D671 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 113 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.16 |
| HSL | 62.97º | 0.55% | 0.64% | - |
| HSV(B) | 62.97º | 0.47% | 0.84% | - |
| XYZ | 53.32 | 62.84 | 24.94 | - |
| YUV | 200.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 113 | 0.02 | 0 | 0.47 | 0.16 | 62.97 | 0.55 | 0.64 |
| Hex | D1 | D6 | 71 | 2 | 0 | 2F | 10 | 3F | 37 | 40 |
| Octal | 321 | 326 | 161 | 2 | 0 | 57 | 20 | 77 | 67 | 100 |
| Binary | 11010001 | 11010110 | 1110001 | 10 | 0 | 101111 | 10000 | 111111 | 110111 | 1000000 |
Color Harmonies of #D1D671
Complementary color
Monochromatic Colors of #D1D671
Black with #D1D671
Text Example
Text Example
White with #D1D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D671; }
p { color: rgb(209,214,113); }
H1.HeaderClassName
{
color: #D1D671;
}
.AnyTagClassName
{
color: #D1D671;
}
</style>
background-color css
<style>
a { background-color: #D1D671; }
a { background-color: rgb(209,214,113); }
div.DivClassName
{
background-color: #D1D671;
}
.BgClassName
{
background-color: #D1D671;
}
</style>
border-color css
<style>
span { border-color: #D1D671; }
span { border-color: rgb(209,214,113); }
td.TdClassName
{
border-color: #D1D671;
}
.TagClassName
{
border-color: #D1D671;
}
</style>