Shades of Goldenrod #D1D665
Tints of Goldenrod #D1D665
RGB
CMYK
RGB Variations
Color information
#D1D665 (or 0xD1D665) is known color: Goldenrod. HEX triplet: D1, D6 and 65. RGB value is (209,214,101). Sum of RGB (Red+Green+Blue) = 209+214+101=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D665 is #2E299A. Grayscale: #C8C8C8. Windows color (decimal): -3025307 or 6674129. OLE color: 6674129.
HSL color Cylindrical-coordinate representation of color #D1D665: hue angle of 62.65º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1D665 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 101 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.16 |
| HSL | 62.65º | 0.58% | 0.62% | - |
| HSV(B) | 62.65º | 0.53% | 0.84% | - |
| XYZ | 52.69 | 62.59 | 21.62 | - |
| YUV | 199.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 101 | 0.02 | 0 | 0.53 | 0.16 | 62.65 | 0.58 | 0.62 |
| Hex | D1 | D6 | 65 | 2 | 0 | 35 | 10 | 3F | 3A | 3E |
| Octal | 321 | 326 | 145 | 2 | 0 | 65 | 20 | 77 | 72 | 76 |
| Binary | 11010001 | 11010110 | 1100101 | 10 | 0 | 110101 | 10000 | 111111 | 111010 | 111110 |
Color Harmonies of #D1D665
Complementary color
Monochromatic Colors of #D1D665
Black with #D1D665
Text Example
Text Example
White with #D1D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D665; }
p { color: rgb(209,214,101); }
H1.HeaderClassName
{
color: #D1D665;
}
.AnyTagClassName
{
color: #D1D665;
}
</style>
background-color css
<style>
a { background-color: #D1D665; }
a { background-color: rgb(209,214,101); }
div.DivClassName
{
background-color: #D1D665;
}
.BgClassName
{
background-color: #D1D665;
}
</style>
border-color css
<style>
span { border-color: #D1D665; }
span { border-color: rgb(209,214,101); }
td.TdClassName
{
border-color: #D1D665;
}
.TagClassName
{
border-color: #D1D665;
}
</style>