Shades of Jonquil #DBED8A
Tints of Jonquil #DBED8A
RGB
CMYK
RGB Variations
Color information
#DBED8A (or 0xDBED8A) is known color: Jonquil. HEX triplet: DB, ED and 8A. RGB value is (219,237,138). Sum of RGB (Red+Green+Blue) = 219+237+138=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED8A is #241275. Grayscale: #DCDCDC. Windows color (decimal): -2364022 or 9104859. OLE color: 9104859.
HSL color Cylindrical-coordinate representation of color #DBED8A: hue angle of 70.91º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBED8A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 138 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.07 |
| HSL | 70.91º | 0.73% | 0.74% | - |
| HSV(B) | 70.91º | 0.42% | 0.93% | - |
| XYZ | 64.09 | 77.46 | 35.62 | - |
| YUV | 220.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 138 | 0.08 | 0 | 0.42 | 0.07 | 70.91 | 0.73 | 0.74 |
| Hex | DB | ED | 8A | 8 | 0 | 2A | 7 | 47 | 49 | 4A |
| Octal | 333 | 355 | 212 | 10 | 0 | 52 | 7 | 107 | 111 | 112 |
| Binary | 11011011 | 11101101 | 10001010 | 1000 | 0 | 101010 | 111 | 1000111 | 1001001 | 1001010 |
Color Harmonies of #DBED8A
Complementary color
Monochromatic Colors of #DBED8A
Black with #DBED8A
Text Example
Text Example
White with #DBED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED8A; }
p { color: rgb(219,237,138); }
H1.HeaderClassName
{
color: #DBED8A;
}
.AnyTagClassName
{
color: #DBED8A;
}
</style>
background-color css
<style>
a { background-color: #DBED8A; }
a { background-color: rgb(219,237,138); }
div.DivClassName
{
background-color: #DBED8A;
}
.BgClassName
{
background-color: #DBED8A;
}
</style>
border-color css
<style>
span { border-color: #DBED8A; }
span { border-color: rgb(219,237,138); }
td.TdClassName
{
border-color: #DBED8A;
}
.TagClassName
{
border-color: #DBED8A;
}
</style>