Shades of Jonquil #DEEB8A
Tints of Jonquil #DEEB8A
RGB
CMYK
RGB Variations
Color information
#DEEB8A (or 0xDEEB8A) is known color: Jonquil. HEX triplet: DE, EB and 8A. RGB value is (222,235,138). Sum of RGB (Red+Green+Blue) = 222+235+138=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEB8A is #211475. Grayscale: #DCDCDC. Windows color (decimal): -2167926 or 9104350. OLE color: 9104350.
HSL color Cylindrical-coordinate representation of color #DEEB8A: hue angle of 68.04º 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 #DEEB8A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 138 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.08 |
| HSL | 68.04º | 0.71% | 0.73% | - |
| HSV(B) | 68.04º | 0.41% | 0.92% | - |
| XYZ | 64.42 | 76.78 | 35.47 | - |
| YUV | 220.06 | 81.69 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 138 | 0.06 | 0 | 0.41 | 0.08 | 68.04 | 0.71 | 0.73 |
| Hex | DE | EB | 8A | 6 | 0 | 29 | 8 | 44 | 47 | 49 |
| Octal | 336 | 353 | 212 | 6 | 0 | 51 | 10 | 104 | 107 | 111 |
| Binary | 11011110 | 11101011 | 10001010 | 110 | 0 | 101001 | 1000 | 1000100 | 1000111 | 1001001 |
Color Harmonies of #DEEB8A
Complementary color
Monochromatic Colors of #DEEB8A
Black with #DEEB8A
Text Example
Text Example
White with #DEEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB8A; }
p { color: rgb(222,235,138); }
H1.HeaderClassName
{
color: #DEEB8A;
}
.AnyTagClassName
{
color: #DEEB8A;
}
</style>
background-color css
<style>
a { background-color: #DEEB8A; }
a { background-color: rgb(222,235,138); }
div.DivClassName
{
background-color: #DEEB8A;
}
.BgClassName
{
background-color: #DEEB8A;
}
</style>
border-color css
<style>
span { border-color: #DEEB8A; }
span { border-color: rgb(222,235,138); }
td.TdClassName
{
border-color: #DEEB8A;
}
.TagClassName
{
border-color: #DEEB8A;
}
</style>