Shades of Jonquil #DCE995
Tints of Jonquil #DCE995
RGB
CMYK
RGB Variations
Color information
#DCE995 (or 0xDCE995) is known color: Jonquil. HEX triplet: DC, E9 and 95. RGB value is (220,233,149). Sum of RGB (Red+Green+Blue) = 220+233+149=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE995 is #23166A. Grayscale: #DBDBDB. Windows color (decimal): -2299499 or 9824732. OLE color: 9824732.
HSL color Cylindrical-coordinate representation of color #DCE995: hue angle of 69.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE995 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 149 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.09 |
| HSL | 69.29º | 0.66% | 0.75% | - |
| HSV(B) | 69.29º | 0.36% | 0.91% | - |
| XYZ | 64.08 | 75.66 | 39.66 | - |
| YUV | 219.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 149 | 0.06 | 0 | 0.36 | 0.09 | 69.29 | 0.66 | 0.75 |
| Hex | DC | E9 | 95 | 6 | 0 | 24 | 9 | 45 | 42 | 4B |
| Octal | 334 | 351 | 225 | 6 | 0 | 44 | 11 | 105 | 102 | 113 |
| Binary | 11011100 | 11101001 | 10010101 | 110 | 0 | 100100 | 1001 | 1000101 | 1000010 | 1001011 |
Color Harmonies of #DCE995
Complementary color
Monochromatic Colors of #DCE995
Black with #DCE995
Text Example
Text Example
White with #DCE995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE995; }
p { color: rgb(220,233,149); }
H1.HeaderClassName
{
color: #DCE995;
}
.AnyTagClassName
{
color: #DCE995;
}
</style>
background-color css
<style>
a { background-color: #DCE995; }
a { background-color: rgb(220,233,149); }
div.DivClassName
{
background-color: #DCE995;
}
.BgClassName
{
background-color: #DCE995;
}
</style>
border-color css
<style>
span { border-color: #DCE995; }
span { border-color: rgb(220,233,149); }
td.TdClassName
{
border-color: #DCE995;
}
.TagClassName
{
border-color: #DCE995;
}
</style>