Shades of Goldenrod #DBE16E
Tints of Goldenrod #DBE16E
RGB
CMYK
RGB Variations
Color information
#DBE16E (or 0xDBE16E) is known color: Goldenrod. HEX triplet: DB, E1 and 6E. RGB value is (219,225,110). Sum of RGB (Red+Green+Blue) = 219+225+110=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE16E is #241E91. Grayscale: #D2D2D2. Windows color (decimal): -2367122 or 7266779. OLE color: 7266779.
HSL color Cylindrical-coordinate representation of color #DBE16E: hue angle of 63.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE16E is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 110 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.12 |
| HSL | 63.13º | 0.66% | 0.66% | - |
| HSV(B) | 63.13º | 0.51% | 0.88% | - |
| XYZ | 58.95 | 70.04 | 25.16 | - |
| YUV | 210.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 110 | 0.03 | 0 | 0.51 | 0.12 | 63.13 | 0.66 | 0.66 |
| Hex | DB | E1 | 6E | 3 | 0 | 33 | C | 3F | 42 | 42 |
| Octal | 333 | 341 | 156 | 3 | 0 | 63 | 14 | 77 | 102 | 102 |
| Binary | 11011011 | 11100001 | 1101110 | 11 | 0 | 110011 | 1100 | 111111 | 1000010 | 1000010 |
Color Harmonies of #DBE16E
Complementary color
Monochromatic Colors of #DBE16E
Black with #DBE16E
Text Example
Text Example
White with #DBE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE16E; }
p { color: rgb(219,225,110); }
H1.HeaderClassName
{
color: #DBE16E;
}
.AnyTagClassName
{
color: #DBE16E;
}
</style>
background-color css
<style>
a { background-color: #DBE16E; }
a { background-color: rgb(219,225,110); }
div.DivClassName
{
background-color: #DBE16E;
}
.BgClassName
{
background-color: #DBE16E;
}
</style>
border-color css
<style>
span { border-color: #DBE16E; }
span { border-color: rgb(219,225,110); }
td.TdClassName
{
border-color: #DBE16E;
}
.TagClassName
{
border-color: #DBE16E;
}
</style>