Shades of Goldenrod #DBD86C
Tints of Goldenrod #DBD86C
RGB
CMYK
RGB Variations
Color information
#DBD86C (or 0xDBD86C) is known color: Goldenrod. HEX triplet: DB, D8 and 6C. RGB value is (219,216,108). Sum of RGB (Red+Green+Blue) = 219+216+108=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD86C is #242793. Grayscale: #CDCDCD. Windows color (decimal): -2369428 or 7133403. OLE color: 7133403.
HSL color Cylindrical-coordinate representation of color #DBD86C: hue angle of 58.38º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBD86C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 108 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.14 |
| HSL | 58.38º | 0.61% | 0.64% | - |
| HSV(B) | 58.38º | 0.51% | 0.86% | - |
| XYZ | 56.48 | 65.25 | 23.81 | - |
| YUV | 204.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 108 | 0 | 0.01 | 0.51 | 0.14 | 58.38 | 0.61 | 0.64 |
| Hex | DB | D8 | 6C | 0 | 1 | 33 | E | 3A | 3D | 40 |
| Octal | 333 | 330 | 154 | 0 | 1 | 63 | 16 | 72 | 75 | 100 |
| Binary | 11011011 | 11011000 | 1101100 | 0 | 1 | 110011 | 1110 | 111010 | 111101 | 1000000 |
Color Harmonies of #DBD86C
Complementary color
Monochromatic Colors of #DBD86C
Black with #DBD86C
Text Example
Text Example
White with #DBD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD86C; }
p { color: rgb(219,216,108); }
H1.HeaderClassName
{
color: #DBD86C;
}
.AnyTagClassName
{
color: #DBD86C;
}
</style>
background-color css
<style>
a { background-color: #DBD86C; }
a { background-color: rgb(219,216,108); }
div.DivClassName
{
background-color: #DBD86C;
}
.BgClassName
{
background-color: #DBD86C;
}
</style>
border-color css
<style>
span { border-color: #DBD86C; }
span { border-color: rgb(219,216,108); }
td.TdClassName
{
border-color: #DBD86C;
}
.TagClassName
{
border-color: #DBD86C;
}
</style>