Shades of Pear #DCEC1C
Tints of Pear #DCEC1C
RGB
CMYK
RGB Variations
Color information
#DCEC1C (or 0xDCEC1C) is known color: Pear. HEX triplet: DC, EC and 1C. RGB value is (220,236,28). Sum of RGB (Red+Green+Blue) = 220+236+28=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC1C is #2313E3. Grayscale: #D0D0D0. Windows color (decimal): -2298852 or 1895644. OLE color: 1895644.
HSL color Cylindrical-coordinate representation of color #DCEC1C: hue angle of 64.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCEC1C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.07 |
| HSL | 64.62º | 0.85% | 0.52% | - |
| HSV(B) | 64.62º | 0.88% | 0.93% | - |
| XYZ | 59.72 | 75.29 | 12.48 | - |
| YUV | 207.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 28 | 0.07 | 0 | 0.88 | 0.07 | 64.62 | 0.85 | 0.52 |
| Hex | DC | EC | 1C | 7 | 0 | 58 | 7 | 41 | 55 | 34 |
| Octal | 334 | 354 | 34 | 7 | 0 | 130 | 7 | 101 | 125 | 64 |
| Binary | 11011100 | 11101100 | 11100 | 111 | 0 | 1011000 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DCEC1C
Complementary color
Monochromatic Colors of #DCEC1C
Black with #DCEC1C
Text Example
Text Example
White with #DCEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC1C; }
p { color: rgb(220,236,28); }
H1.HeaderClassName
{
color: #DCEC1C;
}
.AnyTagClassName
{
color: #DCEC1C;
}
</style>
background-color css
<style>
a { background-color: #DCEC1C; }
a { background-color: rgb(220,236,28); }
div.DivClassName
{
background-color: #DCEC1C;
}
.BgClassName
{
background-color: #DCEC1C;
}
</style>
border-color css
<style>
span { border-color: #DCEC1C; }
span { border-color: rgb(220,236,28); }
td.TdClassName
{
border-color: #DCEC1C;
}
.TagClassName
{
border-color: #DCEC1C;
}
</style>