Shades of Jonquil #DBEB8E
Tints of Jonquil #DBEB8E
RGB
CMYK
RGB Variations
Color information
#DBEB8E (or 0xDBEB8E) is known color: Jonquil. HEX triplet: DB, EB and 8E. RGB value is (219,235,142). Sum of RGB (Red+Green+Blue) = 219+235+142=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB8E is #241471. Grayscale: #DBDBDB. Windows color (decimal): -2364530 or 9366491. OLE color: 9366491.
HSL color Cylindrical-coordinate representation of color #DBEB8E: hue angle of 70.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBEB8E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 142 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.08 |
| HSL | 70.32º | 0.7% | 0.74% | - |
| HSV(B) | 70.32º | 0.4% | 0.92% | - |
| XYZ | 63.8 | 76.43 | 36.98 | - |
| YUV | 219.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 142 | 0.07 | 0 | 0.40 | 0.08 | 70.32 | 0.7 | 0.74 |
| Hex | DB | EB | 8E | 7 | 0 | 28 | 8 | 46 | 46 | 4A |
| Octal | 333 | 353 | 216 | 7 | 0 | 50 | 10 | 106 | 106 | 112 |
| Binary | 11011011 | 11101011 | 10001110 | 111 | 0 | 101000 | 1000 | 1000110 | 1000110 | 1001010 |
Color Harmonies of #DBEB8E
Complementary color
Monochromatic Colors of #DBEB8E
Black with #DBEB8E
Text Example
Text Example
White with #DBEB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB8E; }
p { color: rgb(219,235,142); }
H1.HeaderClassName
{
color: #DBEB8E;
}
.AnyTagClassName
{
color: #DBEB8E;
}
</style>
background-color css
<style>
a { background-color: #DBEB8E; }
a { background-color: rgb(219,235,142); }
div.DivClassName
{
background-color: #DBEB8E;
}
.BgClassName
{
background-color: #DBEB8E;
}
</style>
border-color css
<style>
span { border-color: #DBEB8E; }
span { border-color: rgb(219,235,142); }
td.TdClassName
{
border-color: #DBEB8E;
}
.TagClassName
{
border-color: #DBEB8E;
}
</style>