Shades of Pear #DCEC20
Tints of Pear #DCEC20
RGB
CMYK
RGB Variations
Color information
#DCEC20 (or 0xDCEC20) is known color: Pear. HEX triplet: DC, EC and 20. RGB value is (220,236,32). Sum of RGB (Red+Green+Blue) = 220+236+32=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC20 is #2313DF. Grayscale: #D0D0D0. Windows color (decimal): -2298848 or 2157788. OLE color: 2157788.
HSL color Cylindrical-coordinate representation of color #DCEC20: hue angle of 64.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCEC20 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 32 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.07 |
| HSL | 64.71º | 0.84% | 0.53% | - |
| HSV(B) | 64.71º | 0.86% | 0.93% | - |
| XYZ | 59.77 | 75.31 | 12.75 | - |
| YUV | 207.96 | 28.7 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 32 | 0.07 | 0 | 0.86 | 0.07 | 64.71 | 0.84 | 0.53 |
| Hex | DC | EC | 20 | 7 | 0 | 56 | 7 | 41 | 54 | 35 |
| Octal | 334 | 354 | 40 | 7 | 0 | 126 | 7 | 101 | 124 | 65 |
| Binary | 11011100 | 11101100 | 100000 | 111 | 0 | 1010110 | 111 | 1000001 | 1010100 | 110101 |
Color Harmonies of #DCEC20
Complementary color
Monochromatic Colors of #DCEC20
Black with #DCEC20
Text Example
Text Example
White with #DCEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC20; }
p { color: rgb(220,236,32); }
H1.HeaderClassName
{
color: #DCEC20;
}
.AnyTagClassName
{
color: #DCEC20;
}
</style>
background-color css
<style>
a { background-color: #DCEC20; }
a { background-color: rgb(220,236,32); }
div.DivClassName
{
background-color: #DCEC20;
}
.BgClassName
{
background-color: #DCEC20;
}
</style>
border-color css
<style>
span { border-color: #DCEC20; }
span { border-color: rgb(220,236,32); }
td.TdClassName
{
border-color: #DCEC20;
}
.TagClassName
{
border-color: #DCEC20;
}
</style>