Shades of Goldenrod #D9D87C
Tints of Goldenrod #D9D87C
RGB
CMYK
RGB Variations
Color information
#D9D87C (or 0xD9D87C) is known color: Goldenrod. HEX triplet: D9, D8 and 7C. RGB value is (217,216,124). Sum of RGB (Red+Green+Blue) = 217+216+124=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D87C is #262783. Grayscale: #CECECE. Windows color (decimal): -2500484 or 8181977. OLE color: 8181977.
HSL color Cylindrical-coordinate representation of color #D9D87C: hue angle of 59.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9D87C is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 124 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.15 |
| HSL | 59.35º | 0.55% | 0.67% | - |
| HSV(B) | 59.35º | 0.43% | 0.85% | - |
| XYZ | 56.81 | 65.32 | 28.68 | - |
| YUV | 205.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 124 | 0 | 0.00 | 0.43 | 0.15 | 59.35 | 0.55 | 0.67 |
| Hex | D9 | D8 | 7C | 0 | 0 | 2B | F | 3B | 37 | 43 |
| Octal | 331 | 330 | 174 | 0 | 0 | 53 | 17 | 73 | 67 | 103 |
| Binary | 11011001 | 11011000 | 1111100 | 0 | 0 | 101011 | 1111 | 111011 | 110111 | 1000011 |
Color Harmonies of #D9D87C
Complementary color
Monochromatic Colors of #D9D87C
Black with #D9D87C
Text Example
Text Example
White with #D9D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D87C; }
p { color: rgb(217,216,124); }
H1.HeaderClassName
{
color: #D9D87C;
}
.AnyTagClassName
{
color: #D9D87C;
}
</style>
background-color css
<style>
a { background-color: #D9D87C; }
a { background-color: rgb(217,216,124); }
div.DivClassName
{
background-color: #D9D87C;
}
.BgClassName
{
background-color: #D9D87C;
}
</style>
border-color css
<style>
span { border-color: #D9D87C; }
span { border-color: rgb(217,216,124); }
td.TdClassName
{
border-color: #D9D87C;
}
.TagClassName
{
border-color: #D9D87C;
}
</style>