Shades of Goldenrod #D1D777
Tints of Goldenrod #D1D777
RGB
CMYK
RGB Variations
Color information
#D1D777 (or 0xD1D777) is known color: Goldenrod. HEX triplet: D1, D7 and 77. RGB value is (209,215,119). Sum of RGB (Red+Green+Blue) = 209+215+119=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D777 is #2E2888. Grayscale: #CACACA. Windows color (decimal): -3025033 or 7854033. OLE color: 7854033.
HSL color Cylindrical-coordinate representation of color #D1D777: hue angle of 63.75º 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 #D1D777 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 119 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.16 |
| HSL | 63.75º | 0.55% | 0.65% | - |
| HSV(B) | 63.75º | 0.45% | 0.84% | - |
| XYZ | 53.92 | 63.49 | 26.87 | - |
| YUV | 202.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 119 | 0.03 | 0 | 0.45 | 0.16 | 63.75 | 0.55 | 0.65 |
| Hex | D1 | D7 | 77 | 3 | 0 | 2D | 10 | 40 | 37 | 41 |
| Octal | 321 | 327 | 167 | 3 | 0 | 55 | 20 | 100 | 67 | 101 |
| Binary | 11010001 | 11010111 | 1110111 | 11 | 0 | 101101 | 10000 | 1000000 | 110111 | 1000001 |
Color Harmonies of #D1D777
Complementary color
Monochromatic Colors of #D1D777
Black with #D1D777
Text Example
Text Example
White with #D1D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D777; }
p { color: rgb(209,215,119); }
H1.HeaderClassName
{
color: #D1D777;
}
.AnyTagClassName
{
color: #D1D777;
}
</style>
background-color css
<style>
a { background-color: #D1D777; }
a { background-color: rgb(209,215,119); }
div.DivClassName
{
background-color: #D1D777;
}
.BgClassName
{
background-color: #D1D777;
}
</style>
border-color css
<style>
span { border-color: #D1D777; }
span { border-color: rgb(209,215,119); }
td.TdClassName
{
border-color: #D1D777;
}
.TagClassName
{
border-color: #D1D777;
}
</style>