Shades of Jonquil #DBEF8D
Tints of Jonquil #DBEF8D
RGB
CMYK
RGB Variations
Color information
#DBEF8D (or 0xDBEF8D) is known color: Jonquil. HEX triplet: DB, EF and 8D. RGB value is (219,239,141). Sum of RGB (Red+Green+Blue) = 219+239+141=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF8D is #241072. Grayscale: #DEDEDE. Windows color (decimal): -2363507 or 9301979. OLE color: 9301979.
HSL color Cylindrical-coordinate representation of color #DBEF8D: hue angle of 72.24º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBEF8D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 141 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.06 |
| HSL | 72.24º | 0.75% | 0.75% | - |
| HSV(B) | 72.24º | 0.41% | 0.94% | - |
| XYZ | 64.89 | 78.72 | 36.97 | - |
| YUV | 221.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 141 | 0.08 | 0 | 0.41 | 0.06 | 72.24 | 0.75 | 0.75 |
| Hex | DB | EF | 8D | 8 | 0 | 29 | 6 | 48 | 4B | 4B |
| Octal | 333 | 357 | 215 | 10 | 0 | 51 | 6 | 110 | 113 | 113 |
| Binary | 11011011 | 11101111 | 10001101 | 1000 | 0 | 101001 | 110 | 1001000 | 1001011 | 1001011 |
Color Harmonies of #DBEF8D
Complementary color
Monochromatic Colors of #DBEF8D
Black with #DBEF8D
Text Example
Text Example
White with #DBEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF8D; }
p { color: rgb(219,239,141); }
H1.HeaderClassName
{
color: #DBEF8D;
}
.AnyTagClassName
{
color: #DBEF8D;
}
</style>
background-color css
<style>
a { background-color: #DBEF8D; }
a { background-color: rgb(219,239,141); }
div.DivClassName
{
background-color: #DBEF8D;
}
.BgClassName
{
background-color: #DBEF8D;
}
</style>
border-color css
<style>
span { border-color: #DBEF8D; }
span { border-color: rgb(219,239,141); }
td.TdClassName
{
border-color: #DBEF8D;
}
.TagClassName
{
border-color: #DBEF8D;
}
</style>