Shades of Goldenrod #D9DC76
Tints of Goldenrod #D9DC76
RGB
CMYK
RGB Variations
Color information
#D9DC76 (or 0xD9DC76) is known color: Goldenrod. HEX triplet: D9, DC and 76. RGB value is (217,220,118). Sum of RGB (Red+Green+Blue) = 217+220+118=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC76 is #262389. Grayscale: #CFCFCF. Windows color (decimal): -2499466 or 7789785. OLE color: 7789785.
HSL color Cylindrical-coordinate representation of color #D9DC76: hue angle of 61.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9DC76 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 118 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.14 |
| HSL | 61.76º | 0.59% | 0.66% | - |
| HSV(B) | 61.76º | 0.46% | 0.86% | - |
| XYZ | 57.48 | 67.25 | 27.09 | - |
| YUV | 207.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 118 | 0.01 | 0 | 0.46 | 0.14 | 61.76 | 0.59 | 0.66 |
| Hex | D9 | DC | 76 | 1 | 0 | 2E | E | 3E | 3B | 42 |
| Octal | 331 | 334 | 166 | 1 | 0 | 56 | 16 | 76 | 73 | 102 |
| Binary | 11011001 | 11011100 | 1110110 | 1 | 0 | 101110 | 1110 | 111110 | 111011 | 1000010 |
Color Harmonies of #D9DC76
Complementary color
Monochromatic Colors of #D9DC76
Black with #D9DC76
Text Example
Text Example
White with #D9DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC76; }
p { color: rgb(217,220,118); }
H1.HeaderClassName
{
color: #D9DC76;
}
.AnyTagClassName
{
color: #D9DC76;
}
</style>
background-color css
<style>
a { background-color: #D9DC76; }
a { background-color: rgb(217,220,118); }
div.DivClassName
{
background-color: #D9DC76;
}
.BgClassName
{
background-color: #D9DC76;
}
</style>
border-color css
<style>
span { border-color: #D9DC76; }
span { border-color: rgb(217,220,118); }
td.TdClassName
{
border-color: #D9DC76;
}
.TagClassName
{
border-color: #D9DC76;
}
</style>