Shades of Goldenrod #D6D976
Tints of Goldenrod #D6D976
RGB
CMYK
RGB Variations
Color information
#D6D976 (or 0xD6D976) is known color: Goldenrod. HEX triplet: D6, D9 and 76. RGB value is (214,217,118). Sum of RGB (Red+Green+Blue) = 214+217+118=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D976 is #292689. Grayscale: #CDCDCD. Windows color (decimal): -2696842 or 7789014. OLE color: 7789014.
HSL color Cylindrical-coordinate representation of color #D6D976: hue angle of 61.82º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6D976 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 118 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.15 |
| HSL | 61.82º | 0.57% | 0.66% | - |
| HSV(B) | 61.82º | 0.46% | 0.85% | - |
| XYZ | 55.81 | 65.23 | 26.79 | - |
| YUV | 204.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 118 | 0.01 | 0 | 0.46 | 0.15 | 61.82 | 0.57 | 0.66 |
| Hex | D6 | D9 | 76 | 1 | 0 | 2E | F | 3E | 39 | 42 |
| Octal | 326 | 331 | 166 | 1 | 0 | 56 | 17 | 76 | 71 | 102 |
| Binary | 11010110 | 11011001 | 1110110 | 1 | 0 | 101110 | 1111 | 111110 | 111001 | 1000010 |
Color Harmonies of #D6D976
Complementary color
Monochromatic Colors of #D6D976
Black with #D6D976
Text Example
Text Example
White with #D6D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D976; }
p { color: rgb(214,217,118); }
H1.HeaderClassName
{
color: #D6D976;
}
.AnyTagClassName
{
color: #D6D976;
}
</style>
background-color css
<style>
a { background-color: #D6D976; }
a { background-color: rgb(214,217,118); }
div.DivClassName
{
background-color: #D6D976;
}
.BgClassName
{
background-color: #D6D976;
}
</style>
border-color css
<style>
span { border-color: #D6D976; }
span { border-color: rgb(214,217,118); }
td.TdClassName
{
border-color: #D6D976;
}
.TagClassName
{
border-color: #D6D976;
}
</style>