Shades of Goldenrod #D1D664
Tints of Goldenrod #D1D664
RGB
CMYK
RGB Variations
Color information
#D1D664 (or 0xD1D664) is known color: Goldenrod. HEX triplet: D1, D6 and 64. RGB value is (209,214,100). Sum of RGB (Red+Green+Blue) = 209+214+100=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D664 is #2E299B. Grayscale: #C7C7C7. Windows color (decimal): -3025308 or 6608593. OLE color: 6608593.
HSL color Cylindrical-coordinate representation of color #D1D664: hue angle of 62.63º 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 #D1D664 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 100 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.16 |
| HSL | 62.63º | 0.58% | 0.62% | - |
| HSV(B) | 62.63º | 0.53% | 0.84% | - |
| XYZ | 52.64 | 62.57 | 21.36 | - |
| YUV | 199.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 100 | 0.02 | 0 | 0.53 | 0.16 | 62.63 | 0.58 | 0.62 |
| Hex | D1 | D6 | 64 | 2 | 0 | 35 | 10 | 3F | 3A | 3E |
| Octal | 321 | 326 | 144 | 2 | 0 | 65 | 20 | 77 | 72 | 76 |
| Binary | 11010001 | 11010110 | 1100100 | 10 | 0 | 110101 | 10000 | 111111 | 111010 | 111110 |
Color Harmonies of #D1D664
Complementary color
Monochromatic Colors of #D1D664
Black with #D1D664
Text Example
Text Example
White with #D1D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D664; }
p { color: rgb(209,214,100); }
H1.HeaderClassName
{
color: #D1D664;
}
.AnyTagClassName
{
color: #D1D664;
}
</style>
background-color css
<style>
a { background-color: #D1D664; }
a { background-color: rgb(209,214,100); }
div.DivClassName
{
background-color: #D1D664;
}
.BgClassName
{
background-color: #D1D664;
}
</style>
border-color css
<style>
span { border-color: #D1D664; }
span { border-color: rgb(209,214,100); }
td.TdClassName
{
border-color: #D1D664;
}
.TagClassName
{
border-color: #D1D664;
}
</style>