Shades of Jonquil #DBEC8D
Tints of Jonquil #DBEC8D
RGB
CMYK
RGB Variations
Color information
#DBEC8D (or 0xDBEC8D) is known color: Jonquil. HEX triplet: DB, EC and 8D. RGB value is (219,236,141). Sum of RGB (Red+Green+Blue) = 219+236+141=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC8D is #241372. Grayscale: #DCDCDC. Windows color (decimal): -2364275 or 9301211. OLE color: 9301211.
HSL color Cylindrical-coordinate representation of color #DBEC8D: hue angle of 70.74º 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 #DBEC8D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 141 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.07 |
| HSL | 70.74º | 0.71% | 0.74% | - |
| HSV(B) | 70.74º | 0.4% | 0.93% | - |
| XYZ | 64.02 | 76.97 | 36.68 | - |
| YUV | 220.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 141 | 0.07 | 0 | 0.40 | 0.07 | 70.74 | 0.71 | 0.74 |
| Hex | DB | EC | 8D | 7 | 0 | 28 | 7 | 47 | 47 | 4A |
| Octal | 333 | 354 | 215 | 7 | 0 | 50 | 7 | 107 | 107 | 112 |
| Binary | 11011011 | 11101100 | 10001101 | 111 | 0 | 101000 | 111 | 1000111 | 1000111 | 1001010 |
Color Harmonies of #DBEC8D
Complementary color
Monochromatic Colors of #DBEC8D
Black with #DBEC8D
Text Example
Text Example
White with #DBEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC8D; }
p { color: rgb(219,236,141); }
H1.HeaderClassName
{
color: #DBEC8D;
}
.AnyTagClassName
{
color: #DBEC8D;
}
</style>
background-color css
<style>
a { background-color: #DBEC8D; }
a { background-color: rgb(219,236,141); }
div.DivClassName
{
background-color: #DBEC8D;
}
.BgClassName
{
background-color: #DBEC8D;
}
</style>
border-color css
<style>
span { border-color: #DBEC8D; }
span { border-color: rgb(219,236,141); }
td.TdClassName
{
border-color: #DBEC8D;
}
.TagClassName
{
border-color: #DBEC8D;
}
</style>