Shades of Goldenrod #DBDD77
Tints of Goldenrod #DBDD77
RGB
CMYK
RGB Variations
Color information
#DBDD77 (or 0xDBDD77) is known color: Goldenrod. HEX triplet: DB, DD and 77. RGB value is (219,221,119). Sum of RGB (Red+Green+Blue) = 219+221+119=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD77 is #242288. Grayscale: #D1D1D1. Windows color (decimal): -2368137 or 7855579. OLE color: 7855579.
HSL color Cylindrical-coordinate representation of color #DBDD77: hue angle of 61.18º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBDD77 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 119 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.13 |
| HSL | 61.18º | 0.6% | 0.67% | - |
| HSV(B) | 61.18º | 0.46% | 0.87% | - |
| XYZ | 58.4 | 68.1 | 27.52 | - |
| YUV | 208.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 119 | 0.01 | 0 | 0.46 | 0.13 | 61.18 | 0.6 | 0.67 |
| Hex | DB | DD | 77 | 1 | 0 | 2E | D | 3D | 3C | 43 |
| Octal | 333 | 335 | 167 | 1 | 0 | 56 | 15 | 75 | 74 | 103 |
| Binary | 11011011 | 11011101 | 1110111 | 1 | 0 | 101110 | 1101 | 111101 | 111100 | 1000011 |
Color Harmonies of #DBDD77
Complementary color
Monochromatic Colors of #DBDD77
Black with #DBDD77
Text Example
Text Example
White with #DBDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD77; }
p { color: rgb(219,221,119); }
H1.HeaderClassName
{
color: #DBDD77;
}
.AnyTagClassName
{
color: #DBDD77;
}
</style>
background-color css
<style>
a { background-color: #DBDD77; }
a { background-color: rgb(219,221,119); }
div.DivClassName
{
background-color: #DBDD77;
}
.BgClassName
{
background-color: #DBDD77;
}
</style>
border-color css
<style>
span { border-color: #DBDD77; }
span { border-color: rgb(219,221,119); }
td.TdClassName
{
border-color: #DBDD77;
}
.TagClassName
{
border-color: #DBDD77;
}
</style>