Shades of Goldenrod #D6D87C
Tints of Goldenrod #D6D87C
RGB
CMYK
RGB Variations
Color information
#D6D87C (or 0xD6D87C) is known color: Goldenrod. HEX triplet: D6, D8 and 7C. RGB value is (214,216,124). Sum of RGB (Red+Green+Blue) = 214+216+124=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D87C is #292783. Grayscale: #CDCDCD. Windows color (decimal): -2697092 or 8181974. OLE color: 8181974.
HSL color Cylindrical-coordinate representation of color #D6D87C: hue angle of 61.3º 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 #D6D87C is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 124 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.15 |
| HSL | 61.3º | 0.54% | 0.67% | - |
| HSV(B) | 61.3º | 0.43% | 0.85% | - |
| XYZ | 55.93 | 64.86 | 28.64 | - |
| YUV | 204.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 124 | 0.01 | 0 | 0.43 | 0.15 | 61.3 | 0.54 | 0.67 |
| Hex | D6 | D8 | 7C | 1 | 0 | 2B | F | 3D | 36 | 43 |
| Octal | 326 | 330 | 174 | 1 | 0 | 53 | 17 | 75 | 66 | 103 |
| Binary | 11010110 | 11011000 | 1111100 | 1 | 0 | 101011 | 1111 | 111101 | 110110 | 1000011 |
Color Harmonies of #D6D87C
Complementary color
Monochromatic Colors of #D6D87C
Black with #D6D87C
Text Example
Text Example
White with #D6D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D87C; }
p { color: rgb(214,216,124); }
H1.HeaderClassName
{
color: #D6D87C;
}
.AnyTagClassName
{
color: #D6D87C;
}
</style>
background-color css
<style>
a { background-color: #D6D87C; }
a { background-color: rgb(214,216,124); }
div.DivClassName
{
background-color: #D6D87C;
}
.BgClassName
{
background-color: #D6D87C;
}
</style>
border-color css
<style>
span { border-color: #D6D87C; }
span { border-color: rgb(214,216,124); }
td.TdClassName
{
border-color: #D6D87C;
}
.TagClassName
{
border-color: #D6D87C;
}
</style>