Shades of Goldenrod #D7D56D
Tints of Goldenrod #D7D56D
RGB
CMYK
RGB Variations
Color information
#D7D56D (or 0xD7D56D) is known color: Goldenrod. HEX triplet: D7, D5 and 6D. RGB value is (215,213,109). Sum of RGB (Red+Green+Blue) = 215+213+109=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D56D is #282A92. Grayscale: #CACACA. Windows color (decimal): -2632339 or 7198167. OLE color: 7198167.
HSL color Cylindrical-coordinate representation of color #D7D56D: hue angle of 58.87º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7D56D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 109 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.16 |
| HSL | 58.87º | 0.57% | 0.64% | - |
| HSV(B) | 58.87º | 0.49% | 0.84% | - |
| XYZ | 54.58 | 63.14 | 23.78 | - |
| YUV | 201.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 109 | 0 | 0.01 | 0.49 | 0.16 | 58.87 | 0.57 | 0.64 |
| Hex | D7 | D5 | 6D | 0 | 1 | 31 | 10 | 3B | 39 | 40 |
| Octal | 327 | 325 | 155 | 0 | 1 | 61 | 20 | 73 | 71 | 100 |
| Binary | 11010111 | 11010101 | 1101101 | 0 | 1 | 110001 | 10000 | 111011 | 111001 | 1000000 |
Color Harmonies of #D7D56D
Complementary color
Monochromatic Colors of #D7D56D
Black with #D7D56D
Text Example
Text Example
White with #D7D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D56D; }
p { color: rgb(215,213,109); }
H1.HeaderClassName
{
color: #D7D56D;
}
.AnyTagClassName
{
color: #D7D56D;
}
</style>
background-color css
<style>
a { background-color: #D7D56D; }
a { background-color: rgb(215,213,109); }
div.DivClassName
{
background-color: #D7D56D;
}
.BgClassName
{
background-color: #D7D56D;
}
</style>
border-color css
<style>
span { border-color: #D7D56D; }
span { border-color: rgb(215,213,109); }
td.TdClassName
{
border-color: #D7D56D;
}
.TagClassName
{
border-color: #D7D56D;
}
</style>