Shades of Goldenrod #DBD86D
Tints of Goldenrod #DBD86D
RGB
CMYK
RGB Variations
Color information
#DBD86D (or 0xDBD86D) is known color: Goldenrod. HEX triplet: DB, D8 and 6D. RGB value is (219,216,109). Sum of RGB (Red+Green+Blue) = 219+216+109=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD86D is #242792. Grayscale: #CDCDCD. Windows color (decimal): -2369427 or 7198939. OLE color: 7198939.
HSL color Cylindrical-coordinate representation of color #DBD86D: hue angle of 58.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD86D is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 109 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.14 |
| HSL | 58.36º | 0.6% | 0.64% | - |
| HSV(B) | 58.36º | 0.5% | 0.86% | - |
| XYZ | 56.53 | 65.28 | 24.09 | - |
| YUV | 204.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 109 | 0 | 0.01 | 0.50 | 0.14 | 58.36 | 0.6 | 0.64 |
| Hex | DB | D8 | 6D | 0 | 1 | 32 | E | 3A | 3C | 40 |
| Octal | 333 | 330 | 155 | 0 | 1 | 62 | 16 | 72 | 74 | 100 |
| Binary | 11011011 | 11011000 | 1101101 | 0 | 1 | 110010 | 1110 | 111010 | 111100 | 1000000 |
Color Harmonies of #DBD86D
Complementary color
Monochromatic Colors of #DBD86D
Black with #DBD86D
Text Example
Text Example
White with #DBD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD86D; }
p { color: rgb(219,216,109); }
H1.HeaderClassName
{
color: #DBD86D;
}
.AnyTagClassName
{
color: #DBD86D;
}
</style>
background-color css
<style>
a { background-color: #DBD86D; }
a { background-color: rgb(219,216,109); }
div.DivClassName
{
background-color: #DBD86D;
}
.BgClassName
{
background-color: #DBD86D;
}
</style>
border-color css
<style>
span { border-color: #DBD86D; }
span { border-color: rgb(219,216,109); }
td.TdClassName
{
border-color: #DBD86D;
}
.TagClassName
{
border-color: #DBD86D;
}
</style>