Shades of Goldenrod #D5D87A
Tints of Goldenrod #D5D87A
RGB
CMYK
RGB Variations
Color information
#D5D87A (or 0xD5D87A) is known color: Goldenrod. HEX triplet: D5, D8 and 7A. RGB value is (213,216,122). Sum of RGB (Red+Green+Blue) = 213+216+122=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D87A is #2A2785. Grayscale: #CCCCCC. Windows color (decimal): -2762630 or 8050901. OLE color: 8050901.
HSL color Cylindrical-coordinate representation of color #D5D87A: hue angle of 61.91º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5D87A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 122 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.15 |
| HSL | 61.91º | 0.55% | 0.66% | - |
| HSV(B) | 61.91º | 0.44% | 0.85% | - |
| XYZ | 55.51 | 64.66 | 27.97 | - |
| YUV | 204.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 122 | 0.01 | 0 | 0.44 | 0.15 | 61.91 | 0.55 | 0.66 |
| Hex | D5 | D8 | 7A | 1 | 0 | 2C | F | 3E | 37 | 42 |
| Octal | 325 | 330 | 172 | 1 | 0 | 54 | 17 | 76 | 67 | 102 |
| Binary | 11010101 | 11011000 | 1111010 | 1 | 0 | 101100 | 1111 | 111110 | 110111 | 1000010 |
Color Harmonies of #D5D87A
Complementary color
Monochromatic Colors of #D5D87A
Black with #D5D87A
Text Example
Text Example
White with #D5D87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D87A; }
p { color: rgb(213,216,122); }
H1.HeaderClassName
{
color: #D5D87A;
}
.AnyTagClassName
{
color: #D5D87A;
}
</style>
background-color css
<style>
a { background-color: #D5D87A; }
a { background-color: rgb(213,216,122); }
div.DivClassName
{
background-color: #D5D87A;
}
.BgClassName
{
background-color: #D5D87A;
}
</style>
border-color css
<style>
span { border-color: #D5D87A; }
span { border-color: rgb(213,216,122); }
td.TdClassName
{
border-color: #D5D87A;
}
.TagClassName
{
border-color: #D5D87A;
}
</style>