Shades of Jonquil #DDEC8C
Tints of Jonquil #DDEC8C
RGB
CMYK
RGB Variations
Color information
#DDEC8C (or 0xDDEC8C) is known color: Jonquil. HEX triplet: DD, EC and 8C. RGB value is (221,236,140). Sum of RGB (Red+Green+Blue) = 221+236+140=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC8C is #221373. Grayscale: #DCDCDC. Windows color (decimal): -2233204 or 9235677. OLE color: 9235677.
HSL color Cylindrical-coordinate representation of color #DDEC8C: hue angle of 69.38º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDEC8C is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 140 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.07 |
| HSL | 69.38º | 0.72% | 0.74% | - |
| HSV(B) | 69.38º | 0.41% | 0.93% | - |
| XYZ | 64.55 | 77.26 | 36.32 | - |
| YUV | 220.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 140 | 0.06 | 0 | 0.41 | 0.07 | 69.38 | 0.72 | 0.74 |
| Hex | DD | EC | 8C | 6 | 0 | 29 | 7 | 45 | 48 | 4A |
| Octal | 335 | 354 | 214 | 6 | 0 | 51 | 7 | 105 | 110 | 112 |
| Binary | 11011101 | 11101100 | 10001100 | 110 | 0 | 101001 | 111 | 1000101 | 1001000 | 1001010 |
Color Harmonies of #DDEC8C
Complementary color
Monochromatic Colors of #DDEC8C
Black with #DDEC8C
Text Example
Text Example
White with #DDEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC8C; }
p { color: rgb(221,236,140); }
H1.HeaderClassName
{
color: #DDEC8C;
}
.AnyTagClassName
{
color: #DDEC8C;
}
</style>
background-color css
<style>
a { background-color: #DDEC8C; }
a { background-color: rgb(221,236,140); }
div.DivClassName
{
background-color: #DDEC8C;
}
.BgClassName
{
background-color: #DDEC8C;
}
</style>
border-color css
<style>
span { border-color: #DDEC8C; }
span { border-color: rgb(221,236,140); }
td.TdClassName
{
border-color: #DDEC8C;
}
.TagClassName
{
border-color: #DDEC8C;
}
</style>