Shades of Goldenrod #D7D878
Tints of Goldenrod #D7D878
RGB
CMYK
RGB Variations
Color information
#D7D878 (or 0xD7D878) is known color: Goldenrod. HEX triplet: D7, D8 and 78. RGB value is (215,216,120). Sum of RGB (Red+Green+Blue) = 215+216+120=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D878 is #282787. Grayscale: #CDCDCD. Windows color (decimal): -2631560 or 7919831. OLE color: 7919831.
HSL color Cylindrical-coordinate representation of color #D7D878: hue angle of 60.63º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7D878 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 120 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.15 |
| HSL | 60.63º | 0.55% | 0.66% | - |
| HSV(B) | 60.63º | 0.44% | 0.85% | - |
| XYZ | 55.97 | 64.91 | 27.35 | - |
| YUV | 204.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 120 | 0.00 | 0 | 0.44 | 0.15 | 60.63 | 0.55 | 0.66 |
| Hex | D7 | D8 | 78 | 0 | 0 | 2C | F | 3D | 37 | 42 |
| Octal | 327 | 330 | 170 | 0 | 0 | 54 | 17 | 75 | 67 | 102 |
| Binary | 11010111 | 11011000 | 1111000 | 0 | 0 | 101100 | 1111 | 111101 | 110111 | 1000010 |
Color Harmonies of #D7D878
Complementary color
Monochromatic Colors of #D7D878
Black with #D7D878
Text Example
Text Example
White with #D7D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D878; }
p { color: rgb(215,216,120); }
H1.HeaderClassName
{
color: #D7D878;
}
.AnyTagClassName
{
color: #D7D878;
}
</style>
background-color css
<style>
a { background-color: #D7D878; }
a { background-color: rgb(215,216,120); }
div.DivClassName
{
background-color: #D7D878;
}
.BgClassName
{
background-color: #D7D878;
}
</style>
border-color css
<style>
span { border-color: #D7D878; }
span { border-color: rgb(215,216,120); }
td.TdClassName
{
border-color: #D7D878;
}
.TagClassName
{
border-color: #D7D878;
}
</style>