Shades of Jonquil #DCEF8A
Tints of Jonquil #DCEF8A
RGB
CMYK
RGB Variations
Color information
#DCEF8A (or 0xDCEF8A) is known color: Jonquil. HEX triplet: DC, EF and 8A. RGB value is (220,239,138). Sum of RGB (Red+Green+Blue) = 220+239+138=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF8A is #231075. Grayscale: #DEDEDE. Windows color (decimal): -2297974 or 9105372. OLE color: 9105372.
HSL color Cylindrical-coordinate representation of color #DCEF8A: hue angle of 71.29º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCEF8A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 138 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.06 |
| HSL | 71.29º | 0.76% | 0.74% | - |
| HSV(B) | 71.29º | 0.42% | 0.94% | - |
| XYZ | 64.97 | 78.78 | 35.83 | - |
| YUV | 221.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 138 | 0.08 | 0 | 0.42 | 0.06 | 71.29 | 0.76 | 0.74 |
| Hex | DC | EF | 8A | 8 | 0 | 2A | 6 | 47 | 4C | 4A |
| Octal | 334 | 357 | 212 | 10 | 0 | 52 | 6 | 107 | 114 | 112 |
| Binary | 11011100 | 11101111 | 10001010 | 1000 | 0 | 101010 | 110 | 1000111 | 1001100 | 1001010 |
Color Harmonies of #DCEF8A
Complementary color
Monochromatic Colors of #DCEF8A
Black with #DCEF8A
Text Example
Text Example
White with #DCEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF8A; }
p { color: rgb(220,239,138); }
H1.HeaderClassName
{
color: #DCEF8A;
}
.AnyTagClassName
{
color: #DCEF8A;
}
</style>
background-color css
<style>
a { background-color: #DCEF8A; }
a { background-color: rgb(220,239,138); }
div.DivClassName
{
background-color: #DCEF8A;
}
.BgClassName
{
background-color: #DCEF8A;
}
</style>
border-color css
<style>
span { border-color: #DCEF8A; }
span { border-color: rgb(220,239,138); }
td.TdClassName
{
border-color: #DCEF8A;
}
.TagClassName
{
border-color: #DCEF8A;
}
</style>