Shades of Jonquil #DDF38C
Tints of Jonquil #DDF38C
RGB
CMYK
RGB Variations
Color information
#DDF38C (or 0xDDF38C) is known color: Jonquil. HEX triplet: DD, F3 and 8C. RGB value is (221,243,140). Sum of RGB (Red+Green+Blue) = 221+243+140=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF38C is #220C73. Grayscale: #E1E1E1. Windows color (decimal): -2231412 or 9237469. OLE color: 9237469.
HSL color Cylindrical-coordinate representation of color #DDF38C: hue angle of 72.82º degrees, saturation: 0.81, 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 #DDF38C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 140 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.05 |
| HSL | 72.82º | 0.81% | 0.75% | - |
| HSV(B) | 72.82º | 0.42% | 0.95% | - |
| XYZ | 66.6 | 81.37 | 37.01 | - |
| YUV | 224.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 140 | 0.09 | 0 | 0.42 | 0.05 | 72.82 | 0.81 | 0.75 |
| Hex | DD | F3 | 8C | 9 | 0 | 2A | 5 | 49 | 51 | 4B |
| Octal | 335 | 363 | 214 | 11 | 0 | 52 | 5 | 111 | 121 | 113 |
| Binary | 11011101 | 11110011 | 10001100 | 1001 | 0 | 101010 | 101 | 1001001 | 1010001 | 1001011 |
Color Harmonies of #DDF38C
Complementary color
Monochromatic Colors of #DDF38C
Black with #DDF38C
Text Example
Text Example
White with #DDF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF38C; }
p { color: rgb(221,243,140); }
H1.HeaderClassName
{
color: #DDF38C;
}
.AnyTagClassName
{
color: #DDF38C;
}
</style>
background-color css
<style>
a { background-color: #DDF38C; }
a { background-color: rgb(221,243,140); }
div.DivClassName
{
background-color: #DDF38C;
}
.BgClassName
{
background-color: #DDF38C;
}
</style>
border-color css
<style>
span { border-color: #DDF38C; }
span { border-color: rgb(221,243,140); }
td.TdClassName
{
border-color: #DDF38C;
}
.TagClassName
{
border-color: #DDF38C;
}
</style>