Shades of Goldenrod #D7D778
Tints of Goldenrod #D7D778
RGB
CMYK
RGB Variations
Color information
#D7D778 (or 0xD7D778) is known color: Goldenrod. HEX triplet: D7, D7 and 78. RGB value is (215,215,120). Sum of RGB (Red+Green+Blue) = 215+215+120=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D778 is #282887. Grayscale: #CCCCCC. Windows color (decimal): -2631816 or 7919575. OLE color: 7919575.
HSL color Cylindrical-coordinate representation of color #D7D778: hue angle of 60º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7D778 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 120 | - |
| CMYK | 0 | 0 | 0.44 | 0.16 |
| HSL | 60º | 0.54% | 0.66% | - |
| HSV(B) | 60º | 0.44% | 0.84% | - |
| XYZ | 55.71 | 64.4 | 27.26 | - |
| YUV | 204.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 120 | 0 | 0 | 0.44 | 0.16 | 60 | 0.54 | 0.66 |
| Hex | D7 | D7 | 78 | 0 | 0 | 2C | 10 | 3C | 36 | 42 |
| Octal | 327 | 327 | 170 | 0 | 0 | 54 | 20 | 74 | 66 | 102 |
| Binary | 11010111 | 11010111 | 1111000 | 0 | 0 | 101100 | 10000 | 111100 | 110110 | 1000010 |
Color Harmonies of #D7D778
Complementary color
Monochromatic Colors of #D7D778
Black with #D7D778
Text Example
Text Example
White with #D7D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D778; }
p { color: rgb(215,215,120); }
H1.HeaderClassName
{
color: #D7D778;
}
.AnyTagClassName
{
color: #D7D778;
}
</style>
background-color css
<style>
a { background-color: #D7D778; }
a { background-color: rgb(215,215,120); }
div.DivClassName
{
background-color: #D7D778;
}
.BgClassName
{
background-color: #D7D778;
}
</style>
border-color css
<style>
span { border-color: #D7D778; }
span { border-color: rgb(215,215,120); }
td.TdClassName
{
border-color: #D7D778;
}
.TagClassName
{
border-color: #D7D778;
}
</style>