Shades of Goldenrod #DBDD79
Tints of Goldenrod #DBDD79
RGB
CMYK
RGB Variations
Color information
#DBDD79 (or 0xDBDD79) is known color: Goldenrod. HEX triplet: DB, DD and 79. RGB value is (219,221,121). Sum of RGB (Red+Green+Blue) = 219+221+121=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD79 is #242286. Grayscale: #D1D1D1. Windows color (decimal): -2368135 or 7986651. OLE color: 7986651.
HSL color Cylindrical-coordinate representation of color #DBDD79: hue angle of 61.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBDD79 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 121 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.13 |
| HSL | 61.2º | 0.6% | 0.67% | - |
| HSV(B) | 61.2º | 0.45% | 0.87% | - |
| XYZ | 58.52 | 68.15 | 28.16 | - |
| YUV | 209 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 121 | 0.01 | 0 | 0.45 | 0.13 | 61.2 | 0.6 | 0.67 |
| Hex | DB | DD | 79 | 1 | 0 | 2D | D | 3D | 3C | 43 |
| Octal | 333 | 335 | 171 | 1 | 0 | 55 | 15 | 75 | 74 | 103 |
| Binary | 11011011 | 11011101 | 1111001 | 1 | 0 | 101101 | 1101 | 111101 | 111100 | 1000011 |
Color Harmonies of #DBDD79
Complementary color
Monochromatic Colors of #DBDD79
Black with #DBDD79
Text Example
Text Example
White with #DBDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD79; }
p { color: rgb(219,221,121); }
H1.HeaderClassName
{
color: #DBDD79;
}
.AnyTagClassName
{
color: #DBDD79;
}
</style>
background-color css
<style>
a { background-color: #DBDD79; }
a { background-color: rgb(219,221,121); }
div.DivClassName
{
background-color: #DBDD79;
}
.BgClassName
{
background-color: #DBDD79;
}
</style>
border-color css
<style>
span { border-color: #DBDD79; }
span { border-color: rgb(219,221,121); }
td.TdClassName
{
border-color: #DBDD79;
}
.TagClassName
{
border-color: #DBDD79;
}
</style>