Shades of Goldenrod #D9DB71
Tints of Goldenrod #D9DB71
RGB
CMYK
RGB Variations
Color information
#D9DB71 (or 0xD9DB71) is known color: Goldenrod. HEX triplet: D9, DB and 71. RGB value is (217,219,113). Sum of RGB (Red+Green+Blue) = 217+219+113=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB71 is #26248E. Grayscale: #CECECE. Windows color (decimal): -2499727 or 7461849. OLE color: 7461849.
HSL color Cylindrical-coordinate representation of color #D9DB71: hue angle of 61.13º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9DB71 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 113 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.14 |
| HSL | 61.13º | 0.6% | 0.65% | - |
| HSV(B) | 61.13º | 0.48% | 0.86% | - |
| XYZ | 56.93 | 66.61 | 25.48 | - |
| YUV | 206.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 113 | 0.01 | 0 | 0.48 | 0.14 | 61.13 | 0.6 | 0.65 |
| Hex | D9 | DB | 71 | 1 | 0 | 30 | E | 3D | 3C | 41 |
| Octal | 331 | 333 | 161 | 1 | 0 | 60 | 16 | 75 | 74 | 101 |
| Binary | 11011001 | 11011011 | 1110001 | 1 | 0 | 110000 | 1110 | 111101 | 111100 | 1000001 |
Color Harmonies of #D9DB71
Complementary color
Monochromatic Colors of #D9DB71
Black with #D9DB71
Text Example
Text Example
White with #D9DB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB71; }
p { color: rgb(217,219,113); }
H1.HeaderClassName
{
color: #D9DB71;
}
.AnyTagClassName
{
color: #D9DB71;
}
</style>
background-color css
<style>
a { background-color: #D9DB71; }
a { background-color: rgb(217,219,113); }
div.DivClassName
{
background-color: #D9DB71;
}
.BgClassName
{
background-color: #D9DB71;
}
</style>
border-color css
<style>
span { border-color: #D9DB71; }
span { border-color: rgb(217,219,113); }
td.TdClassName
{
border-color: #D9DB71;
}
.TagClassName
{
border-color: #D9DB71;
}
</style>