Shades of Pear #DCEC21
Tints of Pear #DCEC21
RGB
CMYK
RGB Variations
Color information
#DCEC21 (or 0xDCEC21) is known color: Pear. HEX triplet: DC, EC and 21. RGB value is (220,236,33). Sum of RGB (Red+Green+Blue) = 220+236+33=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC21 is #2313DE. Grayscale: #D0D0D0. Windows color (decimal): -2298847 or 2223324. OLE color: 2223324.
HSL color Cylindrical-coordinate representation of color #DCEC21: hue angle of 64.73º 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 #DCEC21 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.07 |
| HSL | 64.73º | 0.84% | 0.53% | - |
| HSV(B) | 64.73º | 0.86% | 0.93% | - |
| XYZ | 59.79 | 75.32 | 12.83 | - |
| YUV | 208.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 33 | 0.07 | 0 | 0.86 | 0.07 | 64.73 | 0.84 | 0.53 |
| Hex | DC | EC | 21 | 7 | 0 | 56 | 7 | 41 | 54 | 35 |
| Octal | 334 | 354 | 41 | 7 | 0 | 126 | 7 | 101 | 124 | 65 |
| Binary | 11011100 | 11101100 | 100001 | 111 | 0 | 1010110 | 111 | 1000001 | 1010100 | 110101 |
Color Harmonies of #DCEC21
Complementary color
Monochromatic Colors of #DCEC21
Black with #DCEC21
Text Example
Text Example
White with #DCEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC21; }
p { color: rgb(220,236,33); }
H1.HeaderClassName
{
color: #DCEC21;
}
.AnyTagClassName
{
color: #DCEC21;
}
</style>
background-color css
<style>
a { background-color: #DCEC21; }
a { background-color: rgb(220,236,33); }
div.DivClassName
{
background-color: #DCEC21;
}
.BgClassName
{
background-color: #DCEC21;
}
</style>
border-color css
<style>
span { border-color: #DCEC21; }
span { border-color: rgb(220,236,33); }
td.TdClassName
{
border-color: #DCEC21;
}
.TagClassName
{
border-color: #DCEC21;
}
</style>