Shades of Goldenrod #DBE16D
Tints of Goldenrod #DBE16D
RGB
CMYK
RGB Variations
Color information
#DBE16D (or 0xDBE16D) is known color: Goldenrod. HEX triplet: DB, E1 and 6D. RGB value is (219,225,109). Sum of RGB (Red+Green+Blue) = 219+225+109=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE16D is #241E92. Grayscale: #D2D2D2. Windows color (decimal): -2367123 or 7201243. OLE color: 7201243.
HSL color Cylindrical-coordinate representation of color #DBE16D: hue angle of 63.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE16D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 109 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.12 |
| HSL | 63.1º | 0.66% | 0.65% | - |
| HSV(B) | 63.1º | 0.52% | 0.88% | - |
| XYZ | 58.9 | 70.01 | 24.88 | - |
| YUV | 209.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 109 | 0.03 | 0 | 0.52 | 0.12 | 63.1 | 0.66 | 0.65 |
| Hex | DB | E1 | 6D | 3 | 0 | 34 | C | 3F | 42 | 41 |
| Octal | 333 | 341 | 155 | 3 | 0 | 64 | 14 | 77 | 102 | 101 |
| Binary | 11011011 | 11100001 | 1101101 | 11 | 0 | 110100 | 1100 | 111111 | 1000010 | 1000001 |
Color Harmonies of #DBE16D
Complementary color
Monochromatic Colors of #DBE16D
Black with #DBE16D
Text Example
Text Example
White with #DBE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE16D; }
p { color: rgb(219,225,109); }
H1.HeaderClassName
{
color: #DBE16D;
}
.AnyTagClassName
{
color: #DBE16D;
}
</style>
background-color css
<style>
a { background-color: #DBE16D; }
a { background-color: rgb(219,225,109); }
div.DivClassName
{
background-color: #DBE16D;
}
.BgClassName
{
background-color: #DBE16D;
}
</style>
border-color css
<style>
span { border-color: #DBE16D; }
span { border-color: rgb(219,225,109); }
td.TdClassName
{
border-color: #DBE16D;
}
.TagClassName
{
border-color: #DBE16D;
}
</style>