Shades of Goldenrod #D1D776
Tints of Goldenrod #D1D776
RGB
CMYK
RGB Variations
Color information
#D1D776 (or 0xD1D776) is known color: Goldenrod. HEX triplet: D1, D7 and 76. RGB value is (209,215,118). Sum of RGB (Red+Green+Blue) = 209+215+118=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D776 is #2E2889. Grayscale: #CACACA. Windows color (decimal): -3025034 or 7788497. OLE color: 7788497.
HSL color Cylindrical-coordinate representation of color #D1D776: hue angle of 63.71º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1D776 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 118 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.16 |
| HSL | 63.71º | 0.55% | 0.65% | - |
| HSV(B) | 63.71º | 0.45% | 0.84% | - |
| XYZ | 53.86 | 63.46 | 26.55 | - |
| YUV | 202.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 118 | 0.03 | 0 | 0.45 | 0.16 | 63.71 | 0.55 | 0.65 |
| Hex | D1 | D7 | 76 | 3 | 0 | 2D | 10 | 40 | 37 | 41 |
| Octal | 321 | 327 | 166 | 3 | 0 | 55 | 20 | 100 | 67 | 101 |
| Binary | 11010001 | 11010111 | 1110110 | 11 | 0 | 101101 | 10000 | 1000000 | 110111 | 1000001 |
Color Harmonies of #D1D776
Complementary color
Monochromatic Colors of #D1D776
Black with #D1D776
Text Example
Text Example
White with #D1D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D776; }
p { color: rgb(209,215,118); }
H1.HeaderClassName
{
color: #D1D776;
}
.AnyTagClassName
{
color: #D1D776;
}
</style>
background-color css
<style>
a { background-color: #D1D776; }
a { background-color: rgb(209,215,118); }
div.DivClassName
{
background-color: #D1D776;
}
.BgClassName
{
background-color: #D1D776;
}
</style>
border-color css
<style>
span { border-color: #D1D776; }
span { border-color: rgb(209,215,118); }
td.TdClassName
{
border-color: #D1D776;
}
.TagClassName
{
border-color: #D1D776;
}
</style>