Shades of Goldenrod #D7DB6E
Tints of Goldenrod #D7DB6E
RGB
CMYK
RGB Variations
Color information
#D7DB6E (or 0xD7DB6E) is known color: Goldenrod. HEX triplet: D7, DB and 6E. RGB value is (215,219,110). Sum of RGB (Red+Green+Blue) = 215+219+110=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB6E is #282491. Grayscale: #CDCDCD. Windows color (decimal): -2630802 or 7265239. OLE color: 7265239.
HSL color Cylindrical-coordinate representation of color #D7DB6E: hue angle of 62.2º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7DB6E is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 110 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.14 |
| HSL | 62.2º | 0.6% | 0.65% | - |
| HSV(B) | 62.2º | 0.5% | 0.86% | - |
| XYZ | 56.17 | 66.24 | 24.58 | - |
| YUV | 205.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 110 | 0.02 | 0 | 0.50 | 0.14 | 62.2 | 0.6 | 0.65 |
| Hex | D7 | DB | 6E | 2 | 0 | 32 | E | 3E | 3C | 41 |
| Octal | 327 | 333 | 156 | 2 | 0 | 62 | 16 | 76 | 74 | 101 |
| Binary | 11010111 | 11011011 | 1101110 | 10 | 0 | 110010 | 1110 | 111110 | 111100 | 1000001 |
Color Harmonies of #D7DB6E
Complementary color
Monochromatic Colors of #D7DB6E
Black with #D7DB6E
Text Example
Text Example
White with #D7DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB6E; }
p { color: rgb(215,219,110); }
H1.HeaderClassName
{
color: #D7DB6E;
}
.AnyTagClassName
{
color: #D7DB6E;
}
</style>
background-color css
<style>
a { background-color: #D7DB6E; }
a { background-color: rgb(215,219,110); }
div.DivClassName
{
background-color: #D7DB6E;
}
.BgClassName
{
background-color: #D7DB6E;
}
</style>
border-color css
<style>
span { border-color: #D7DB6E; }
span { border-color: rgb(215,219,110); }
td.TdClassName
{
border-color: #D7DB6E;
}
.TagClassName
{
border-color: #D7DB6E;
}
</style>