Shades of Pear #DCEC38
Tints of Pear #DCEC38
RGB
CMYK
RGB Variations
Color information
#DCEC38 (or 0xDCEC38) is known color: Pear. HEX triplet: DC, EC and 38. RGB value is (220,236,56). Sum of RGB (Red+Green+Blue) = 220+236+56=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC38 is #2313C7. Grayscale: #D3D3D3. Windows color (decimal): -2298824 or 3730652. OLE color: 3730652.
HSL color Cylindrical-coordinate representation of color #DCEC38: hue angle of 65.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCEC38 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 56 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.07 |
| HSL | 65.33º | 0.83% | 0.57% | - |
| HSV(B) | 65.33º | 0.76% | 0.93% | - |
| XYZ | 60.22 | 75.49 | 15.14 | - |
| YUV | 210.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 56 | 0.07 | 0 | 0.76 | 0.07 | 65.33 | 0.83 | 0.57 |
| Hex | DC | EC | 38 | 7 | 0 | 4C | 7 | 41 | 53 | 39 |
| Octal | 334 | 354 | 70 | 7 | 0 | 114 | 7 | 101 | 123 | 71 |
| Binary | 11011100 | 11101100 | 111000 | 111 | 0 | 1001100 | 111 | 1000001 | 1010011 | 111001 |
Color Harmonies of #DCEC38
Complementary color
Monochromatic Colors of #DCEC38
Black with #DCEC38
Text Example
Text Example
White with #DCEC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC38; }
p { color: rgb(220,236,56); }
H1.HeaderClassName
{
color: #DCEC38;
}
.AnyTagClassName
{
color: #DCEC38;
}
</style>
background-color css
<style>
a { background-color: #DCEC38; }
a { background-color: rgb(220,236,56); }
div.DivClassName
{
background-color: #DCEC38;
}
.BgClassName
{
background-color: #DCEC38;
}
</style>
border-color css
<style>
span { border-color: #DCEC38; }
span { border-color: rgb(220,236,56); }
td.TdClassName
{
border-color: #DCEC38;
}
.TagClassName
{
border-color: #DCEC38;
}
</style>