Shades of Goldenrod #D5D071
Tints of Goldenrod #D5D071
RGB
CMYK
RGB Variations
Color information
#D5D071 (or 0xD5D071) is known color: Goldenrod. HEX triplet: D5, D0 and 71. RGB value is (213,208,113). Sum of RGB (Red+Green+Blue) = 213+208+113=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D071 is #2A2F8E. Grayscale: #C7C7C7. Windows color (decimal): -2764687 or 7459029. OLE color: 7459029.
HSL color Cylindrical-coordinate representation of color #D5D071: hue angle of 57º 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 #D5D071 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 113 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.16 |
| HSL | 57º | 0.54% | 0.64% | - |
| HSV(B) | 57º | 0.47% | 0.84% | - |
| XYZ | 52.98 | 60.45 | 24.5 | - |
| YUV | 198.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 113 | 0 | 0.02 | 0.47 | 0.16 | 57 | 0.54 | 0.64 |
| Hex | D5 | D0 | 71 | 0 | 2 | 2F | 10 | 39 | 36 | 40 |
| Octal | 325 | 320 | 161 | 0 | 2 | 57 | 20 | 71 | 66 | 100 |
| Binary | 11010101 | 11010000 | 1110001 | 0 | 10 | 101111 | 10000 | 111001 | 110110 | 1000000 |
Color Harmonies of #D5D071
Complementary color
Monochromatic Colors of #D5D071
Black with #D5D071
Text Example
Text Example
White with #D5D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D071; }
p { color: rgb(213,208,113); }
H1.HeaderClassName
{
color: #D5D071;
}
.AnyTagClassName
{
color: #D5D071;
}
</style>
background-color css
<style>
a { background-color: #D5D071; }
a { background-color: rgb(213,208,113); }
div.DivClassName
{
background-color: #D5D071;
}
.BgClassName
{
background-color: #D5D071;
}
</style>
border-color css
<style>
span { border-color: #D5D071; }
span { border-color: rgb(213,208,113); }
td.TdClassName
{
border-color: #D5D071;
}
.TagClassName
{
border-color: #D5D071;
}
</style>