Shades of Goldenrod #D1D65F
Tints of Goldenrod #D1D65F
RGB
CMYK
RGB Variations
Color information
#D1D65F (or 0xD1D65F) is known color: Goldenrod. HEX triplet: D1, D6 and 5F. RGB value is (209,214,95). Sum of RGB (Red+Green+Blue) = 209+214+95=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D65F is #2E29A0. Grayscale: #C7C7C7. Windows color (decimal): -3025313 or 6280913. OLE color: 6280913.
HSL color Cylindrical-coordinate representation of color #D1D65F: hue angle of 62.52º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1D65F is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 95 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.16 |
| HSL | 62.52º | 0.59% | 0.61% | - |
| HSV(B) | 62.52º | 0.56% | 0.84% | - |
| XYZ | 52.41 | 62.47 | 20.12 | - |
| YUV | 198.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 95 | 0.02 | 0 | 0.56 | 0.16 | 62.52 | 0.59 | 0.61 |
| Hex | D1 | D6 | 5F | 2 | 0 | 38 | 10 | 3F | 3B | 3D |
| Octal | 321 | 326 | 137 | 2 | 0 | 70 | 20 | 77 | 73 | 75 |
| Binary | 11010001 | 11010110 | 1011111 | 10 | 0 | 111000 | 10000 | 111111 | 111011 | 111101 |
Color Harmonies of #D1D65F
Complementary color
Monochromatic Colors of #D1D65F
Black with #D1D65F
Text Example
Text Example
White with #D1D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D65F; }
p { color: rgb(209,214,95); }
H1.HeaderClassName
{
color: #D1D65F;
}
.AnyTagClassName
{
color: #D1D65F;
}
</style>
background-color css
<style>
a { background-color: #D1D65F; }
a { background-color: rgb(209,214,95); }
div.DivClassName
{
background-color: #D1D65F;
}
.BgClassName
{
background-color: #D1D65F;
}
</style>
border-color css
<style>
span { border-color: #D1D65F; }
span { border-color: rgb(209,214,95); }
td.TdClassName
{
border-color: #D1D65F;
}
.TagClassName
{
border-color: #D1D65F;
}
</style>