Shades of Goldenrod #D9DB6D
Tints of Goldenrod #D9DB6D
RGB
CMYK
RGB Variations
Color information
#D9DB6D (or 0xD9DB6D) is known color: Goldenrod. HEX triplet: D9, DB and 6D. RGB value is (217,219,109). Sum of RGB (Red+Green+Blue) = 217+219+109=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB6D is #262492. Grayscale: #CECECE. Windows color (decimal): -2499731 or 7199705. OLE color: 7199705.
HSL color Cylindrical-coordinate representation of color #D9DB6D: hue angle of 61.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9DB6D is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 109 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.14 |
| HSL | 61.09º | 0.6% | 0.64% | - |
| HSV(B) | 61.09º | 0.5% | 0.86% | - |
| XYZ | 56.71 | 66.52 | 24.32 | - |
| YUV | 205.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 109 | 0.01 | 0 | 0.50 | 0.14 | 61.09 | 0.6 | 0.64 |
| Hex | D9 | DB | 6D | 1 | 0 | 32 | E | 3D | 3C | 40 |
| Octal | 331 | 333 | 155 | 1 | 0 | 62 | 16 | 75 | 74 | 100 |
| Binary | 11011001 | 11011011 | 1101101 | 1 | 0 | 110010 | 1110 | 111101 | 111100 | 1000000 |
Color Harmonies of #D9DB6D
Complementary color
Monochromatic Colors of #D9DB6D
Black with #D9DB6D
Text Example
Text Example
White with #D9DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB6D; }
p { color: rgb(217,219,109); }
H1.HeaderClassName
{
color: #D9DB6D;
}
.AnyTagClassName
{
color: #D9DB6D;
}
</style>
background-color css
<style>
a { background-color: #D9DB6D; }
a { background-color: rgb(217,219,109); }
div.DivClassName
{
background-color: #D9DB6D;
}
.BgClassName
{
background-color: #D9DB6D;
}
</style>
border-color css
<style>
span { border-color: #D9DB6D; }
span { border-color: rgb(217,219,109); }
td.TdClassName
{
border-color: #D9DB6D;
}
.TagClassName
{
border-color: #D9DB6D;
}
</style>