Shades of Goldenrod #D7D562
Tints of Goldenrod #D7D562
RGB
CMYK
RGB Variations
Color information
#D7D562 (or 0xD7D562) is known color: Goldenrod. HEX triplet: D7, D5 and 62. RGB value is (215,213,98). Sum of RGB (Red+Green+Blue) = 215+213+98=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D562 is #282A9D. Grayscale: #C8C8C8. Windows color (decimal): -2632350 or 6477271. OLE color: 6477271.
HSL color Cylindrical-coordinate representation of color #D7D562: hue angle of 58.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7D562 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 98 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.16 |
| HSL | 58.97º | 0.59% | 0.61% | - |
| HSV(B) | 58.97º | 0.54% | 0.84% | - |
| XYZ | 54.02 | 62.92 | 20.85 | - |
| YUV | 200.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 98 | 0 | 0.01 | 0.54 | 0.16 | 58.97 | 0.59 | 0.61 |
| Hex | D7 | D5 | 62 | 0 | 1 | 36 | 10 | 3B | 3B | 3D |
| Octal | 327 | 325 | 142 | 0 | 1 | 66 | 20 | 73 | 73 | 75 |
| Binary | 11010111 | 11010101 | 1100010 | 0 | 1 | 110110 | 10000 | 111011 | 111011 | 111101 |
Color Harmonies of #D7D562
Complementary color
Monochromatic Colors of #D7D562
Black with #D7D562
Text Example
Text Example
White with #D7D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D562; }
p { color: rgb(215,213,98); }
H1.HeaderClassName
{
color: #D7D562;
}
.AnyTagClassName
{
color: #D7D562;
}
</style>
background-color css
<style>
a { background-color: #D7D562; }
a { background-color: rgb(215,213,98); }
div.DivClassName
{
background-color: #D7D562;
}
.BgClassName
{
background-color: #D7D562;
}
</style>
border-color css
<style>
span { border-color: #D7D562; }
span { border-color: rgb(215,213,98); }
td.TdClassName
{
border-color: #D7D562;
}
.TagClassName
{
border-color: #D7D562;
}
</style>