Shades of Goldenrod #D7D777
Tints of Goldenrod #D7D777
RGB
CMYK
RGB Variations
Color information
#D7D777 (or 0xD7D777) is known color: Goldenrod. HEX triplet: D7, D7 and 77. RGB value is (215,215,119). Sum of RGB (Red+Green+Blue) = 215+215+119=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D777 is #282888. Grayscale: #CCCCCC. Windows color (decimal): -2631817 or 7854039. OLE color: 7854039.
HSL color Cylindrical-coordinate representation of color #D7D777: hue angle of 60º 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 #D7D777 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 119 | - |
| CMYK | 0 | 0 | 0.45 | 0.16 |
| HSL | 60º | 0.55% | 0.65% | - |
| HSV(B) | 60º | 0.45% | 0.84% | - |
| XYZ | 55.65 | 64.38 | 26.95 | - |
| YUV | 204.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 119 | 0 | 0 | 0.45 | 0.16 | 60 | 0.55 | 0.65 |
| Hex | D7 | D7 | 77 | 0 | 0 | 2D | 10 | 3C | 37 | 41 |
| Octal | 327 | 327 | 167 | 0 | 0 | 55 | 20 | 74 | 67 | 101 |
| Binary | 11010111 | 11010111 | 1110111 | 0 | 0 | 101101 | 10000 | 111100 | 110111 | 1000001 |
Color Harmonies of #D7D777
Complementary color
Monochromatic Colors of #D7D777
Black with #D7D777
Text Example
Text Example
White with #D7D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D777; }
p { color: rgb(215,215,119); }
H1.HeaderClassName
{
color: #D7D777;
}
.AnyTagClassName
{
color: #D7D777;
}
</style>
background-color css
<style>
a { background-color: #D7D777; }
a { background-color: rgb(215,215,119); }
div.DivClassName
{
background-color: #D7D777;
}
.BgClassName
{
background-color: #D7D777;
}
</style>
border-color css
<style>
span { border-color: #D7D777; }
span { border-color: rgb(215,215,119); }
td.TdClassName
{
border-color: #D7D777;
}
.TagClassName
{
border-color: #D7D777;
}
</style>