Shades of Jonquil #DDF28C
Tints of Jonquil #DDF28C
RGB
CMYK
RGB Variations
Color information
#DDF28C (or 0xDDF28C) is known color: Jonquil. HEX triplet: DD, F2 and 8C. RGB value is (221,242,140). Sum of RGB (Red+Green+Blue) = 221+242+140=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF28C is #220D73. Grayscale: #E0E0E0. Windows color (decimal): -2231668 or 9237213. OLE color: 9237213.
HSL color Cylindrical-coordinate representation of color #DDF28C: hue angle of 72.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDF28C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 140 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.05 |
| HSL | 72.35º | 0.8% | 0.75% | - |
| HSV(B) | 72.35º | 0.42% | 0.95% | - |
| XYZ | 66.3 | 80.77 | 36.91 | - |
| YUV | 224.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 140 | 0.09 | 0 | 0.42 | 0.05 | 72.35 | 0.8 | 0.75 |
| Hex | DD | F2 | 8C | 9 | 0 | 2A | 5 | 48 | 50 | 4B |
| Octal | 335 | 362 | 214 | 11 | 0 | 52 | 5 | 110 | 120 | 113 |
| Binary | 11011101 | 11110010 | 10001100 | 1001 | 0 | 101010 | 101 | 1001000 | 1010000 | 1001011 |
Color Harmonies of #DDF28C
Complementary color
Monochromatic Colors of #DDF28C
Black with #DDF28C
Text Example
Text Example
White with #DDF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF28C; }
p { color: rgb(221,242,140); }
H1.HeaderClassName
{
color: #DDF28C;
}
.AnyTagClassName
{
color: #DDF28C;
}
</style>
background-color css
<style>
a { background-color: #DDF28C; }
a { background-color: rgb(221,242,140); }
div.DivClassName
{
background-color: #DDF28C;
}
.BgClassName
{
background-color: #DDF28C;
}
</style>
border-color css
<style>
span { border-color: #DDF28C; }
span { border-color: rgb(221,242,140); }
td.TdClassName
{
border-color: #DDF28C;
}
.TagClassName
{
border-color: #DDF28C;
}
</style>