Shades of Jonquil #DDEA98
Tints of Jonquil #DDEA98
RGB
CMYK
RGB Variations
Color information
#DDEA98 (or 0xDDEA98) is known color: Jonquil. HEX triplet: DD, EA and 98. RGB value is (221,234,152). Sum of RGB (Red+Green+Blue) = 221+234+152=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA98 is #221567. Grayscale: #DDDDDD. Windows color (decimal): -2233704 or 10021597. OLE color: 10021597.
HSL color Cylindrical-coordinate representation of color #DDEA98: hue angle of 69.51º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDEA98 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 152 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.08 |
| HSL | 69.51º | 0.66% | 0.76% | - |
| HSV(B) | 69.51º | 0.35% | 0.92% | - |
| XYZ | 64.91 | 76.48 | 41.05 | - |
| YUV | 220.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 152 | 0.06 | 0 | 0.35 | 0.08 | 69.51 | 0.66 | 0.76 |
| Hex | DD | EA | 98 | 6 | 0 | 23 | 8 | 46 | 42 | 4C |
| Octal | 335 | 352 | 230 | 6 | 0 | 43 | 10 | 106 | 102 | 114 |
| Binary | 11011101 | 11101010 | 10011000 | 110 | 0 | 100011 | 1000 | 1000110 | 1000010 | 1001100 |
Color Harmonies of #DDEA98
Complementary color
Monochromatic Colors of #DDEA98
Black with #DDEA98
Text Example
Text Example
White with #DDEA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA98; }
p { color: rgb(221,234,152); }
H1.HeaderClassName
{
color: #DDEA98;
}
.AnyTagClassName
{
color: #DDEA98;
}
</style>
background-color css
<style>
a { background-color: #DDEA98; }
a { background-color: rgb(221,234,152); }
div.DivClassName
{
background-color: #DDEA98;
}
.BgClassName
{
background-color: #DDEA98;
}
</style>
border-color css
<style>
span { border-color: #DDEA98; }
span { border-color: rgb(221,234,152); }
td.TdClassName
{
border-color: #DDEA98;
}
.TagClassName
{
border-color: #DDEA98;
}
</style>