Shades of Pear #DCEC1D
Tints of Pear #DCEC1D
RGB
CMYK
RGB Variations
Color information
#DCEC1D (or 0xDCEC1D) is known color: Pear. HEX triplet: DC, EC and 1D. RGB value is (220,236,29). Sum of RGB (Red+Green+Blue) = 220+236+29=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC1D is #2313E2. Grayscale: #D0D0D0. Windows color (decimal): -2298851 or 1961180. OLE color: 1961180.
HSL color Cylindrical-coordinate representation of color #DCEC1D: hue angle of 64.64º degrees, saturation: 0.84, 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 #DCEC1D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.07 |
| HSL | 64.64º | 0.84% | 0.52% | - |
| HSV(B) | 64.64º | 0.88% | 0.93% | - |
| XYZ | 59.73 | 75.3 | 12.55 | - |
| YUV | 207.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 29 | 0.07 | 0 | 0.88 | 0.07 | 64.64 | 0.84 | 0.52 |
| Hex | DC | EC | 1D | 7 | 0 | 58 | 7 | 41 | 54 | 34 |
| Octal | 334 | 354 | 35 | 7 | 0 | 130 | 7 | 101 | 124 | 64 |
| Binary | 11011100 | 11101100 | 11101 | 111 | 0 | 1011000 | 111 | 1000001 | 1010100 | 110100 |
Color Harmonies of #DCEC1D
Complementary color
Monochromatic Colors of #DCEC1D
Black with #DCEC1D
Text Example
Text Example
White with #DCEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC1D; }
p { color: rgb(220,236,29); }
H1.HeaderClassName
{
color: #DCEC1D;
}
.AnyTagClassName
{
color: #DCEC1D;
}
</style>
background-color css
<style>
a { background-color: #DCEC1D; }
a { background-color: rgb(220,236,29); }
div.DivClassName
{
background-color: #DCEC1D;
}
.BgClassName
{
background-color: #DCEC1D;
}
</style>
border-color css
<style>
span { border-color: #DCEC1D; }
span { border-color: rgb(220,236,29); }
td.TdClassName
{
border-color: #DCEC1D;
}
.TagClassName
{
border-color: #DCEC1D;
}
</style>