Shades of Goldenrod #D5D87C
Tints of Goldenrod #D5D87C
RGB
CMYK
RGB Variations
Color information
#D5D87C (or 0xD5D87C) is known color: Goldenrod. HEX triplet: D5, D8 and 7C. RGB value is (213,216,124). Sum of RGB (Red+Green+Blue) = 213+216+124=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D87C is #2A2783. Grayscale: #CCCCCC. Windows color (decimal): -2762628 or 8181973. OLE color: 8181973.
HSL color Cylindrical-coordinate representation of color #D5D87C: hue angle of 61.96º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5D87C is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 124 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.15 |
| HSL | 61.96º | 0.54% | 0.67% | - |
| HSV(B) | 61.96º | 0.43% | 0.85% | - |
| XYZ | 55.63 | 64.71 | 28.63 | - |
| YUV | 204.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 124 | 0.01 | 0 | 0.43 | 0.15 | 61.96 | 0.54 | 0.67 |
| Hex | D5 | D8 | 7C | 1 | 0 | 2B | F | 3E | 36 | 43 |
| Octal | 325 | 330 | 174 | 1 | 0 | 53 | 17 | 76 | 66 | 103 |
| Binary | 11010101 | 11011000 | 1111100 | 1 | 0 | 101011 | 1111 | 111110 | 110110 | 1000011 |
Color Harmonies of #D5D87C
Complementary color
Monochromatic Colors of #D5D87C
Black with #D5D87C
Text Example
Text Example
White with #D5D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D87C; }
p { color: rgb(213,216,124); }
H1.HeaderClassName
{
color: #D5D87C;
}
.AnyTagClassName
{
color: #D5D87C;
}
</style>
background-color css
<style>
a { background-color: #D5D87C; }
a { background-color: rgb(213,216,124); }
div.DivClassName
{
background-color: #D5D87C;
}
.BgClassName
{
background-color: #D5D87C;
}
</style>
border-color css
<style>
span { border-color: #D5D87C; }
span { border-color: rgb(213,216,124); }
td.TdClassName
{
border-color: #D5D87C;
}
.TagClassName
{
border-color: #D5D87C;
}
</style>