Shades of Goldenrod #D6DB6F
Tints of Goldenrod #D6DB6F
RGB
CMYK
RGB Variations
Color information
#D6DB6F (or 0xD6DB6F) is known color: Goldenrod. HEX triplet: D6, DB and 6F. RGB value is (214,219,111). Sum of RGB (Red+Green+Blue) = 214+219+111=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB6F is #292490. Grayscale: #CDCDCD. Windows color (decimal): -2696337 or 7330774. OLE color: 7330774.
HSL color Cylindrical-coordinate representation of color #D6DB6F: hue angle of 62.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6DB6F is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 111 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.14 |
| HSL | 62.78º | 0.6% | 0.65% | - |
| HSV(B) | 62.78º | 0.49% | 0.86% | - |
| XYZ | 55.93 | 66.11 | 24.85 | - |
| YUV | 205.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 111 | 0.02 | 0 | 0.49 | 0.14 | 62.78 | 0.6 | 0.65 |
| Hex | D6 | DB | 6F | 2 | 0 | 31 | E | 3F | 3C | 41 |
| Octal | 326 | 333 | 157 | 2 | 0 | 61 | 16 | 77 | 74 | 101 |
| Binary | 11010110 | 11011011 | 1101111 | 10 | 0 | 110001 | 1110 | 111111 | 111100 | 1000001 |
Color Harmonies of #D6DB6F
Complementary color
Monochromatic Colors of #D6DB6F
Black with #D6DB6F
Text Example
Text Example
White with #D6DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB6F; }
p { color: rgb(214,219,111); }
H1.HeaderClassName
{
color: #D6DB6F;
}
.AnyTagClassName
{
color: #D6DB6F;
}
</style>
background-color css
<style>
a { background-color: #D6DB6F; }
a { background-color: rgb(214,219,111); }
div.DivClassName
{
background-color: #D6DB6F;
}
.BgClassName
{
background-color: #D6DB6F;
}
</style>
border-color css
<style>
span { border-color: #D6DB6F; }
span { border-color: rgb(214,219,111); }
td.TdClassName
{
border-color: #D6DB6F;
}
.TagClassName
{
border-color: #D6DB6F;
}
</style>