Shades of Jonquil #DBEC8E
Tints of Jonquil #DBEC8E
RGB
CMYK
RGB Variations
Color information
#DBEC8E (or 0xDBEC8E) is known color: Jonquil. HEX triplet: DB, EC and 8E. RGB value is (219,236,142). Sum of RGB (Red+Green+Blue) = 219+236+142=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC8E is #241371. Grayscale: #DCDCDC. Windows color (decimal): -2364274 or 9366747. OLE color: 9366747.
HSL color Cylindrical-coordinate representation of color #DBEC8E: hue angle of 70.85º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBEC8E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 142 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.07 |
| HSL | 70.85º | 0.71% | 0.74% | - |
| HSV(B) | 70.85º | 0.4% | 0.93% | - |
| XYZ | 64.09 | 77 | 37.08 | - |
| YUV | 220.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 142 | 0.07 | 0 | 0.40 | 0.07 | 70.85 | 0.71 | 0.74 |
| Hex | DB | EC | 8E | 7 | 0 | 28 | 7 | 47 | 47 | 4A |
| Octal | 333 | 354 | 216 | 7 | 0 | 50 | 7 | 107 | 107 | 112 |
| Binary | 11011011 | 11101100 | 10001110 | 111 | 0 | 101000 | 111 | 1000111 | 1000111 | 1001010 |
Color Harmonies of #DBEC8E
Complementary color
Monochromatic Colors of #DBEC8E
Black with #DBEC8E
Text Example
Text Example
White with #DBEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC8E; }
p { color: rgb(219,236,142); }
H1.HeaderClassName
{
color: #DBEC8E;
}
.AnyTagClassName
{
color: #DBEC8E;
}
</style>
background-color css
<style>
a { background-color: #DBEC8E; }
a { background-color: rgb(219,236,142); }
div.DivClassName
{
background-color: #DBEC8E;
}
.BgClassName
{
background-color: #DBEC8E;
}
</style>
border-color css
<style>
span { border-color: #DBEC8E; }
span { border-color: rgb(219,236,142); }
td.TdClassName
{
border-color: #DBEC8E;
}
.TagClassName
{
border-color: #DBEC8E;
}
</style>