Shades of Goldenrod #D9D664
Tints of Goldenrod #D9D664
RGB
CMYK
RGB Variations
Color information
#D9D664 (or 0xD9D664) is known color: Goldenrod. HEX triplet: D9, D6 and 64. RGB value is (217,214,100). Sum of RGB (Red+Green+Blue) = 217+214+100=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D664 is #26299B. Grayscale: #CACACA. Windows color (decimal): -2501020 or 6608601. OLE color: 6608601.
HSL color Cylindrical-coordinate representation of color #D9D664: hue angle of 58.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9D664 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 100 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.15 |
| HSL | 58.46º | 0.61% | 0.62% | - |
| HSV(B) | 58.46º | 0.54% | 0.85% | - |
| XYZ | 54.96 | 63.76 | 21.47 | - |
| YUV | 201.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 100 | 0 | 0.01 | 0.54 | 0.15 | 58.46 | 0.61 | 0.62 |
| Hex | D9 | D6 | 64 | 0 | 1 | 36 | F | 3A | 3D | 3E |
| Octal | 331 | 326 | 144 | 0 | 1 | 66 | 17 | 72 | 75 | 76 |
| Binary | 11011001 | 11010110 | 1100100 | 0 | 1 | 110110 | 1111 | 111010 | 111101 | 111110 |
Color Harmonies of #D9D664
Complementary color
Monochromatic Colors of #D9D664
Black with #D9D664
Text Example
Text Example
White with #D9D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D664; }
p { color: rgb(217,214,100); }
H1.HeaderClassName
{
color: #D9D664;
}
.AnyTagClassName
{
color: #D9D664;
}
</style>
background-color css
<style>
a { background-color: #D9D664; }
a { background-color: rgb(217,214,100); }
div.DivClassName
{
background-color: #D9D664;
}
.BgClassName
{
background-color: #D9D664;
}
</style>
border-color css
<style>
span { border-color: #D9D664; }
span { border-color: rgb(217,214,100); }
td.TdClassName
{
border-color: #D9D664;
}
.TagClassName
{
border-color: #D9D664;
}
</style>