Shades of Goldenrod #D9DB76
Tints of Goldenrod #D9DB76
RGB
CMYK
RGB Variations
Color information
#D9DB76 (or 0xD9DB76) is known color: Goldenrod. HEX triplet: D9, DB and 76. RGB value is (217,219,118). Sum of RGB (Red+Green+Blue) = 217+219+118=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB76 is #262489. Grayscale: #CFCFCF. Windows color (decimal): -2499722 or 7789529. OLE color: 7789529.
HSL color Cylindrical-coordinate representation of color #D9DB76: hue angle of 61.19º degrees, saturation: 0.58, 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 #D9DB76 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 118 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.14 |
| HSL | 61.19º | 0.58% | 0.66% | - |
| HSV(B) | 61.19º | 0.46% | 0.86% | - |
| XYZ | 57.22 | 66.72 | 27 | - |
| YUV | 206.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 118 | 0.01 | 0 | 0.46 | 0.14 | 61.19 | 0.58 | 0.66 |
| Hex | D9 | DB | 76 | 1 | 0 | 2E | E | 3D | 3A | 42 |
| Octal | 331 | 333 | 166 | 1 | 0 | 56 | 16 | 75 | 72 | 102 |
| Binary | 11011001 | 11011011 | 1110110 | 1 | 0 | 101110 | 1110 | 111101 | 111010 | 1000010 |
Color Harmonies of #D9DB76
Complementary color
Monochromatic Colors of #D9DB76
Black with #D9DB76
Text Example
Text Example
White with #D9DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB76; }
p { color: rgb(217,219,118); }
H1.HeaderClassName
{
color: #D9DB76;
}
.AnyTagClassName
{
color: #D9DB76;
}
</style>
background-color css
<style>
a { background-color: #D9DB76; }
a { background-color: rgb(217,219,118); }
div.DivClassName
{
background-color: #D9DB76;
}
.BgClassName
{
background-color: #D9DB76;
}
</style>
border-color css
<style>
span { border-color: #D9DB76; }
span { border-color: rgb(217,219,118); }
td.TdClassName
{
border-color: #D9DB76;
}
.TagClassName
{
border-color: #D9DB76;
}
</style>