Shades of Jonquil #DBEA8C
Tints of Jonquil #DBEA8C
RGB
CMYK
RGB Variations
Color information
#DBEA8C (or 0xDBEA8C) is known color: Jonquil. HEX triplet: DB, EA and 8C. RGB value is (219,234,140). Sum of RGB (Red+Green+Blue) = 219+234+140=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA8C is #241573. Grayscale: #DBDBDB. Windows color (decimal): -2364788 or 9235163. OLE color: 9235163.
HSL color Cylindrical-coordinate representation of color #DBEA8C: hue angle of 69.57º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBEA8C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 140 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.08 |
| HSL | 69.57º | 0.69% | 0.73% | - |
| HSV(B) | 69.57º | 0.4% | 0.92% | - |
| XYZ | 63.37 | 75.8 | 36.1 | - |
| YUV | 218.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 140 | 0.06 | 0 | 0.40 | 0.08 | 69.57 | 0.69 | 0.73 |
| Hex | DB | EA | 8C | 6 | 0 | 28 | 8 | 46 | 45 | 49 |
| Octal | 333 | 352 | 214 | 6 | 0 | 50 | 10 | 106 | 105 | 111 |
| Binary | 11011011 | 11101010 | 10001100 | 110 | 0 | 101000 | 1000 | 1000110 | 1000101 | 1001001 |
Color Harmonies of #DBEA8C
Complementary color
Monochromatic Colors of #DBEA8C
Black with #DBEA8C
Text Example
Text Example
White with #DBEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA8C; }
p { color: rgb(219,234,140); }
H1.HeaderClassName
{
color: #DBEA8C;
}
.AnyTagClassName
{
color: #DBEA8C;
}
</style>
background-color css
<style>
a { background-color: #DBEA8C; }
a { background-color: rgb(219,234,140); }
div.DivClassName
{
background-color: #DBEA8C;
}
.BgClassName
{
background-color: #DBEA8C;
}
</style>
border-color css
<style>
span { border-color: #DBEA8C; }
span { border-color: rgb(219,234,140); }
td.TdClassName
{
border-color: #DBEA8C;
}
.TagClassName
{
border-color: #DBEA8C;
}
</style>