Shades of Pear #DCEC28
Tints of Pear #DCEC28
RGB
CMYK
RGB Variations
Color information
#DCEC28 (or 0xDCEC28) is known color: Pear. HEX triplet: DC, EC and 28. RGB value is (220,236,40). Sum of RGB (Red+Green+Blue) = 220+236+40=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC28 is #2313D7. Grayscale: #D1D1D1. Windows color (decimal): -2298840 or 2682076. OLE color: 2682076.
HSL color Cylindrical-coordinate representation of color #DCEC28: hue angle of 64.9º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCEC28 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 40 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.07 |
| HSL | 64.9º | 0.84% | 0.54% | - |
| HSV(B) | 64.9º | 0.83% | 0.93% | - |
| XYZ | 59.89 | 75.36 | 13.4 | - |
| YUV | 208.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 40 | 0.07 | 0 | 0.83 | 0.07 | 64.9 | 0.84 | 0.54 |
| Hex | DC | EC | 28 | 7 | 0 | 53 | 7 | 41 | 54 | 36 |
| Octal | 334 | 354 | 50 | 7 | 0 | 123 | 7 | 101 | 124 | 66 |
| Binary | 11011100 | 11101100 | 101000 | 111 | 0 | 1010011 | 111 | 1000001 | 1010100 | 110110 |
Color Harmonies of #DCEC28
Complementary color
Monochromatic Colors of #DCEC28
Black with #DCEC28
Text Example
Text Example
White with #DCEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC28; }
p { color: rgb(220,236,40); }
H1.HeaderClassName
{
color: #DCEC28;
}
.AnyTagClassName
{
color: #DCEC28;
}
</style>
background-color css
<style>
a { background-color: #DCEC28; }
a { background-color: rgb(220,236,40); }
div.DivClassName
{
background-color: #DCEC28;
}
.BgClassName
{
background-color: #DCEC28;
}
</style>
border-color css
<style>
span { border-color: #DCEC28; }
span { border-color: rgb(220,236,40); }
td.TdClassName
{
border-color: #DCEC28;
}
.TagClassName
{
border-color: #DCEC28;
}
</style>