Shades of Pear #DCEC19
Tints of Pear #DCEC19
RGB
CMYK
RGB Variations
Color information
#DCEC19 (or 0xDCEC19) is known color: Pear. HEX triplet: DC, EC and 19. RGB value is (220,236,25). Sum of RGB (Red+Green+Blue) = 220+236+25=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC19 is #2313E6. Grayscale: #CFCFCF. Windows color (decimal): -2298855 or 1699036. OLE color: 1699036.
HSL color Cylindrical-coordinate representation of color #DCEC19: hue angle of 64.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCEC19 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 25 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.07 |
| HSL | 64.55º | 0.85% | 0.51% | - |
| HSV(B) | 64.55º | 0.89% | 0.93% | - |
| XYZ | 59.69 | 75.28 | 12.3 | - |
| YUV | 207.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 25 | 0.07 | 0 | 0.89 | 0.07 | 64.55 | 0.85 | 0.51 |
| Hex | DC | EC | 19 | 7 | 0 | 59 | 7 | 41 | 55 | 33 |
| Octal | 334 | 354 | 31 | 7 | 0 | 131 | 7 | 101 | 125 | 63 |
| Binary | 11011100 | 11101100 | 11001 | 111 | 0 | 1011001 | 111 | 1000001 | 1010101 | 110011 |
Color Harmonies of #DCEC19
Complementary color
Monochromatic Colors of #DCEC19
Black with #DCEC19
Text Example
Text Example
White with #DCEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC19; }
p { color: rgb(220,236,25); }
H1.HeaderClassName
{
color: #DCEC19;
}
.AnyTagClassName
{
color: #DCEC19;
}
</style>
background-color css
<style>
a { background-color: #DCEC19; }
a { background-color: rgb(220,236,25); }
div.DivClassName
{
background-color: #DCEC19;
}
.BgClassName
{
background-color: #DCEC19;
}
</style>
border-color css
<style>
span { border-color: #DCEC19; }
span { border-color: rgb(220,236,25); }
td.TdClassName
{
border-color: #DCEC19;
}
.TagClassName
{
border-color: #DCEC19;
}
</style>