Shades of Goldenrod #DBDA77
Tints of Goldenrod #DBDA77
RGB
CMYK
RGB Variations
Color information
#DBDA77 (or 0xDBDA77) is known color: Goldenrod. HEX triplet: DB, DA and 77. RGB value is (219,218,119). Sum of RGB (Red+Green+Blue) = 219+218+119=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA77 is #242588. Grayscale: #CFCFCF. Windows color (decimal): -2368905 or 7854811. OLE color: 7854811.
HSL color Cylindrical-coordinate representation of color #DBDA77: hue angle of 59.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBDA77 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 119 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.14 |
| HSL | 59.4º | 0.58% | 0.66% | - |
| HSV(B) | 59.4º | 0.46% | 0.86% | - |
| XYZ | 57.61 | 66.53 | 27.26 | - |
| YUV | 207.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 119 | 0 | 0.00 | 0.46 | 0.14 | 59.4 | 0.58 | 0.66 |
| Hex | DB | DA | 77 | 0 | 0 | 2E | E | 3B | 3A | 42 |
| Octal | 333 | 332 | 167 | 0 | 0 | 56 | 16 | 73 | 72 | 102 |
| Binary | 11011011 | 11011010 | 1110111 | 0 | 0 | 101110 | 1110 | 111011 | 111010 | 1000010 |
Color Harmonies of #DBDA77
Complementary color
Monochromatic Colors of #DBDA77
Black with #DBDA77
Text Example
Text Example
White with #DBDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA77; }
p { color: rgb(219,218,119); }
H1.HeaderClassName
{
color: #DBDA77;
}
.AnyTagClassName
{
color: #DBDA77;
}
</style>
background-color css
<style>
a { background-color: #DBDA77; }
a { background-color: rgb(219,218,119); }
div.DivClassName
{
background-color: #DBDA77;
}
.BgClassName
{
background-color: #DBDA77;
}
</style>
border-color css
<style>
span { border-color: #DBDA77; }
span { border-color: rgb(219,218,119); }
td.TdClassName
{
border-color: #DBDA77;
}
.TagClassName
{
border-color: #DBDA77;
}
</style>