Shades of Goldenrod #DBDD74
Tints of Goldenrod #DBDD74
RGB
CMYK
RGB Variations
Color information
#DBDD74 (or 0xDBDD74) is known color: Goldenrod. HEX triplet: DB, DD and 74. RGB value is (219,221,116). Sum of RGB (Red+Green+Blue) = 219+221+116=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD74 is #24228B. Grayscale: #D0D0D0. Windows color (decimal): -2368140 or 7658971. OLE color: 7658971.
HSL color Cylindrical-coordinate representation of color #DBDD74: hue angle of 61.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDD74 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 116 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.13 |
| HSL | 61.14º | 0.61% | 0.66% | - |
| HSV(B) | 61.14º | 0.48% | 0.87% | - |
| XYZ | 58.22 | 68.03 | 26.59 | - |
| YUV | 208.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 116 | 0.01 | 0 | 0.48 | 0.13 | 61.14 | 0.61 | 0.66 |
| Hex | DB | DD | 74 | 1 | 0 | 30 | D | 3D | 3D | 42 |
| Octal | 333 | 335 | 164 | 1 | 0 | 60 | 15 | 75 | 75 | 102 |
| Binary | 11011011 | 11011101 | 1110100 | 1 | 0 | 110000 | 1101 | 111101 | 111101 | 1000010 |
Color Harmonies of #DBDD74
Complementary color
Monochromatic Colors of #DBDD74
Black with #DBDD74
Text Example
Text Example
White with #DBDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD74; }
p { color: rgb(219,221,116); }
H1.HeaderClassName
{
color: #DBDD74;
}
.AnyTagClassName
{
color: #DBDD74;
}
</style>
background-color css
<style>
a { background-color: #DBDD74; }
a { background-color: rgb(219,221,116); }
div.DivClassName
{
background-color: #DBDD74;
}
.BgClassName
{
background-color: #DBDD74;
}
</style>
border-color css
<style>
span { border-color: #DBDD74; }
span { border-color: rgb(219,221,116); }
td.TdClassName
{
border-color: #DBDD74;
}
.TagClassName
{
border-color: #DBDD74;
}
</style>