Shades of Goldenrod #DBDD71
Tints of Goldenrod #DBDD71
RGB
CMYK
RGB Variations
Color information
#DBDD71 (or 0xDBDD71) is known color: Goldenrod. HEX triplet: DB, DD and 71. RGB value is (219,221,113). Sum of RGB (Red+Green+Blue) = 219+221+113=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD71 is #24228E. Grayscale: #D0D0D0. Windows color (decimal): -2368143 or 7462363. OLE color: 7462363.
HSL color Cylindrical-coordinate representation of color #DBDD71: hue angle of 61.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBDD71 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 113 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.13 |
| HSL | 61.11º | 0.61% | 0.65% | - |
| HSV(B) | 61.11º | 0.49% | 0.87% | - |
| XYZ | 58.05 | 67.97 | 25.68 | - |
| YUV | 208.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 113 | 0.01 | 0 | 0.49 | 0.13 | 61.11 | 0.61 | 0.65 |
| Hex | DB | DD | 71 | 1 | 0 | 31 | D | 3D | 3D | 41 |
| Octal | 333 | 335 | 161 | 1 | 0 | 61 | 15 | 75 | 75 | 101 |
| Binary | 11011011 | 11011101 | 1110001 | 1 | 0 | 110001 | 1101 | 111101 | 111101 | 1000001 |
Color Harmonies of #DBDD71
Complementary color
Monochromatic Colors of #DBDD71
Black with #DBDD71
Text Example
Text Example
White with #DBDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD71; }
p { color: rgb(219,221,113); }
H1.HeaderClassName
{
color: #DBDD71;
}
.AnyTagClassName
{
color: #DBDD71;
}
</style>
background-color css
<style>
a { background-color: #DBDD71; }
a { background-color: rgb(219,221,113); }
div.DivClassName
{
background-color: #DBDD71;
}
.BgClassName
{
background-color: #DBDD71;
}
</style>
border-color css
<style>
span { border-color: #DBDD71; }
span { border-color: rgb(219,221,113); }
td.TdClassName
{
border-color: #DBDD71;
}
.TagClassName
{
border-color: #DBDD71;
}
</style>