Shades of Jonquil #DCEA90
Tints of Jonquil #DCEA90
RGB
CMYK
RGB Variations
Color information
#DCEA90 (or 0xDCEA90) is known color: Jonquil. HEX triplet: DC, EA and 90. RGB value is (220,234,144). Sum of RGB (Red+Green+Blue) = 220+234+144=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA90 is #23156F. Grayscale: #DBDBDB. Windows color (decimal): -2299248 or 9497308. OLE color: 9497308.
HSL color Cylindrical-coordinate representation of color #DCEA90: hue angle of 69.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCEA90 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 144 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.08 |
| HSL | 69.33º | 0.68% | 0.74% | - |
| HSV(B) | 69.33º | 0.38% | 0.92% | - |
| XYZ | 63.97 | 76.07 | 37.7 | - |
| YUV | 219.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 144 | 0.06 | 0 | 0.38 | 0.08 | 69.33 | 0.68 | 0.74 |
| Hex | DC | EA | 90 | 6 | 0 | 26 | 8 | 45 | 44 | 4A |
| Octal | 334 | 352 | 220 | 6 | 0 | 46 | 10 | 105 | 104 | 112 |
| Binary | 11011100 | 11101010 | 10010000 | 110 | 0 | 100110 | 1000 | 1000101 | 1000100 | 1001010 |
Color Harmonies of #DCEA90
Complementary color
Monochromatic Colors of #DCEA90
Black with #DCEA90
Text Example
Text Example
White with #DCEA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA90; }
p { color: rgb(220,234,144); }
H1.HeaderClassName
{
color: #DCEA90;
}
.AnyTagClassName
{
color: #DCEA90;
}
</style>
background-color css
<style>
a { background-color: #DCEA90; }
a { background-color: rgb(220,234,144); }
div.DivClassName
{
background-color: #DCEA90;
}
.BgClassName
{
background-color: #DCEA90;
}
</style>
border-color css
<style>
span { border-color: #DCEA90; }
span { border-color: rgb(220,234,144); }
td.TdClassName
{
border-color: #DCEA90;
}
.TagClassName
{
border-color: #DCEA90;
}
</style>