Shades of Goldenrod #D5D76D
Tints of Goldenrod #D5D76D
RGB
CMYK
RGB Variations
Color information
#D5D76D (or 0xD5D76D) is known color: Goldenrod. HEX triplet: D5, D7 and 6D. RGB value is (213,215,109). Sum of RGB (Red+Green+Blue) = 213+215+109=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D76D is #2A2892. Grayscale: #CACACA. Windows color (decimal): -2762899 or 7198677. OLE color: 7198677.
HSL color Cylindrical-coordinate representation of color #D5D76D: hue angle of 61.13º 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 #D5D76D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 109 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.16 |
| HSL | 61.13º | 0.57% | 0.64% | - |
| HSV(B) | 61.13º | 0.49% | 0.84% | - |
| XYZ | 54.5 | 63.85 | 23.92 | - |
| YUV | 202.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 109 | 0.01 | 0 | 0.49 | 0.16 | 61.13 | 0.57 | 0.64 |
| Hex | D5 | D7 | 6D | 1 | 0 | 31 | 10 | 3D | 39 | 40 |
| Octal | 325 | 327 | 155 | 1 | 0 | 61 | 20 | 75 | 71 | 100 |
| Binary | 11010101 | 11010111 | 1101101 | 1 | 0 | 110001 | 10000 | 111101 | 111001 | 1000000 |
Color Harmonies of #D5D76D
Complementary color
Monochromatic Colors of #D5D76D
Black with #D5D76D
Text Example
Text Example
White with #D5D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D76D; }
p { color: rgb(213,215,109); }
H1.HeaderClassName
{
color: #D5D76D;
}
.AnyTagClassName
{
color: #D5D76D;
}
</style>
background-color css
<style>
a { background-color: #D5D76D; }
a { background-color: rgb(213,215,109); }
div.DivClassName
{
background-color: #D5D76D;
}
.BgClassName
{
background-color: #D5D76D;
}
</style>
border-color css
<style>
span { border-color: #D5D76D; }
span { border-color: rgb(213,215,109); }
td.TdClassName
{
border-color: #D5D76D;
}
.TagClassName
{
border-color: #D5D76D;
}
</style>