Shades of Goldenrod #D9DC7D
Tints of Goldenrod #D9DC7D
RGB
CMYK
RGB Variations
Color information
#D9DC7D (or 0xD9DC7D) is known color: Goldenrod. HEX triplet: D9, DC and 7D. RGB value is (217,220,125). Sum of RGB (Red+Green+Blue) = 217+220+125=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC7D is #262382. Grayscale: #D0D0D0. Windows color (decimal): -2499459 or 8248537. OLE color: 8248537.
HSL color Cylindrical-coordinate representation of color #D9DC7D: hue angle of 61.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9DC7D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 125 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.14 |
| HSL | 61.89º | 0.58% | 0.68% | - |
| HSV(B) | 61.89º | 0.43% | 0.86% | - |
| XYZ | 57.91 | 67.42 | 29.36 | - |
| YUV | 208.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 125 | 0.01 | 0 | 0.43 | 0.14 | 61.89 | 0.58 | 0.68 |
| Hex | D9 | DC | 7D | 1 | 0 | 2B | E | 3E | 3A | 44 |
| Octal | 331 | 334 | 175 | 1 | 0 | 53 | 16 | 76 | 72 | 104 |
| Binary | 11011001 | 11011100 | 1111101 | 1 | 0 | 101011 | 1110 | 111110 | 111010 | 1000100 |
Color Harmonies of #D9DC7D
Complementary color
Monochromatic Colors of #D9DC7D
Black with #D9DC7D
Text Example
Text Example
White with #D9DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC7D; }
p { color: rgb(217,220,125); }
H1.HeaderClassName
{
color: #D9DC7D;
}
.AnyTagClassName
{
color: #D9DC7D;
}
</style>
background-color css
<style>
a { background-color: #D9DC7D; }
a { background-color: rgb(217,220,125); }
div.DivClassName
{
background-color: #D9DC7D;
}
.BgClassName
{
background-color: #D9DC7D;
}
</style>
border-color css
<style>
span { border-color: #D9DC7D; }
span { border-color: rgb(217,220,125); }
td.TdClassName
{
border-color: #D9DC7D;
}
.TagClassName
{
border-color: #D9DC7D;
}
</style>