Shades of Goldenrod #D9D764
Tints of Goldenrod #D9D764
RGB
CMYK
RGB Variations
Color information
#D9D764 (or 0xD9D764) is known color: Goldenrod. HEX triplet: D9, D7 and 64. RGB value is (217,215,100). Sum of RGB (Red+Green+Blue) = 217+215+100=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D764 is #26289B. Grayscale: #CACACA. Windows color (decimal): -2500764 or 6608857. OLE color: 6608857.
HSL color Cylindrical-coordinate representation of color #D9D764: hue angle of 58.97º 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 #D9D764 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 100 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.15 |
| HSL | 58.97º | 0.61% | 0.62% | - |
| HSV(B) | 58.97º | 0.54% | 0.85% | - |
| XYZ | 55.22 | 64.27 | 21.55 | - |
| YUV | 202.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 100 | 0 | 0.01 | 0.54 | 0.15 | 58.97 | 0.61 | 0.62 |
| Hex | D9 | D7 | 64 | 0 | 1 | 36 | F | 3B | 3D | 3E |
| Octal | 331 | 327 | 144 | 0 | 1 | 66 | 17 | 73 | 75 | 76 |
| Binary | 11011001 | 11010111 | 1100100 | 0 | 1 | 110110 | 1111 | 111011 | 111101 | 111110 |
Color Harmonies of #D9D764
Complementary color
Monochromatic Colors of #D9D764
Black with #D9D764
Text Example
Text Example
White with #D9D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D764; }
p { color: rgb(217,215,100); }
H1.HeaderClassName
{
color: #D9D764;
}
.AnyTagClassName
{
color: #D9D764;
}
</style>
background-color css
<style>
a { background-color: #D9D764; }
a { background-color: rgb(217,215,100); }
div.DivClassName
{
background-color: #D9D764;
}
.BgClassName
{
background-color: #D9D764;
}
</style>
border-color css
<style>
span { border-color: #D9D764; }
span { border-color: rgb(217,215,100); }
td.TdClassName
{
border-color: #D9D764;
}
.TagClassName
{
border-color: #D9D764;
}
</style>