Shades of Goldenrod #D6D966
Tints of Goldenrod #D6D966
RGB
CMYK
RGB Variations
Color information
#D6D966 (or 0xD6D966) is known color: Goldenrod. HEX triplet: D6, D9 and 66. RGB value is (214,217,102). Sum of RGB (Red+Green+Blue) = 214+217+102=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D966 is #292699. Grayscale: #CBCBCB. Windows color (decimal): -2696858 or 6740438. OLE color: 6740438.
HSL color Cylindrical-coordinate representation of color #D6D966: hue angle of 61.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6D966 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 102 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.15 |
| HSL | 61.57º | 0.6% | 0.63% | - |
| HSV(B) | 61.57º | 0.53% | 0.85% | - |
| XYZ | 54.94 | 64.88 | 22.2 | - |
| YUV | 202.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 102 | 0.01 | 0 | 0.53 | 0.15 | 61.57 | 0.6 | 0.63 |
| Hex | D6 | D9 | 66 | 1 | 0 | 35 | F | 3E | 3C | 3F |
| Octal | 326 | 331 | 146 | 1 | 0 | 65 | 17 | 76 | 74 | 77 |
| Binary | 11010110 | 11011001 | 1100110 | 1 | 0 | 110101 | 1111 | 111110 | 111100 | 111111 |
Color Harmonies of #D6D966
Complementary color
Monochromatic Colors of #D6D966
Black with #D6D966
Text Example
Text Example
White with #D6D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D966; }
p { color: rgb(214,217,102); }
H1.HeaderClassName
{
color: #D6D966;
}
.AnyTagClassName
{
color: #D6D966;
}
</style>
background-color css
<style>
a { background-color: #D6D966; }
a { background-color: rgb(214,217,102); }
div.DivClassName
{
background-color: #D6D966;
}
.BgClassName
{
background-color: #D6D966;
}
</style>
border-color css
<style>
span { border-color: #D6D966; }
span { border-color: rgb(214,217,102); }
td.TdClassName
{
border-color: #D6D966;
}
.TagClassName
{
border-color: #D6D966;
}
</style>