Shades of Goldenrod #DBDA7C
Tints of Goldenrod #DBDA7C
RGB
CMYK
RGB Variations
Color information
#DBDA7C (or 0xDBDA7C) is known color: Goldenrod. HEX triplet: DB, DA and 7C. RGB value is (219,218,124). Sum of RGB (Red+Green+Blue) = 219+218+124=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA7C is #242583. Grayscale: #CFCFCF. Windows color (decimal): -2368900 or 8182491. OLE color: 8182491.
HSL color Cylindrical-coordinate representation of color #DBDA7C: hue angle of 59.37º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBDA7C is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 124 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.14 |
| HSL | 59.37º | 0.57% | 0.67% | - |
| HSV(B) | 59.37º | 0.43% | 0.86% | - |
| XYZ | 57.92 | 66.66 | 28.88 | - |
| YUV | 207.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 124 | 0 | 0.00 | 0.43 | 0.14 | 59.37 | 0.57 | 0.67 |
| Hex | DB | DA | 7C | 0 | 0 | 2B | E | 3B | 39 | 43 |
| Octal | 333 | 332 | 174 | 0 | 0 | 53 | 16 | 73 | 71 | 103 |
| Binary | 11011011 | 11011010 | 1111100 | 0 | 0 | 101011 | 1110 | 111011 | 111001 | 1000011 |
Color Harmonies of #DBDA7C
Complementary color
Monochromatic Colors of #DBDA7C
Black with #DBDA7C
Text Example
Text Example
White with #DBDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA7C; }
p { color: rgb(219,218,124); }
H1.HeaderClassName
{
color: #DBDA7C;
}
.AnyTagClassName
{
color: #DBDA7C;
}
</style>
background-color css
<style>
a { background-color: #DBDA7C; }
a { background-color: rgb(219,218,124); }
div.DivClassName
{
background-color: #DBDA7C;
}
.BgClassName
{
background-color: #DBDA7C;
}
</style>
border-color css
<style>
span { border-color: #DBDA7C; }
span { border-color: rgb(219,218,124); }
td.TdClassName
{
border-color: #DBDA7C;
}
.TagClassName
{
border-color: #DBDA7C;
}
</style>