Shades of Jonquil #DBED8B
Tints of Jonquil #DBED8B
RGB
CMYK
RGB Variations
Color information
#DBED8B (or 0xDBED8B) is known color: Jonquil. HEX triplet: DB, ED and 8B. RGB value is (219,237,139). Sum of RGB (Red+Green+Blue) = 219+237+139=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED8B is #241274. Grayscale: #DCDCDC. Windows color (decimal): -2364021 or 9170395. OLE color: 9170395.
HSL color Cylindrical-coordinate representation of color #DBED8B: hue angle of 71.02º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBED8B is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 139 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.07 |
| HSL | 71.02º | 0.73% | 0.74% | - |
| HSV(B) | 71.02º | 0.41% | 0.93% | - |
| XYZ | 64.16 | 77.49 | 36 | - |
| YUV | 220.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 139 | 0.08 | 0 | 0.41 | 0.07 | 71.02 | 0.73 | 0.74 |
| Hex | DB | ED | 8B | 8 | 0 | 29 | 7 | 47 | 49 | 4A |
| Octal | 333 | 355 | 213 | 10 | 0 | 51 | 7 | 107 | 111 | 112 |
| Binary | 11011011 | 11101101 | 10001011 | 1000 | 0 | 101001 | 111 | 1000111 | 1001001 | 1001010 |
Color Harmonies of #DBED8B
Complementary color
Monochromatic Colors of #DBED8B
Black with #DBED8B
Text Example
Text Example
White with #DBED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED8B; }
p { color: rgb(219,237,139); }
H1.HeaderClassName
{
color: #DBED8B;
}
.AnyTagClassName
{
color: #DBED8B;
}
</style>
background-color css
<style>
a { background-color: #DBED8B; }
a { background-color: rgb(219,237,139); }
div.DivClassName
{
background-color: #DBED8B;
}
.BgClassName
{
background-color: #DBED8B;
}
</style>
border-color css
<style>
span { border-color: #DBED8B; }
span { border-color: rgb(219,237,139); }
td.TdClassName
{
border-color: #DBED8B;
}
.TagClassName
{
border-color: #DBED8B;
}
</style>