Shades of Pear #DCEC37
Tints of Pear #DCEC37
RGB
CMYK
RGB Variations
Color information
#DCEC37 (or 0xDCEC37) is known color: Pear. HEX triplet: DC, EC and 37. RGB value is (220,236,55). Sum of RGB (Red+Green+Blue) = 220+236+55=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC37 is #2313C8. Grayscale: #D3D3D3. Windows color (decimal): -2298825 or 3665116. OLE color: 3665116.
HSL color Cylindrical-coordinate representation of color #DCEC37: hue angle of 65.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCEC37 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 55 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.07 |
| HSL | 65.3º | 0.83% | 0.57% | - |
| HSV(B) | 65.3º | 0.77% | 0.93% | - |
| XYZ | 60.2 | 75.48 | 15.01 | - |
| YUV | 210.58 | 40.2 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 55 | 0.07 | 0 | 0.77 | 0.07 | 65.3 | 0.83 | 0.57 |
| Hex | DC | EC | 37 | 7 | 0 | 4D | 7 | 41 | 53 | 39 |
| Octal | 334 | 354 | 67 | 7 | 0 | 115 | 7 | 101 | 123 | 71 |
| Binary | 11011100 | 11101100 | 110111 | 111 | 0 | 1001101 | 111 | 1000001 | 1010011 | 111001 |
Color Harmonies of #DCEC37
Complementary color
Monochromatic Colors of #DCEC37
Black with #DCEC37
Text Example
Text Example
White with #DCEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC37; }
p { color: rgb(220,236,55); }
H1.HeaderClassName
{
color: #DCEC37;
}
.AnyTagClassName
{
color: #DCEC37;
}
</style>
background-color css
<style>
a { background-color: #DCEC37; }
a { background-color: rgb(220,236,55); }
div.DivClassName
{
background-color: #DCEC37;
}
.BgClassName
{
background-color: #DCEC37;
}
</style>
border-color css
<style>
span { border-color: #DCEC37; }
span { border-color: rgb(220,236,55); }
td.TdClassName
{
border-color: #DCEC37;
}
.TagClassName
{
border-color: #DCEC37;
}
</style>