Shades of Pear #DCEC36
Tints of Pear #DCEC36
RGB
CMYK
RGB Variations
Color information
#DCEC36 (or 0xDCEC36) is known color: Pear. HEX triplet: DC, EC and 36. RGB value is (220,236,54). Sum of RGB (Red+Green+Blue) = 220+236+54=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 54 (21.48% from 255 or 10.59% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC36 is #2313C9. Grayscale: #D3D3D3. Windows color (decimal): -2298826 or 3599580. OLE color: 3599580.
HSL color Cylindrical-coordinate representation of color #DCEC36: hue angle of 65.27º 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 #DCEC36 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 54 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.07 |
| HSL | 65.27º | 0.83% | 0.57% | - |
| HSV(B) | 65.27º | 0.77% | 0.93% | - |
| XYZ | 60.18 | 75.47 | 14.89 | - |
| YUV | 210.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 54 | 0.07 | 0 | 0.77 | 0.07 | 65.27 | 0.83 | 0.57 |
| Hex | DC | EC | 36 | 7 | 0 | 4D | 7 | 41 | 53 | 39 |
| Octal | 334 | 354 | 66 | 7 | 0 | 115 | 7 | 101 | 123 | 71 |
| Binary | 11011100 | 11101100 | 110110 | 111 | 0 | 1001101 | 111 | 1000001 | 1010011 | 111001 |
Color Harmonies of #DCEC36
Complementary color
Monochromatic Colors of #DCEC36
Black with #DCEC36
Text Example
Text Example
White with #DCEC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC36; }
p { color: rgb(220,236,54); }
H1.HeaderClassName
{
color: #DCEC36;
}
.AnyTagClassName
{
color: #DCEC36;
}
</style>
background-color css
<style>
a { background-color: #DCEC36; }
a { background-color: rgb(220,236,54); }
div.DivClassName
{
background-color: #DCEC36;
}
.BgClassName
{
background-color: #DCEC36;
}
</style>
border-color css
<style>
span { border-color: #DCEC36; }
span { border-color: rgb(220,236,54); }
td.TdClassName
{
border-color: #DCEC36;
}
.TagClassName
{
border-color: #DCEC36;
}
</style>