Shades of Goldenrod #DBDA78
Tints of Goldenrod #DBDA78
RGB
CMYK
RGB Variations
Color information
#DBDA78 (or 0xDBDA78) is known color: Goldenrod. HEX triplet: DB, DA and 78. RGB value is (219,218,120). Sum of RGB (Red+Green+Blue) = 219+218+120=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA78 is #242587. Grayscale: #CFCFCF. Windows color (decimal): -2368904 or 7920347. OLE color: 7920347.
HSL color Cylindrical-coordinate representation of color #DBDA78: hue angle of 59.39º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBDA78 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 120 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.14 |
| HSL | 59.39º | 0.58% | 0.66% | - |
| HSV(B) | 59.39º | 0.45% | 0.86% | - |
| XYZ | 57.67 | 66.56 | 27.58 | - |
| YUV | 207.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 120 | 0 | 0.00 | 0.45 | 0.14 | 59.39 | 0.58 | 0.66 |
| Hex | DB | DA | 78 | 0 | 0 | 2D | E | 3B | 3A | 42 |
| Octal | 333 | 332 | 170 | 0 | 0 | 55 | 16 | 73 | 72 | 102 |
| Binary | 11011011 | 11011010 | 1111000 | 0 | 0 | 101101 | 1110 | 111011 | 111010 | 1000010 |
Color Harmonies of #DBDA78
Complementary color
Monochromatic Colors of #DBDA78
Black with #DBDA78
Text Example
Text Example
White with #DBDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA78; }
p { color: rgb(219,218,120); }
H1.HeaderClassName
{
color: #DBDA78;
}
.AnyTagClassName
{
color: #DBDA78;
}
</style>
background-color css
<style>
a { background-color: #DBDA78; }
a { background-color: rgb(219,218,120); }
div.DivClassName
{
background-color: #DBDA78;
}
.BgClassName
{
background-color: #DBDA78;
}
</style>
border-color css
<style>
span { border-color: #DBDA78; }
span { border-color: rgb(219,218,120); }
td.TdClassName
{
border-color: #DBDA78;
}
.TagClassName
{
border-color: #DBDA78;
}
</style>