Shades of Goldenrod #DBD763
Tints of Goldenrod #DBD763
RGB
CMYK
RGB Variations
Color information
#DBD763 (or 0xDBD763) is known color: Goldenrod. HEX triplet: DB, D7 and 63. RGB value is (219,215,99). Sum of RGB (Red+Green+Blue) = 219+215+99=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD763 is #24289C. Grayscale: #CBCBCB. Windows color (decimal): -2369693 or 6543323. OLE color: 6543323.
HSL color Cylindrical-coordinate representation of color #DBD763: hue angle of 58º 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 #DBD763 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 99 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.14 |
| HSL | 58º | 0.63% | 0.62% | - |
| HSV(B) | 58º | 0.55% | 0.86% | - |
| XYZ | 55.77 | 64.56 | 21.33 | - |
| YUV | 202.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 99 | 0 | 0.02 | 0.55 | 0.14 | 58 | 0.63 | 0.62 |
| Hex | DB | D7 | 63 | 0 | 2 | 37 | E | 3A | 3E | 3E |
| Octal | 333 | 327 | 143 | 0 | 2 | 67 | 16 | 72 | 76 | 76 |
| Binary | 11011011 | 11010111 | 1100011 | 0 | 10 | 110111 | 1110 | 111010 | 111110 | 111110 |
Color Harmonies of #DBD763
Complementary color
Monochromatic Colors of #DBD763
Black with #DBD763
Text Example
Text Example
White with #DBD763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD763; }
p { color: rgb(219,215,99); }
H1.HeaderClassName
{
color: #DBD763;
}
.AnyTagClassName
{
color: #DBD763;
}
</style>
background-color css
<style>
a { background-color: #DBD763; }
a { background-color: rgb(219,215,99); }
div.DivClassName
{
background-color: #DBD763;
}
.BgClassName
{
background-color: #DBD763;
}
</style>
border-color css
<style>
span { border-color: #DBD763; }
span { border-color: rgb(219,215,99); }
td.TdClassName
{
border-color: #DBD763;
}
.TagClassName
{
border-color: #DBD763;
}
</style>