Shades of Pear #DCEC3E
Tints of Pear #DCEC3E
RGB
CMYK
RGB Variations
Color information
#DCEC3E (or 0xDCEC3E) is known color: Pear. HEX triplet: DC, EC and 3E. RGB value is (220,236,62). Sum of RGB (Red+Green+Blue) = 220+236+62=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC3E is #2313C1. Grayscale: #D4D4D4. Windows color (decimal): -2298818 or 4123868. OLE color: 4123868.
HSL color Cylindrical-coordinate representation of color #DCEC3E: hue angle of 65.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCEC3E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 62 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.07 |
| HSL | 65.52º | 0.82% | 0.58% | - |
| HSV(B) | 65.52º | 0.74% | 0.93% | - |
| XYZ | 60.38 | 75.55 | 15.96 | - |
| YUV | 211.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 62 | 0.07 | 0 | 0.74 | 0.07 | 65.52 | 0.82 | 0.58 |
| Hex | DC | EC | 3E | 7 | 0 | 4A | 7 | 42 | 52 | 3A |
| Octal | 334 | 354 | 76 | 7 | 0 | 112 | 7 | 102 | 122 | 72 |
| Binary | 11011100 | 11101100 | 111110 | 111 | 0 | 1001010 | 111 | 1000010 | 1010010 | 111010 |
Color Harmonies of #DCEC3E
Complementary color
Monochromatic Colors of #DCEC3E
Black with #DCEC3E
Text Example
Text Example
White with #DCEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC3E; }
p { color: rgb(220,236,62); }
H1.HeaderClassName
{
color: #DCEC3E;
}
.AnyTagClassName
{
color: #DCEC3E;
}
</style>
background-color css
<style>
a { background-color: #DCEC3E; }
a { background-color: rgb(220,236,62); }
div.DivClassName
{
background-color: #DCEC3E;
}
.BgClassName
{
background-color: #DCEC3E;
}
</style>
border-color css
<style>
span { border-color: #DCEC3E; }
span { border-color: rgb(220,236,62); }
td.TdClassName
{
border-color: #DCEC3E;
}
.TagClassName
{
border-color: #DCEC3E;
}
</style>