Shades of Goldenrod #DBD56E
Tints of Goldenrod #DBD56E
RGB
CMYK
RGB Variations
Color information
#DBD56E (or 0xDBD56E) is known color: Goldenrod. HEX triplet: DB, D5 and 6E. RGB value is (219,213,110). Sum of RGB (Red+Green+Blue) = 219+213+110=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD56E is #242A91. Grayscale: #CBCBCB. Windows color (decimal): -2370194 or 7263707. OLE color: 7263707.
HSL color Cylindrical-coordinate representation of color #DBD56E: hue angle of 56.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD56E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 110 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.14 |
| HSL | 56.7º | 0.6% | 0.65% | - |
| HSV(B) | 56.7º | 0.5% | 0.86% | - |
| XYZ | 55.82 | 63.77 | 24.12 | - |
| YUV | 203.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 110 | 0 | 0.03 | 0.50 | 0.14 | 56.7 | 0.6 | 0.65 |
| Hex | DB | D5 | 6E | 0 | 3 | 32 | E | 39 | 3C | 41 |
| Octal | 333 | 325 | 156 | 0 | 3 | 62 | 16 | 71 | 74 | 101 |
| Binary | 11011011 | 11010101 | 1101110 | 0 | 11 | 110010 | 1110 | 111001 | 111100 | 1000001 |
Color Harmonies of #DBD56E
Complementary color
Monochromatic Colors of #DBD56E
Black with #DBD56E
Text Example
Text Example
White with #DBD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD56E; }
p { color: rgb(219,213,110); }
H1.HeaderClassName
{
color: #DBD56E;
}
.AnyTagClassName
{
color: #DBD56E;
}
</style>
background-color css
<style>
a { background-color: #DBD56E; }
a { background-color: rgb(219,213,110); }
div.DivClassName
{
background-color: #DBD56E;
}
.BgClassName
{
background-color: #DBD56E;
}
</style>
border-color css
<style>
span { border-color: #DBD56E; }
span { border-color: rgb(219,213,110); }
td.TdClassName
{
border-color: #DBD56E;
}
.TagClassName
{
border-color: #DBD56E;
}
</style>