Shades of Pear #DCEC3C
Tints of Pear #DCEC3C
RGB
CMYK
RGB Variations
Color information
#DCEC3C (or 0xDCEC3C) is known color: Pear. HEX triplet: DC, EC and 3C. RGB value is (220,236,60). Sum of RGB (Red+Green+Blue) = 220+236+60=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC3C is #2313C3. Grayscale: #D3D3D3. Windows color (decimal): -2298820 or 3992796. OLE color: 3992796.
HSL color Cylindrical-coordinate representation of color #DCEC3C: hue angle of 65.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCEC3C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 60 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.07 |
| HSL | 65.45º | 0.82% | 0.58% | - |
| HSV(B) | 65.45º | 0.75% | 0.93% | - |
| XYZ | 60.33 | 75.53 | 15.67 | - |
| YUV | 211.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 60 | 0.07 | 0 | 0.75 | 0.07 | 65.45 | 0.82 | 0.58 |
| Hex | DC | EC | 3C | 7 | 0 | 4B | 7 | 41 | 52 | 3A |
| Octal | 334 | 354 | 74 | 7 | 0 | 113 | 7 | 101 | 122 | 72 |
| Binary | 11011100 | 11101100 | 111100 | 111 | 0 | 1001011 | 111 | 1000001 | 1010010 | 111010 |
Color Harmonies of #DCEC3C
Complementary color
Monochromatic Colors of #DCEC3C
Black with #DCEC3C
Text Example
Text Example
White with #DCEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC3C; }
p { color: rgb(220,236,60); }
H1.HeaderClassName
{
color: #DCEC3C;
}
.AnyTagClassName
{
color: #DCEC3C;
}
</style>
background-color css
<style>
a { background-color: #DCEC3C; }
a { background-color: rgb(220,236,60); }
div.DivClassName
{
background-color: #DCEC3C;
}
.BgClassName
{
background-color: #DCEC3C;
}
</style>
border-color css
<style>
span { border-color: #DCEC3C; }
span { border-color: rgb(220,236,60); }
td.TdClassName
{
border-color: #DCEC3C;
}
.TagClassName
{
border-color: #DCEC3C;
}
</style>