Shades of Goldenrod #D1D65E
Tints of Goldenrod #D1D65E
RGB
CMYK
RGB Variations
Color information
#D1D65E (or 0xD1D65E) is known color: Goldenrod. HEX triplet: D1, D6 and 5E. RGB value is (209,214,94). Sum of RGB (Red+Green+Blue) = 209+214+94=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D65E is #2E29A1. Grayscale: #C7C7C7. Windows color (decimal): -3025314 or 6215377. OLE color: 6215377.
HSL color Cylindrical-coordinate representation of color #D1D65E: hue angle of 62.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1D65E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 94 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.16 |
| HSL | 62.5º | 0.59% | 0.6% | - |
| HSV(B) | 62.5º | 0.56% | 0.84% | - |
| XYZ | 52.36 | 62.46 | 19.89 | - |
| YUV | 198.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 94 | 0.02 | 0 | 0.56 | 0.16 | 62.5 | 0.59 | 0.6 |
| Hex | D1 | D6 | 5E | 2 | 0 | 38 | 10 | 3F | 3B | 3C |
| Octal | 321 | 326 | 136 | 2 | 0 | 70 | 20 | 77 | 73 | 74 |
| Binary | 11010001 | 11010110 | 1011110 | 10 | 0 | 111000 | 10000 | 111111 | 111011 | 111100 |
Color Harmonies of #D1D65E
Complementary color
Monochromatic Colors of #D1D65E
Black with #D1D65E
Text Example
Text Example
White with #D1D65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D65E; }
p { color: rgb(209,214,94); }
H1.HeaderClassName
{
color: #D1D65E;
}
.AnyTagClassName
{
color: #D1D65E;
}
</style>
background-color css
<style>
a { background-color: #D1D65E; }
a { background-color: rgb(209,214,94); }
div.DivClassName
{
background-color: #D1D65E;
}
.BgClassName
{
background-color: #D1D65E;
}
</style>
border-color css
<style>
span { border-color: #D1D65E; }
span { border-color: rgb(209,214,94); }
td.TdClassName
{
border-color: #D1D65E;
}
.TagClassName
{
border-color: #D1D65E;
}
</style>