Shades of Goldenrod #D1DB6D
Tints of Goldenrod #D1DB6D
RGB
CMYK
RGB Variations
Color information
#D1DB6D (or 0xD1DB6D) is known color: Goldenrod. HEX triplet: D1, DB and 6D. RGB value is (209,219,109). Sum of RGB (Red+Green+Blue) = 209+219+109=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB6D is #2E2492. Grayscale: #CBCBCB. Windows color (decimal): -3024019 or 7199697. OLE color: 7199697.
HSL color Cylindrical-coordinate representation of color #D1DB6D: hue angle of 65.45º 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 #D1DB6D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 109 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.14 |
| HSL | 65.45º | 0.6% | 0.64% | - |
| HSV(B) | 65.45º | 0.5% | 0.86% | - |
| XYZ | 54.39 | 65.32 | 24.21 | - |
| YUV | 203.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 109 | 0.05 | 0 | 0.50 | 0.14 | 65.45 | 0.6 | 0.64 |
| Hex | D1 | DB | 6D | 5 | 0 | 32 | E | 41 | 3C | 40 |
| Octal | 321 | 333 | 155 | 5 | 0 | 62 | 16 | 101 | 74 | 100 |
| Binary | 11010001 | 11011011 | 1101101 | 101 | 0 | 110010 | 1110 | 1000001 | 111100 | 1000000 |
Color Harmonies of #D1DB6D
Complementary color
Monochromatic Colors of #D1DB6D
Black with #D1DB6D
Text Example
Text Example
White with #D1DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB6D; }
p { color: rgb(209,219,109); }
H1.HeaderClassName
{
color: #D1DB6D;
}
.AnyTagClassName
{
color: #D1DB6D;
}
</style>
background-color css
<style>
a { background-color: #D1DB6D; }
a { background-color: rgb(209,219,109); }
div.DivClassName
{
background-color: #D1DB6D;
}
.BgClassName
{
background-color: #D1DB6D;
}
</style>
border-color css
<style>
span { border-color: #D1DB6D; }
span { border-color: rgb(209,219,109); }
td.TdClassName
{
border-color: #D1DB6D;
}
.TagClassName
{
border-color: #D1DB6D;
}
</style>