Shades of Goldenrod #D6DB6C
Tints of Goldenrod #D6DB6C
RGB
CMYK
RGB Variations
Color information
#D6DB6C (or 0xD6DB6C) is known color: Goldenrod. HEX triplet: D6, DB and 6C. RGB value is (214,219,108). Sum of RGB (Red+Green+Blue) = 214+219+108=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB6C is #292493. Grayscale: #CDCDCD. Windows color (decimal): -2696340 or 7134166. OLE color: 7134166.
HSL color Cylindrical-coordinate representation of color #D6DB6C: hue angle of 62.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6DB6C is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 108 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.14 |
| HSL | 62.7º | 0.61% | 0.64% | - |
| HSV(B) | 62.7º | 0.51% | 0.86% | - |
| XYZ | 55.77 | 66.04 | 24 | - |
| YUV | 204.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 108 | 0.02 | 0 | 0.51 | 0.14 | 62.7 | 0.61 | 0.64 |
| Hex | D6 | DB | 6C | 2 | 0 | 33 | E | 3F | 3D | 40 |
| Octal | 326 | 333 | 154 | 2 | 0 | 63 | 16 | 77 | 75 | 100 |
| Binary | 11010110 | 11011011 | 1101100 | 10 | 0 | 110011 | 1110 | 111111 | 111101 | 1000000 |
Color Harmonies of #D6DB6C
Complementary color
Monochromatic Colors of #D6DB6C
Black with #D6DB6C
Text Example
Text Example
White with #D6DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB6C; }
p { color: rgb(214,219,108); }
H1.HeaderClassName
{
color: #D6DB6C;
}
.AnyTagClassName
{
color: #D6DB6C;
}
</style>
background-color css
<style>
a { background-color: #D6DB6C; }
a { background-color: rgb(214,219,108); }
div.DivClassName
{
background-color: #D6DB6C;
}
.BgClassName
{
background-color: #D6DB6C;
}
</style>
border-color css
<style>
span { border-color: #D6DB6C; }
span { border-color: rgb(214,219,108); }
td.TdClassName
{
border-color: #D6DB6C;
}
.TagClassName
{
border-color: #D6DB6C;
}
</style>