Shades of Jonquil #DCED8F
Tints of Jonquil #DCED8F
RGB
CMYK
RGB Variations
Color information
#DCED8F (or 0xDCED8F) is known color: Jonquil. HEX triplet: DC, ED and 8F. RGB value is (220,237,143). Sum of RGB (Red+Green+Blue) = 220+237+143=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED8F is #231270. Grayscale: #DDDDDD. Windows color (decimal): -2298481 or 9432540. OLE color: 9432540.
HSL color Cylindrical-coordinate representation of color #DCED8F: hue angle of 70.85º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCED8F is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 143 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.07 |
| HSL | 70.85º | 0.72% | 0.75% | - |
| HSV(B) | 70.85º | 0.4% | 0.93% | - |
| XYZ | 64.76 | 77.77 | 37.58 | - |
| YUV | 221.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 143 | 0.07 | 0 | 0.40 | 0.07 | 70.85 | 0.72 | 0.75 |
| Hex | DC | ED | 8F | 7 | 0 | 28 | 7 | 47 | 48 | 4B |
| Octal | 334 | 355 | 217 | 7 | 0 | 50 | 7 | 107 | 110 | 113 |
| Binary | 11011100 | 11101101 | 10001111 | 111 | 0 | 101000 | 111 | 1000111 | 1001000 | 1001011 |
Color Harmonies of #DCED8F
Complementary color
Monochromatic Colors of #DCED8F
Black with #DCED8F
Text Example
Text Example
White with #DCED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED8F; }
p { color: rgb(220,237,143); }
H1.HeaderClassName
{
color: #DCED8F;
}
.AnyTagClassName
{
color: #DCED8F;
}
</style>
background-color css
<style>
a { background-color: #DCED8F; }
a { background-color: rgb(220,237,143); }
div.DivClassName
{
background-color: #DCED8F;
}
.BgClassName
{
background-color: #DCED8F;
}
</style>
border-color css
<style>
span { border-color: #DCED8F; }
span { border-color: rgb(220,237,143); }
td.TdClassName
{
border-color: #DCED8F;
}
.TagClassName
{
border-color: #DCED8F;
}
</style>