Shades of Jonquil #DBEB8A
Tints of Jonquil #DBEB8A
RGB
CMYK
RGB Variations
Color information
#DBEB8A (or 0xDBEB8A) is known color: Jonquil. HEX triplet: DB, EB and 8A. RGB value is (219,235,138). Sum of RGB (Red+Green+Blue) = 219+235+138=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB8A is #241475. Grayscale: #DBDBDB. Windows color (decimal): -2364534 or 9104347. OLE color: 9104347.
HSL color Cylindrical-coordinate representation of color #DBEB8A: hue angle of 69.9º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBEB8A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 138 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.08 |
| HSL | 69.9º | 0.71% | 0.73% | - |
| HSV(B) | 69.9º | 0.41% | 0.92% | - |
| XYZ | 63.51 | 76.31 | 35.43 | - |
| YUV | 219.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 138 | 0.07 | 0 | 0.41 | 0.08 | 69.9 | 0.71 | 0.73 |
| Hex | DB | EB | 8A | 7 | 0 | 29 | 8 | 46 | 47 | 49 |
| Octal | 333 | 353 | 212 | 7 | 0 | 51 | 10 | 106 | 107 | 111 |
| Binary | 11011011 | 11101011 | 10001010 | 111 | 0 | 101001 | 1000 | 1000110 | 1000111 | 1001001 |
Color Harmonies of #DBEB8A
Complementary color
Monochromatic Colors of #DBEB8A
Black with #DBEB8A
Text Example
Text Example
White with #DBEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB8A; }
p { color: rgb(219,235,138); }
H1.HeaderClassName
{
color: #DBEB8A;
}
.AnyTagClassName
{
color: #DBEB8A;
}
</style>
background-color css
<style>
a { background-color: #DBEB8A; }
a { background-color: rgb(219,235,138); }
div.DivClassName
{
background-color: #DBEB8A;
}
.BgClassName
{
background-color: #DBEB8A;
}
</style>
border-color css
<style>
span { border-color: #DBEB8A; }
span { border-color: rgb(219,235,138); }
td.TdClassName
{
border-color: #DBEB8A;
}
.TagClassName
{
border-color: #DBEB8A;
}
</style>