Shades of Goldenrod #DBD063
Tints of Goldenrod #DBD063
RGB
CMYK
RGB Variations
Color information
#DBD063 (or 0xDBD063) is known color: Goldenrod. HEX triplet: DB, D0 and 63. RGB value is (219,208,99). Sum of RGB (Red+Green+Blue) = 219+208+99=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD063 is #242F9C. Grayscale: #C7C7C7. Windows color (decimal): -2371485 or 6541531. OLE color: 6541531.
HSL color Cylindrical-coordinate representation of color #DBD063: hue angle of 54.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 #DBD063 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 99 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.14 |
| HSL | 54.5º | 0.63% | 0.62% | - |
| HSV(B) | 54.5º | 0.55% | 0.86% | - |
| XYZ | 54.02 | 61.07 | 20.75 | - |
| YUV | 198.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 99 | 0 | 0.05 | 0.55 | 0.14 | 54.5 | 0.63 | 0.62 |
| Hex | DB | D0 | 63 | 0 | 5 | 37 | E | 36 | 3E | 3E |
| Octal | 333 | 320 | 143 | 0 | 5 | 67 | 16 | 66 | 76 | 76 |
| Binary | 11011011 | 11010000 | 1100011 | 0 | 101 | 110111 | 1110 | 110110 | 111110 | 111110 |
Color Harmonies of #DBD063
Complementary color
Monochromatic Colors of #DBD063
Black with #DBD063
Text Example
Text Example
White with #DBD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD063; }
p { color: rgb(219,208,99); }
H1.HeaderClassName
{
color: #DBD063;
}
.AnyTagClassName
{
color: #DBD063;
}
</style>
background-color css
<style>
a { background-color: #DBD063; }
a { background-color: rgb(219,208,99); }
div.DivClassName
{
background-color: #DBD063;
}
.BgClassName
{
background-color: #DBD063;
}
</style>
border-color css
<style>
span { border-color: #DBD063; }
span { border-color: rgb(219,208,99); }
td.TdClassName
{
border-color: #DBD063;
}
.TagClassName
{
border-color: #DBD063;
}
</style>