Shades of Jonquil #DCEA8C
Tints of Jonquil #DCEA8C
RGB
CMYK
RGB Variations
Color information
#DCEA8C (or 0xDCEA8C) is known color: Jonquil. HEX triplet: DC, EA and 8C. RGB value is (220,234,140). Sum of RGB (Red+Green+Blue) = 220+234+140=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA8C is #231573. Grayscale: #DBDBDB. Windows color (decimal): -2299252 or 9235164. OLE color: 9235164.
HSL color Cylindrical-coordinate representation of color #DCEA8C: hue angle of 68.94º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCEA8C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 140 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.08 |
| HSL | 68.94º | 0.69% | 0.73% | - |
| HSV(B) | 68.94º | 0.4% | 0.92% | - |
| XYZ | 63.67 | 75.95 | 36.12 | - |
| YUV | 219.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 140 | 0.06 | 0 | 0.40 | 0.08 | 68.94 | 0.69 | 0.73 |
| Hex | DC | EA | 8C | 6 | 0 | 28 | 8 | 45 | 45 | 49 |
| Octal | 334 | 352 | 214 | 6 | 0 | 50 | 10 | 105 | 105 | 111 |
| Binary | 11011100 | 11101010 | 10001100 | 110 | 0 | 101000 | 1000 | 1000101 | 1000101 | 1001001 |
Color Harmonies of #DCEA8C
Complementary color
Monochromatic Colors of #DCEA8C
Black with #DCEA8C
Text Example
Text Example
White with #DCEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA8C; }
p { color: rgb(220,234,140); }
H1.HeaderClassName
{
color: #DCEA8C;
}
.AnyTagClassName
{
color: #DCEA8C;
}
</style>
background-color css
<style>
a { background-color: #DCEA8C; }
a { background-color: rgb(220,234,140); }
div.DivClassName
{
background-color: #DCEA8C;
}
.BgClassName
{
background-color: #DCEA8C;
}
</style>
border-color css
<style>
span { border-color: #DCEA8C; }
span { border-color: rgb(220,234,140); }
td.TdClassName
{
border-color: #DCEA8C;
}
.TagClassName
{
border-color: #DCEA8C;
}
</style>