Shades of Goldenrod #DBDB77
Tints of Goldenrod #DBDB77
RGB
CMYK
RGB Variations
Color information
#DBDB77 (or 0xDBDB77) is known color: Goldenrod. HEX triplet: DB, DB and 77. RGB value is (219,219,119). Sum of RGB (Red+Green+Blue) = 219+219+119=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB77 is #242488. Grayscale: #CFCFCF. Windows color (decimal): -2368649 or 7855067. OLE color: 7855067.
HSL color Cylindrical-coordinate representation of color #DBDB77: hue angle of 60º 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 #DBDB77 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 119 | - |
| CMYK | 0 | 0 | 0.46 | 0.14 |
| HSL | 60º | 0.58% | 0.66% | - |
| HSV(B) | 60º | 0.46% | 0.86% | - |
| XYZ | 57.87 | 67.06 | 27.35 | - |
| YUV | 207.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 119 | 0 | 0 | 0.46 | 0.14 | 60 | 0.58 | 0.66 |
| Hex | DB | DB | 77 | 0 | 0 | 2E | E | 3C | 3A | 42 |
| Octal | 333 | 333 | 167 | 0 | 0 | 56 | 16 | 74 | 72 | 102 |
| Binary | 11011011 | 11011011 | 1110111 | 0 | 0 | 101110 | 1110 | 111100 | 111010 | 1000010 |
Color Harmonies of #DBDB77
Complementary color
Monochromatic Colors of #DBDB77
Black with #DBDB77
Text Example
Text Example
White with #DBDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB77; }
p { color: rgb(219,219,119); }
H1.HeaderClassName
{
color: #DBDB77;
}
.AnyTagClassName
{
color: #DBDB77;
}
</style>
background-color css
<style>
a { background-color: #DBDB77; }
a { background-color: rgb(219,219,119); }
div.DivClassName
{
background-color: #DBDB77;
}
.BgClassName
{
background-color: #DBDB77;
}
</style>
border-color css
<style>
span { border-color: #DBDB77; }
span { border-color: rgb(219,219,119); }
td.TdClassName
{
border-color: #DBDB77;
}
.TagClassName
{
border-color: #DBDB77;
}
</style>