Shades of Pear #DCEC1E
Tints of Pear #DCEC1E
RGB
CMYK
RGB Variations
Color information
#DCEC1E (or 0xDCEC1E) is known color: Pear. HEX triplet: DC, EC and 1E. RGB value is (220,236,30). Sum of RGB (Red+Green+Blue) = 220+236+30=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC1E is #2313E1. Grayscale: #D0D0D0. Windows color (decimal): -2298850 or 2026716. OLE color: 2026716.
HSL color Cylindrical-coordinate representation of color #DCEC1E: hue angle of 64.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCEC1E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 30 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.07 |
| HSL | 64.66º | 0.84% | 0.52% | - |
| HSV(B) | 64.66º | 0.87% | 0.93% | - |
| XYZ | 59.75 | 75.3 | 12.61 | - |
| YUV | 207.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 30 | 0.07 | 0 | 0.87 | 0.07 | 64.66 | 0.84 | 0.52 |
| Hex | DC | EC | 1E | 7 | 0 | 57 | 7 | 41 | 54 | 34 |
| Octal | 334 | 354 | 36 | 7 | 0 | 127 | 7 | 101 | 124 | 64 |
| Binary | 11011100 | 11101100 | 11110 | 111 | 0 | 1010111 | 111 | 1000001 | 1010100 | 110100 |
Color Harmonies of #DCEC1E
Complementary color
Monochromatic Colors of #DCEC1E
Black with #DCEC1E
Text Example
Text Example
White with #DCEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC1E; }
p { color: rgb(220,236,30); }
H1.HeaderClassName
{
color: #DCEC1E;
}
.AnyTagClassName
{
color: #DCEC1E;
}
</style>
background-color css
<style>
a { background-color: #DCEC1E; }
a { background-color: rgb(220,236,30); }
div.DivClassName
{
background-color: #DCEC1E;
}
.BgClassName
{
background-color: #DCEC1E;
}
</style>
border-color css
<style>
span { border-color: #DCEC1E; }
span { border-color: rgb(220,236,30); }
td.TdClassName
{
border-color: #DCEC1E;
}
.TagClassName
{
border-color: #DCEC1E;
}
</style>