Shades of Goldenrod #D9DB73
Tints of Goldenrod #D9DB73
RGB
CMYK
RGB Variations
Color information
#D9DB73 (or 0xD9DB73) is known color: Goldenrod. HEX triplet: D9, DB and 73. RGB value is (217,219,115). Sum of RGB (Red+Green+Blue) = 217+219+115=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB73 is #26248C. Grayscale: #CECECE. Windows color (decimal): -2499725 or 7592921. OLE color: 7592921.
HSL color Cylindrical-coordinate representation of color #D9DB73: hue angle of 61.15º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9DB73 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 115 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.14 |
| HSL | 61.15º | 0.59% | 0.65% | - |
| HSV(B) | 61.15º | 0.47% | 0.86% | - |
| XYZ | 57.04 | 66.65 | 26.08 | - |
| YUV | 206.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 115 | 0.01 | 0 | 0.47 | 0.14 | 61.15 | 0.59 | 0.65 |
| Hex | D9 | DB | 73 | 1 | 0 | 2F | E | 3D | 3B | 41 |
| Octal | 331 | 333 | 163 | 1 | 0 | 57 | 16 | 75 | 73 | 101 |
| Binary | 11011001 | 11011011 | 1110011 | 1 | 0 | 101111 | 1110 | 111101 | 111011 | 1000001 |
Color Harmonies of #D9DB73
Complementary color
Monochromatic Colors of #D9DB73
Black with #D9DB73
Text Example
Text Example
White with #D9DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB73; }
p { color: rgb(217,219,115); }
H1.HeaderClassName
{
color: #D9DB73;
}
.AnyTagClassName
{
color: #D9DB73;
}
</style>
background-color css
<style>
a { background-color: #D9DB73; }
a { background-color: rgb(217,219,115); }
div.DivClassName
{
background-color: #D9DB73;
}
.BgClassName
{
background-color: #D9DB73;
}
</style>
border-color css
<style>
span { border-color: #D9DB73; }
span { border-color: rgb(217,219,115); }
td.TdClassName
{
border-color: #D9DB73;
}
.TagClassName
{
border-color: #D9DB73;
}
</style>