Shades of Jonquil #DCED8D
Tints of Jonquil #DCED8D
RGB
CMYK
RGB Variations
Color information
#DCED8D (or 0xDCED8D) is known color: Jonquil. HEX triplet: DC, ED and 8D. RGB value is (220,237,141). Sum of RGB (Red+Green+Blue) = 220+237+141=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED8D is #231272. Grayscale: #DDDDDD. Windows color (decimal): -2298483 or 9301468. OLE color: 9301468.
HSL color Cylindrical-coordinate representation of color #DCED8D: hue angle of 70.62º degrees, saturation: 0.73, 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 #DCED8D is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 141 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.07 |
| HSL | 70.62º | 0.73% | 0.74% | - |
| HSV(B) | 70.62º | 0.41% | 0.93% | - |
| XYZ | 64.61 | 77.71 | 36.79 | - |
| YUV | 220.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 141 | 0.07 | 0 | 0.41 | 0.07 | 70.62 | 0.73 | 0.74 |
| Hex | DC | ED | 8D | 7 | 0 | 29 | 7 | 47 | 49 | 4A |
| Octal | 334 | 355 | 215 | 7 | 0 | 51 | 7 | 107 | 111 | 112 |
| Binary | 11011100 | 11101101 | 10001101 | 111 | 0 | 101001 | 111 | 1000111 | 1001001 | 1001010 |
Color Harmonies of #DCED8D
Complementary color
Monochromatic Colors of #DCED8D
Black with #DCED8D
Text Example
Text Example
White with #DCED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED8D; }
p { color: rgb(220,237,141); }
H1.HeaderClassName
{
color: #DCED8D;
}
.AnyTagClassName
{
color: #DCED8D;
}
</style>
background-color css
<style>
a { background-color: #DCED8D; }
a { background-color: rgb(220,237,141); }
div.DivClassName
{
background-color: #DCED8D;
}
.BgClassName
{
background-color: #DCED8D;
}
</style>
border-color css
<style>
span { border-color: #DCED8D; }
span { border-color: rgb(220,237,141); }
td.TdClassName
{
border-color: #DCED8D;
}
.TagClassName
{
border-color: #DCED8D;
}
</style>