Shades of Goldenrod #DBD363
Tints of Goldenrod #DBD363
RGB
CMYK
RGB Variations
Color information
#DBD363 (or 0xDBD363) is known color: Goldenrod. HEX triplet: DB, D3 and 63. RGB value is (219,211,99). Sum of RGB (Red+Green+Blue) = 219+211+99=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD363 is #242C9C. Grayscale: #C9C9C9. Windows color (decimal): -2370717 or 6542299. OLE color: 6542299.
HSL color Cylindrical-coordinate representation of color #DBD363: hue angle of 56º 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 #DBD363 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 99 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.14 |
| HSL | 56º | 0.63% | 0.62% | - |
| HSV(B) | 56º | 0.55% | 0.86% | - |
| XYZ | 54.76 | 62.55 | 20.99 | - |
| YUV | 200.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 99 | 0 | 0.04 | 0.55 | 0.14 | 56 | 0.63 | 0.62 |
| Hex | DB | D3 | 63 | 0 | 4 | 37 | E | 38 | 3E | 3E |
| Octal | 333 | 323 | 143 | 0 | 4 | 67 | 16 | 70 | 76 | 76 |
| Binary | 11011011 | 11010011 | 1100011 | 0 | 100 | 110111 | 1110 | 111000 | 111110 | 111110 |
Color Harmonies of #DBD363
Complementary color
Monochromatic Colors of #DBD363
Black with #DBD363
Text Example
Text Example
White with #DBD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD363; }
p { color: rgb(219,211,99); }
H1.HeaderClassName
{
color: #DBD363;
}
.AnyTagClassName
{
color: #DBD363;
}
</style>
background-color css
<style>
a { background-color: #DBD363; }
a { background-color: rgb(219,211,99); }
div.DivClassName
{
background-color: #DBD363;
}
.BgClassName
{
background-color: #DBD363;
}
</style>
border-color css
<style>
span { border-color: #DBD363; }
span { border-color: rgb(219,211,99); }
td.TdClassName
{
border-color: #DBD363;
}
.TagClassName
{
border-color: #DBD363;
}
</style>