Shades of Pear #DCEC3F
Tints of Pear #DCEC3F
RGB
CMYK
RGB Variations
Color information
#DCEC3F (or 0xDCEC3F) is known color: Pear. HEX triplet: DC, EC and 3F. RGB value is (220,236,63). Sum of RGB (Red+Green+Blue) = 220+236+63=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC3F is #2313C0. Grayscale: #D4D4D4. Windows color (decimal): -2298817 or 4189404. OLE color: 4189404.
HSL color Cylindrical-coordinate representation of color #DCEC3F: hue angle of 65.55º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCEC3F is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 63 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.07 |
| HSL | 65.55º | 0.82% | 0.59% | - |
| HSV(B) | 65.55º | 0.73% | 0.93% | - |
| XYZ | 60.41 | 75.57 | 16.1 | - |
| YUV | 211.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 63 | 0.07 | 0 | 0.73 | 0.07 | 65.55 | 0.82 | 0.59 |
| Hex | DC | EC | 3F | 7 | 0 | 49 | 7 | 42 | 52 | 3B |
| Octal | 334 | 354 | 77 | 7 | 0 | 111 | 7 | 102 | 122 | 73 |
| Binary | 11011100 | 11101100 | 111111 | 111 | 0 | 1001001 | 111 | 1000010 | 1010010 | 111011 |
Color Harmonies of #DCEC3F
Complementary color
Monochromatic Colors of #DCEC3F
Black with #DCEC3F
Text Example
Text Example
White with #DCEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC3F; }
p { color: rgb(220,236,63); }
H1.HeaderClassName
{
color: #DCEC3F;
}
.AnyTagClassName
{
color: #DCEC3F;
}
</style>
background-color css
<style>
a { background-color: #DCEC3F; }
a { background-color: rgb(220,236,63); }
div.DivClassName
{
background-color: #DCEC3F;
}
.BgClassName
{
background-color: #DCEC3F;
}
</style>
border-color css
<style>
span { border-color: #DCEC3F; }
span { border-color: rgb(220,236,63); }
td.TdClassName
{
border-color: #DCEC3F;
}
.TagClassName
{
border-color: #DCEC3F;
}
</style>