Shades of Pear #DCEC26
Tints of Pear #DCEC26
RGB
CMYK
RGB Variations
Color information
#DCEC26 (or 0xDCEC26) is known color: Pear. HEX triplet: DC, EC and 26. RGB value is (220,236,38). Sum of RGB (Red+Green+Blue) = 220+236+38=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC26 is #2313D9. Grayscale: #D1D1D1. Windows color (decimal): -2298842 or 2551004. OLE color: 2551004.
HSL color Cylindrical-coordinate representation of color #DCEC26: hue angle of 64.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCEC26 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.07 |
| HSL | 64.85º | 0.84% | 0.54% | - |
| HSV(B) | 64.85º | 0.84% | 0.93% | - |
| XYZ | 59.86 | 75.35 | 13.22 | - |
| YUV | 208.64 | 31.7 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 38 | 0.07 | 0 | 0.84 | 0.07 | 64.85 | 0.84 | 0.54 |
| Hex | DC | EC | 26 | 7 | 0 | 54 | 7 | 41 | 54 | 36 |
| Octal | 334 | 354 | 46 | 7 | 0 | 124 | 7 | 101 | 124 | 66 |
| Binary | 11011100 | 11101100 | 100110 | 111 | 0 | 1010100 | 111 | 1000001 | 1010100 | 110110 |
Color Harmonies of #DCEC26
Complementary color
Monochromatic Colors of #DCEC26
Black with #DCEC26
Text Example
Text Example
White with #DCEC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC26; }
p { color: rgb(220,236,38); }
H1.HeaderClassName
{
color: #DCEC26;
}
.AnyTagClassName
{
color: #DCEC26;
}
</style>
background-color css
<style>
a { background-color: #DCEC26; }
a { background-color: rgb(220,236,38); }
div.DivClassName
{
background-color: #DCEC26;
}
.BgClassName
{
background-color: #DCEC26;
}
</style>
border-color css
<style>
span { border-color: #DCEC26; }
span { border-color: rgb(220,236,38); }
td.TdClassName
{
border-color: #DCEC26;
}
.TagClassName
{
border-color: #DCEC26;
}
</style>