Shades of Jonquil #DCEB90
Tints of Jonquil #DCEB90
RGB
CMYK
RGB Variations
Color information
#DCEB90 (or 0xDCEB90) is known color: Jonquil. HEX triplet: DC, EB and 90. RGB value is (220,235,144). Sum of RGB (Red+Green+Blue) = 220+235+144=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB90 is #23146F. Grayscale: #DCDCDC. Windows color (decimal): -2298992 or 9497564. OLE color: 9497564.
HSL color Cylindrical-coordinate representation of color #DCEB90: hue angle of 69.89º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCEB90 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 144 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.08 |
| HSL | 69.89º | 0.69% | 0.74% | - |
| HSV(B) | 69.89º | 0.39% | 0.92% | - |
| XYZ | 64.26 | 76.65 | 37.79 | - |
| YUV | 220.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 144 | 0.06 | 0 | 0.39 | 0.08 | 69.89 | 0.69 | 0.74 |
| Hex | DC | EB | 90 | 6 | 0 | 27 | 8 | 46 | 45 | 4A |
| Octal | 334 | 353 | 220 | 6 | 0 | 47 | 10 | 106 | 105 | 112 |
| Binary | 11011100 | 11101011 | 10010000 | 110 | 0 | 100111 | 1000 | 1000110 | 1000101 | 1001010 |
Color Harmonies of #DCEB90
Complementary color
Monochromatic Colors of #DCEB90
Black with #DCEB90
Text Example
Text Example
White with #DCEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB90; }
p { color: rgb(220,235,144); }
H1.HeaderClassName
{
color: #DCEB90;
}
.AnyTagClassName
{
color: #DCEB90;
}
</style>
background-color css
<style>
a { background-color: #DCEB90; }
a { background-color: rgb(220,235,144); }
div.DivClassName
{
background-color: #DCEB90;
}
.BgClassName
{
background-color: #DCEB90;
}
</style>
border-color css
<style>
span { border-color: #DCEB90; }
span { border-color: rgb(220,235,144); }
td.TdClassName
{
border-color: #DCEB90;
}
.TagClassName
{
border-color: #DCEB90;
}
</style>