Shades of Goldenrod #DBD87C
Tints of Goldenrod #DBD87C
RGB
CMYK
RGB Variations
Color information
#DBD87C (or 0xDBD87C) is known color: Goldenrod. HEX triplet: DB, D8 and 7C. RGB value is (219,216,124). Sum of RGB (Red+Green+Blue) = 219+216+124=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD87C is #242783. Grayscale: #CECECE. Windows color (decimal): -2369412 or 8181979. OLE color: 8181979.
HSL color Cylindrical-coordinate representation of color #DBD87C: hue angle of 58.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD87C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 124 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.14 |
| HSL | 58.11º | 0.57% | 0.67% | - |
| HSV(B) | 58.11º | 0.43% | 0.86% | - |
| XYZ | 57.41 | 65.63 | 28.71 | - |
| YUV | 206.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 124 | 0 | 0.01 | 0.43 | 0.14 | 58.11 | 0.57 | 0.67 |
| Hex | DB | D8 | 7C | 0 | 1 | 2B | E | 3A | 39 | 43 |
| Octal | 333 | 330 | 174 | 0 | 1 | 53 | 16 | 72 | 71 | 103 |
| Binary | 11011011 | 11011000 | 1111100 | 0 | 1 | 101011 | 1110 | 111010 | 111001 | 1000011 |
Color Harmonies of #DBD87C
Complementary color
Monochromatic Colors of #DBD87C
Black with #DBD87C
Text Example
Text Example
White with #DBD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD87C; }
p { color: rgb(219,216,124); }
H1.HeaderClassName
{
color: #DBD87C;
}
.AnyTagClassName
{
color: #DBD87C;
}
</style>
background-color css
<style>
a { background-color: #DBD87C; }
a { background-color: rgb(219,216,124); }
div.DivClassName
{
background-color: #DBD87C;
}
.BgClassName
{
background-color: #DBD87C;
}
</style>
border-color css
<style>
span { border-color: #DBD87C; }
span { border-color: rgb(219,216,124); }
td.TdClassName
{
border-color: #DBD87C;
}
.TagClassName
{
border-color: #DBD87C;
}
</style>