Shades of Goldenrod #D6D97C
Tints of Goldenrod #D6D97C
RGB
CMYK
RGB Variations
Color information
#D6D97C (or 0xD6D97C) is known color: Goldenrod. HEX triplet: D6, D9 and 7C. RGB value is (214,217,124). Sum of RGB (Red+Green+Blue) = 214+217+124=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D97C is #292683. Grayscale: #CDCDCD. Windows color (decimal): -2696836 or 8182230. OLE color: 8182230.
HSL color Cylindrical-coordinate representation of color #D6D97C: hue angle of 61.94º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6D97C is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 124 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.15 |
| HSL | 61.94º | 0.55% | 0.67% | - |
| HSV(B) | 61.94º | 0.43% | 0.85% | - |
| XYZ | 56.18 | 65.38 | 28.73 | - |
| YUV | 205.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 124 | 0.01 | 0 | 0.43 | 0.15 | 61.94 | 0.55 | 0.67 |
| Hex | D6 | D9 | 7C | 1 | 0 | 2B | F | 3E | 37 | 43 |
| Octal | 326 | 331 | 174 | 1 | 0 | 53 | 17 | 76 | 67 | 103 |
| Binary | 11010110 | 11011001 | 1111100 | 1 | 0 | 101011 | 1111 | 111110 | 110111 | 1000011 |
Color Harmonies of #D6D97C
Complementary color
Monochromatic Colors of #D6D97C
Black with #D6D97C
Text Example
Text Example
White with #D6D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D97C; }
p { color: rgb(214,217,124); }
H1.HeaderClassName
{
color: #D6D97C;
}
.AnyTagClassName
{
color: #D6D97C;
}
</style>
background-color css
<style>
a { background-color: #D6D97C; }
a { background-color: rgb(214,217,124); }
div.DivClassName
{
background-color: #D6D97C;
}
.BgClassName
{
background-color: #D6D97C;
}
</style>
border-color css
<style>
span { border-color: #D6D97C; }
span { border-color: rgb(214,217,124); }
td.TdClassName
{
border-color: #D6D97C;
}
.TagClassName
{
border-color: #D6D97C;
}
</style>