Shades of Goldenrod #DBDA62
Tints of Goldenrod #DBDA62
RGB
CMYK
RGB Variations
Color information
#DBDA62 (or 0xDBDA62) is known color: Goldenrod. HEX triplet: DB, DA and 62. RGB value is (219,218,98). Sum of RGB (Red+Green+Blue) = 219+218+98=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA62 is #24259D. Grayscale: #CDCDCD. Windows color (decimal): -2368926 or 6478555. OLE color: 6478555.
HSL color Cylindrical-coordinate representation of color #DBDA62: hue angle of 59.5º degrees, saturation: 0.63, 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 #DBDA62 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 98 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.14 |
| HSL | 59.5º | 0.63% | 0.62% | - |
| HSV(B) | 59.5º | 0.55% | 0.86% | - |
| XYZ | 56.49 | 66.08 | 21.33 | - |
| YUV | 204.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 98 | 0 | 0.00 | 0.55 | 0.14 | 59.5 | 0.63 | 0.62 |
| Hex | DB | DA | 62 | 0 | 0 | 37 | E | 3C | 3F | 3E |
| Octal | 333 | 332 | 142 | 0 | 0 | 67 | 16 | 74 | 77 | 76 |
| Binary | 11011011 | 11011010 | 1100010 | 0 | 0 | 110111 | 1110 | 111100 | 111111 | 111110 |
Color Harmonies of #DBDA62
Complementary color
Monochromatic Colors of #DBDA62
Black with #DBDA62
Text Example
Text Example
White with #DBDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA62; }
p { color: rgb(219,218,98); }
H1.HeaderClassName
{
color: #DBDA62;
}
.AnyTagClassName
{
color: #DBDA62;
}
</style>
background-color css
<style>
a { background-color: #DBDA62; }
a { background-color: rgb(219,218,98); }
div.DivClassName
{
background-color: #DBDA62;
}
.BgClassName
{
background-color: #DBDA62;
}
</style>
border-color css
<style>
span { border-color: #DBDA62; }
span { border-color: rgb(219,218,98); }
td.TdClassName
{
border-color: #DBDA62;
}
.TagClassName
{
border-color: #DBDA62;
}
</style>