Shades of Goldenrod #D7D77C
Tints of Goldenrod #D7D77C
RGB
CMYK
RGB Variations
Color information
#D7D77C (or 0xD7D77C) is known color: Goldenrod. HEX triplet: D7, D7 and 7C. RGB value is (215,215,124). Sum of RGB (Red+Green+Blue) = 215+215+124=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D77C is #282883. Grayscale: #CCCCCC. Windows color (decimal): -2631812 or 8181719. OLE color: 8181719.
HSL color Cylindrical-coordinate representation of color #D7D77C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7D77C is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 124 | - |
| CMYK | 0 | 0 | 0.42 | 0.16 |
| HSL | 60º | 0.53% | 0.66% | - |
| HSV(B) | 60º | 0.42% | 0.84% | - |
| XYZ | 55.96 | 64.5 | 28.57 | - |
| YUV | 204.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 124 | 0 | 0 | 0.42 | 0.16 | 60 | 0.53 | 0.66 |
| Hex | D7 | D7 | 7C | 0 | 0 | 2A | 10 | 3C | 35 | 42 |
| Octal | 327 | 327 | 174 | 0 | 0 | 52 | 20 | 74 | 65 | 102 |
| Binary | 11010111 | 11010111 | 1111100 | 0 | 0 | 101010 | 10000 | 111100 | 110101 | 1000010 |
Color Harmonies of #D7D77C
Complementary color
Monochromatic Colors of #D7D77C
Black with #D7D77C
Text Example
Text Example
White with #D7D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D77C; }
p { color: rgb(215,215,124); }
H1.HeaderClassName
{
color: #D7D77C;
}
.AnyTagClassName
{
color: #D7D77C;
}
</style>
background-color css
<style>
a { background-color: #D7D77C; }
a { background-color: rgb(215,215,124); }
div.DivClassName
{
background-color: #D7D77C;
}
.BgClassName
{
background-color: #D7D77C;
}
</style>
border-color css
<style>
span { border-color: #D7D77C; }
span { border-color: rgb(215,215,124); }
td.TdClassName
{
border-color: #D7D77C;
}
.TagClassName
{
border-color: #D7D77C;
}
</style>