Shades of Goldenrod #DBDA79
Tints of Goldenrod #DBDA79
RGB
CMYK
RGB Variations
Color information
#DBDA79 (or 0xDBDA79) is known color: Goldenrod. HEX triplet: DB, DA and 79. RGB value is (219,218,121). Sum of RGB (Red+Green+Blue) = 219+218+121=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA79 is #242586. Grayscale: #CFCFCF. Windows color (decimal): -2368903 or 7985883. OLE color: 7985883.
HSL color Cylindrical-coordinate representation of color #DBDA79: hue angle of 59.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBDA79 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 121 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.14 |
| HSL | 59.39º | 0.58% | 0.67% | - |
| HSV(B) | 59.39º | 0.45% | 0.86% | - |
| XYZ | 57.74 | 66.58 | 27.9 | - |
| YUV | 207.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 121 | 0 | 0.00 | 0.45 | 0.14 | 59.39 | 0.58 | 0.67 |
| Hex | DB | DA | 79 | 0 | 0 | 2D | E | 3B | 3A | 43 |
| Octal | 333 | 332 | 171 | 0 | 0 | 55 | 16 | 73 | 72 | 103 |
| Binary | 11011011 | 11011010 | 1111001 | 0 | 0 | 101101 | 1110 | 111011 | 111010 | 1000011 |
Color Harmonies of #DBDA79
Complementary color
Monochromatic Colors of #DBDA79
Black with #DBDA79
Text Example
Text Example
White with #DBDA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA79; }
p { color: rgb(219,218,121); }
H1.HeaderClassName
{
color: #DBDA79;
}
.AnyTagClassName
{
color: #DBDA79;
}
</style>
background-color css
<style>
a { background-color: #DBDA79; }
a { background-color: rgb(219,218,121); }
div.DivClassName
{
background-color: #DBDA79;
}
.BgClassName
{
background-color: #DBDA79;
}
</style>
border-color css
<style>
span { border-color: #DBDA79; }
span { border-color: rgb(219,218,121); }
td.TdClassName
{
border-color: #DBDA79;
}
.TagClassName
{
border-color: #DBDA79;
}
</style>