Shades of Goldenrod #D5D371
Tints of Goldenrod #D5D371
RGB
CMYK
RGB Variations
Color information
#D5D371 (or 0xD5D371) is known color: Goldenrod. HEX triplet: D5, D3 and 71. RGB value is (213,211,113). Sum of RGB (Red+Green+Blue) = 213+211+113=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D371 is #2A2C8E. Grayscale: #C8C8C8. Windows color (decimal): -2763919 or 7459797. OLE color: 7459797.
HSL color Cylindrical-coordinate representation of color #D5D371: hue angle of 58.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5D371 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 113 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.16 |
| HSL | 58.8º | 0.54% | 0.64% | - |
| HSV(B) | 58.8º | 0.47% | 0.84% | - |
| XYZ | 53.72 | 61.93 | 24.74 | - |
| YUV | 200.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 113 | 0 | 0.01 | 0.47 | 0.16 | 58.8 | 0.54 | 0.64 |
| Hex | D5 | D3 | 71 | 0 | 1 | 2F | 10 | 3B | 36 | 40 |
| Octal | 325 | 323 | 161 | 0 | 1 | 57 | 20 | 73 | 66 | 100 |
| Binary | 11010101 | 11010011 | 1110001 | 0 | 1 | 101111 | 10000 | 111011 | 110110 | 1000000 |
Color Harmonies of #D5D371
Complementary color
Monochromatic Colors of #D5D371
Black with #D5D371
Text Example
Text Example
White with #D5D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D371; }
p { color: rgb(213,211,113); }
H1.HeaderClassName
{
color: #D5D371;
}
.AnyTagClassName
{
color: #D5D371;
}
</style>
background-color css
<style>
a { background-color: #D5D371; }
a { background-color: rgb(213,211,113); }
div.DivClassName
{
background-color: #D5D371;
}
.BgClassName
{
background-color: #D5D371;
}
</style>
border-color css
<style>
span { border-color: #D5D371; }
span { border-color: rgb(213,211,113); }
td.TdClassName
{
border-color: #D5D371;
}
.TagClassName
{
border-color: #D5D371;
}
</style>