Shades of Goldenrod #DBD863
Tints of Goldenrod #DBD863
RGB
CMYK
RGB Variations
Color information
#DBD863 (or 0xDBD863) is known color: Goldenrod. HEX triplet: DB, D8 and 63. RGB value is (219,216,99). Sum of RGB (Red+Green+Blue) = 219+216+99=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD863 is #24279C. Grayscale: #CCCCCC. Windows color (decimal): -2369437 or 6543579. OLE color: 6543579.
HSL color Cylindrical-coordinate representation of color #DBD863: hue angle of 58.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBD863 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 99 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 58.5º | 0.63% | 0.62% | - |
| HSV(B) | 58.5º | 0.55% | 0.86% | - |
| XYZ | 56.02 | 65.07 | 21.41 | - |
| YUV | 203.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 99 | 0 | 0.01 | 0.55 | 0.14 | 58.5 | 0.63 | 0.62 |
| Hex | DB | D8 | 63 | 0 | 1 | 37 | E | 3A | 3E | 3E |
| Octal | 333 | 330 | 143 | 0 | 1 | 67 | 16 | 72 | 76 | 76 |
| Binary | 11011011 | 11011000 | 1100011 | 0 | 1 | 110111 | 1110 | 111010 | 111110 | 111110 |
Color Harmonies of #DBD863
Complementary color
Monochromatic Colors of #DBD863
Black with #DBD863
Text Example
Text Example
White with #DBD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD863; }
p { color: rgb(219,216,99); }
H1.HeaderClassName
{
color: #DBD863;
}
.AnyTagClassName
{
color: #DBD863;
}
</style>
background-color css
<style>
a { background-color: #DBD863; }
a { background-color: rgb(219,216,99); }
div.DivClassName
{
background-color: #DBD863;
}
.BgClassName
{
background-color: #DBD863;
}
</style>
border-color css
<style>
span { border-color: #DBD863; }
span { border-color: rgb(219,216,99); }
td.TdClassName
{
border-color: #DBD863;
}
.TagClassName
{
border-color: #DBD863;
}
</style>