Shades of Goldenrod #D9D366
Tints of Goldenrod #D9D366
RGB
CMYK
RGB Variations
Color information
#D9D366 (or 0xD9D366) is known color: Goldenrod. HEX triplet: D9, D3 and 66. RGB value is (217,211,102). Sum of RGB (Red+Green+Blue) = 217+211+102=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D366 is #262C99. Grayscale: #C8C8C8. Windows color (decimal): -2501786 or 6738905. OLE color: 6738905.
HSL color Cylindrical-coordinate representation of color #D9D366: hue angle of 56.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9D366 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 102 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.15 |
| HSL | 56.87º | 0.6% | 0.63% | - |
| HSV(B) | 56.87º | 0.53% | 0.85% | - |
| XYZ | 54.31 | 62.3 | 21.73 | - |
| YUV | 200.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 102 | 0 | 0.03 | 0.53 | 0.15 | 56.87 | 0.6 | 0.63 |
| Hex | D9 | D3 | 66 | 0 | 3 | 35 | F | 39 | 3C | 3F |
| Octal | 331 | 323 | 146 | 0 | 3 | 65 | 17 | 71 | 74 | 77 |
| Binary | 11011001 | 11010011 | 1100110 | 0 | 11 | 110101 | 1111 | 111001 | 111100 | 111111 |
Color Harmonies of #D9D366
Complementary color
Monochromatic Colors of #D9D366
Black with #D9D366
Text Example
Text Example
White with #D9D366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D366; }
p { color: rgb(217,211,102); }
H1.HeaderClassName
{
color: #D9D366;
}
.AnyTagClassName
{
color: #D9D366;
}
</style>
background-color css
<style>
a { background-color: #D9D366; }
a { background-color: rgb(217,211,102); }
div.DivClassName
{
background-color: #D9D366;
}
.BgClassName
{
background-color: #D9D366;
}
</style>
border-color css
<style>
span { border-color: #D9D366; }
span { border-color: rgb(217,211,102); }
td.TdClassName
{
border-color: #D9D366;
}
.TagClassName
{
border-color: #D9D366;
}
</style>