Shades of Goldenrod #D7D478
Tints of Goldenrod #D7D478
RGB
CMYK
RGB Variations
Color information
#D7D478 (or 0xD7D478) is known color: Goldenrod. HEX triplet: D7, D4 and 78. RGB value is (215,212,120). Sum of RGB (Red+Green+Blue) = 215+212+120=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D478 is #282B87. Grayscale: #CACACA. Windows color (decimal): -2632584 or 7918807. OLE color: 7918807.
HSL color Cylindrical-coordinate representation of color #D7D478: hue angle of 58.11º 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 #D7D478 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 120 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.16 |
| HSL | 58.11º | 0.54% | 0.66% | - |
| HSV(B) | 58.11º | 0.44% | 0.84% | - |
| XYZ | 54.96 | 62.89 | 27.01 | - |
| YUV | 202.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 120 | 0 | 0.01 | 0.44 | 0.16 | 58.11 | 0.54 | 0.66 |
| Hex | D7 | D4 | 78 | 0 | 1 | 2C | 10 | 3A | 36 | 42 |
| Octal | 327 | 324 | 170 | 0 | 1 | 54 | 20 | 72 | 66 | 102 |
| Binary | 11010111 | 11010100 | 1111000 | 0 | 1 | 101100 | 10000 | 111010 | 110110 | 1000010 |
Color Harmonies of #D7D478
Complementary color
Monochromatic Colors of #D7D478
Black with #D7D478
Text Example
Text Example
White with #D7D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D478; }
p { color: rgb(215,212,120); }
H1.HeaderClassName
{
color: #D7D478;
}
.AnyTagClassName
{
color: #D7D478;
}
</style>
background-color css
<style>
a { background-color: #D7D478; }
a { background-color: rgb(215,212,120); }
div.DivClassName
{
background-color: #D7D478;
}
.BgClassName
{
background-color: #D7D478;
}
</style>
border-color css
<style>
span { border-color: #D7D478; }
span { border-color: rgb(215,212,120); }
td.TdClassName
{
border-color: #D7D478;
}
.TagClassName
{
border-color: #D7D478;
}
</style>