Shades of Goldenrod #D1D660
Tints of Goldenrod #D1D660
RGB
CMYK
RGB Variations
Color information
#D1D660 (or 0xD1D660) is known color: Goldenrod. HEX triplet: D1, D6 and 60. RGB value is (209,214,96). Sum of RGB (Red+Green+Blue) = 209+214+96=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D660 is #2E299F. Grayscale: #C7C7C7. Windows color (decimal): -3025312 or 6346449. OLE color: 6346449.
HSL color Cylindrical-coordinate representation of color #D1D660: hue angle of 62.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1D660 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 96 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.16 |
| HSL | 62.54º | 0.59% | 0.61% | - |
| HSV(B) | 62.54º | 0.55% | 0.84% | - |
| XYZ | 52.45 | 62.49 | 20.36 | - |
| YUV | 199.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 96 | 0.02 | 0 | 0.55 | 0.16 | 62.54 | 0.59 | 0.61 |
| Hex | D1 | D6 | 60 | 2 | 0 | 37 | 10 | 3F | 3B | 3D |
| Octal | 321 | 326 | 140 | 2 | 0 | 67 | 20 | 77 | 73 | 75 |
| Binary | 11010001 | 11010110 | 1100000 | 10 | 0 | 110111 | 10000 | 111111 | 111011 | 111101 |
Color Harmonies of #D1D660
Complementary color
Monochromatic Colors of #D1D660
Black with #D1D660
Text Example
Text Example
White with #D1D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D660; }
p { color: rgb(209,214,96); }
H1.HeaderClassName
{
color: #D1D660;
}
.AnyTagClassName
{
color: #D1D660;
}
</style>
background-color css
<style>
a { background-color: #D1D660; }
a { background-color: rgb(209,214,96); }
div.DivClassName
{
background-color: #D1D660;
}
.BgClassName
{
background-color: #D1D660;
}
</style>
border-color css
<style>
span { border-color: #D1D660; }
span { border-color: rgb(209,214,96); }
td.TdClassName
{
border-color: #D1D660;
}
.TagClassName
{
border-color: #D1D660;
}
</style>