Shades of Jonquil #DCEB8A
Tints of Jonquil #DCEB8A
RGB
CMYK
RGB Variations
Color information
#DCEB8A (or 0xDCEB8A) is known color: Jonquil. HEX triplet: DC, EB and 8A. RGB value is (220,235,138). Sum of RGB (Red+Green+Blue) = 220+235+138=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB8A is #231475. Grayscale: #DBDBDB. Windows color (decimal): -2298998 or 9104348. OLE color: 9104348.
HSL color Cylindrical-coordinate representation of color #DCEB8A: hue angle of 69.28º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCEB8A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 138 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.08 |
| HSL | 69.28º | 0.71% | 0.73% | - |
| HSV(B) | 69.28º | 0.41% | 0.92% | - |
| XYZ | 63.81 | 76.47 | 35.44 | - |
| YUV | 219.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 138 | 0.06 | 0 | 0.41 | 0.08 | 69.28 | 0.71 | 0.73 |
| Hex | DC | EB | 8A | 6 | 0 | 29 | 8 | 45 | 47 | 49 |
| Octal | 334 | 353 | 212 | 6 | 0 | 51 | 10 | 105 | 107 | 111 |
| Binary | 11011100 | 11101011 | 10001010 | 110 | 0 | 101001 | 1000 | 1000101 | 1000111 | 1001001 |
Color Harmonies of #DCEB8A
Complementary color
Monochromatic Colors of #DCEB8A
Black with #DCEB8A
Text Example
Text Example
White with #DCEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB8A; }
p { color: rgb(220,235,138); }
H1.HeaderClassName
{
color: #DCEB8A;
}
.AnyTagClassName
{
color: #DCEB8A;
}
</style>
background-color css
<style>
a { background-color: #DCEB8A; }
a { background-color: rgb(220,235,138); }
div.DivClassName
{
background-color: #DCEB8A;
}
.BgClassName
{
background-color: #DCEB8A;
}
</style>
border-color css
<style>
span { border-color: #DCEB8A; }
span { border-color: rgb(220,235,138); }
td.TdClassName
{
border-color: #DCEB8A;
}
.TagClassName
{
border-color: #DCEB8A;
}
</style>