Shades of Jonquil #DEED8A
Tints of Jonquil #DEED8A
RGB
CMYK
RGB Variations
Color information
#DEED8A (or 0xDEED8A) is known color: Jonquil. HEX triplet: DE, ED and 8A. RGB value is (222,237,138). Sum of RGB (Red+Green+Blue) = 222+237+138=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED8A is #211275. Grayscale: #DDDDDD. Windows color (decimal): -2167414 or 9104862. OLE color: 9104862.
HSL color Cylindrical-coordinate representation of color #DEED8A: hue angle of 69.09º 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 #DEED8A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 138 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.07 |
| HSL | 69.09º | 0.73% | 0.74% | - |
| HSV(B) | 69.09º | 0.42% | 0.93% | - |
| XYZ | 65 | 77.93 | 35.66 | - |
| YUV | 221.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 138 | 0.06 | 0 | 0.42 | 0.07 | 69.09 | 0.73 | 0.74 |
| Hex | DE | ED | 8A | 6 | 0 | 2A | 7 | 45 | 49 | 4A |
| Octal | 336 | 355 | 212 | 6 | 0 | 52 | 7 | 105 | 111 | 112 |
| Binary | 11011110 | 11101101 | 10001010 | 110 | 0 | 101010 | 111 | 1000101 | 1001001 | 1001010 |
Color Harmonies of #DEED8A
Complementary color
Monochromatic Colors of #DEED8A
Black with #DEED8A
Text Example
Text Example
White with #DEED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED8A; }
p { color: rgb(222,237,138); }
H1.HeaderClassName
{
color: #DEED8A;
}
.AnyTagClassName
{
color: #DEED8A;
}
</style>
background-color css
<style>
a { background-color: #DEED8A; }
a { background-color: rgb(222,237,138); }
div.DivClassName
{
background-color: #DEED8A;
}
.BgClassName
{
background-color: #DEED8A;
}
</style>
border-color css
<style>
span { border-color: #DEED8A; }
span { border-color: rgb(222,237,138); }
td.TdClassName
{
border-color: #DEED8A;
}
.TagClassName
{
border-color: #DEED8A;
}
</style>