Shades of Goldenrod #D7D764
Tints of Goldenrod #D7D764
RGB
CMYK
RGB Variations
Color information
#D7D764 (or 0xD7D764) is known color: Goldenrod. HEX triplet: D7, D7 and 64. RGB value is (215,215,100). Sum of RGB (Red+Green+Blue) = 215+215+100=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D764 is #28289B. Grayscale: #CACACA. Windows color (decimal): -2631836 or 6608855. OLE color: 6608855.
HSL color Cylindrical-coordinate representation of color #D7D764: hue angle of 60º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7D764 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 100 | - |
| CMYK | 0 | 0 | 0.53 | 0.16 |
| HSL | 60º | 0.59% | 0.62% | - |
| HSV(B) | 60º | 0.53% | 0.84% | - |
| XYZ | 54.63 | 63.97 | 21.52 | - |
| YUV | 201.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 100 | 0 | 0 | 0.53 | 0.16 | 60 | 0.59 | 0.62 |
| Hex | D7 | D7 | 64 | 0 | 0 | 35 | 10 | 3C | 3B | 3E |
| Octal | 327 | 327 | 144 | 0 | 0 | 65 | 20 | 74 | 73 | 76 |
| Binary | 11010111 | 11010111 | 1100100 | 0 | 0 | 110101 | 10000 | 111100 | 111011 | 111110 |
Color Harmonies of #D7D764
Complementary color
Monochromatic Colors of #D7D764
Black with #D7D764
Text Example
Text Example
White with #D7D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D764; }
p { color: rgb(215,215,100); }
H1.HeaderClassName
{
color: #D7D764;
}
.AnyTagClassName
{
color: #D7D764;
}
</style>
background-color css
<style>
a { background-color: #D7D764; }
a { background-color: rgb(215,215,100); }
div.DivClassName
{
background-color: #D7D764;
}
.BgClassName
{
background-color: #D7D764;
}
</style>
border-color css
<style>
span { border-color: #D7D764; }
span { border-color: rgb(215,215,100); }
td.TdClassName
{
border-color: #D7D764;
}
.TagClassName
{
border-color: #D7D764;
}
</style>