Shades of Jonquil #DCF08C
Tints of Jonquil #DCF08C
RGB
CMYK
RGB Variations
Color information
#DCF08C (or 0xDCF08C) is known color: Jonquil. HEX triplet: DC, F0 and 8C. RGB value is (220,240,140). Sum of RGB (Red+Green+Blue) = 220+240+140=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF08C is #230F73. Grayscale: #DFDFDF. Windows color (decimal): -2297716 or 9236700. OLE color: 9236700.
HSL color Cylindrical-coordinate representation of color #DCF08C: hue angle of 72º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCF08C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 140 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.06 |
| HSL | 72º | 0.77% | 0.75% | - |
| HSV(B) | 72º | 0.42% | 0.94% | - |
| XYZ | 65.41 | 79.43 | 36.69 | - |
| YUV | 222.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 140 | 0.08 | 0 | 0.42 | 0.06 | 72 | 0.77 | 0.75 |
| Hex | DC | F0 | 8C | 8 | 0 | 2A | 6 | 48 | 4D | 4B |
| Octal | 334 | 360 | 214 | 10 | 0 | 52 | 6 | 110 | 115 | 113 |
| Binary | 11011100 | 11110000 | 10001100 | 1000 | 0 | 101010 | 110 | 1001000 | 1001101 | 1001011 |
Color Harmonies of #DCF08C
Complementary color
Monochromatic Colors of #DCF08C
Black with #DCF08C
Text Example
Text Example
White with #DCF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF08C; }
p { color: rgb(220,240,140); }
H1.HeaderClassName
{
color: #DCF08C;
}
.AnyTagClassName
{
color: #DCF08C;
}
</style>
background-color css
<style>
a { background-color: #DCF08C; }
a { background-color: rgb(220,240,140); }
div.DivClassName
{
background-color: #DCF08C;
}
.BgClassName
{
background-color: #DCF08C;
}
</style>
border-color css
<style>
span { border-color: #DCF08C; }
span { border-color: rgb(220,240,140); }
td.TdClassName
{
border-color: #DCF08C;
}
.TagClassName
{
border-color: #DCF08C;
}
</style>