Shades of Jonquil #DCEA8D
Tints of Jonquil #DCEA8D
RGB
CMYK
RGB Variations
Color information
#DCEA8D (or 0xDCEA8D) is known color: Jonquil. HEX triplet: DC, EA and 8D. RGB value is (220,234,141). Sum of RGB (Red+Green+Blue) = 220+234+141=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA8D is #231572. Grayscale: #DBDBDB. Windows color (decimal): -2299251 or 9300700. OLE color: 9300700.
HSL color Cylindrical-coordinate representation of color #DCEA8D: hue angle of 69.03º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCEA8D is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 234 | 141 | - |
CMYK | 0.06 | 0 | 0.40 | 0.08 |
HSL | 69.03º | 0.69% | 0.74% | - |
HSV(B) | 69.03º | 0.4% | 0.92% | - |
XYZ | 63.75 | 75.98 | 36.51 | - |
YUV | 219.21 | 83.86 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 234 | 141 | 0.06 | 0 | 0.40 | 0.08 | 69.03 | 0.69 | 0.74 |
Hex | DC | EA | 8D | 6 | 0 | 28 | 8 | 45 | 45 | 4A |
Octal | 334 | 352 | 215 | 6 | 0 | 50 | 10 | 105 | 105 | 112 |
Binary | 11011100 | 11101010 | 10001101 | 110 | 0 | 101000 | 1000 | 1000101 | 1000101 | 1001010 |
Color Harmonies of #DCEA8D
Complementary color
Monochromatic Colors of #DCEA8D
Black with #DCEA8D
Text Example
Text Example
White with #DCEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA8D; }
p { color: rgb(220,234,141); }
H1.HeaderClassName
{
color: #DCEA8D;
}
.AnyTagClassName
{
color: #DCEA8D;
}
</style>
background-color css
<style>
a { background-color: #DCEA8D; }
a { background-color: rgb(220,234,141); }
div.DivClassName
{
background-color: #DCEA8D;
}
.BgClassName
{
background-color: #DCEA8D;
}
</style>
border-color css
<style>
span { border-color: #DCEA8D; }
span { border-color: rgb(220,234,141); }
td.TdClassName
{
border-color: #DCEA8D;
}
.TagClassName
{
border-color: #DCEA8D;
}
</style>