Shades of Pear #DCEC1B
Tints of Pear #DCEC1B
RGB
CMYK
RGB Variations
Color information
#DCEC1B (or 0xDCEC1B) is known color: Pear. HEX triplet: DC, EC and 1B. RGB value is (220,236,27). Sum of RGB (Red+Green+Blue) = 220+236+27=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC1B is #2313E4. Grayscale: #D0D0D0. Windows color (decimal): -2298853 or 1830108. OLE color: 1830108.
HSL color Cylindrical-coordinate representation of color #DCEC1B: hue angle of 64.59º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCEC1B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 27 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.07 |
| HSL | 64.59º | 0.85% | 0.52% | - |
| HSV(B) | 64.59º | 0.89% | 0.93% | - |
| XYZ | 59.71 | 75.29 | 12.42 | - |
| YUV | 207.39 | 26.2 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 27 | 0.07 | 0 | 0.89 | 0.07 | 64.59 | 0.85 | 0.52 |
| Hex | DC | EC | 1B | 7 | 0 | 59 | 7 | 41 | 55 | 34 |
| Octal | 334 | 354 | 33 | 7 | 0 | 131 | 7 | 101 | 125 | 64 |
| Binary | 11011100 | 11101100 | 11011 | 111 | 0 | 1011001 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DCEC1B
Complementary color
Monochromatic Colors of #DCEC1B
Black with #DCEC1B
Text Example
Text Example
White with #DCEC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC1B; }
p { color: rgb(220,236,27); }
H1.HeaderClassName
{
color: #DCEC1B;
}
.AnyTagClassName
{
color: #DCEC1B;
}
</style>
background-color css
<style>
a { background-color: #DCEC1B; }
a { background-color: rgb(220,236,27); }
div.DivClassName
{
background-color: #DCEC1B;
}
.BgClassName
{
background-color: #DCEC1B;
}
</style>
border-color css
<style>
span { border-color: #DCEC1B; }
span { border-color: rgb(220,236,27); }
td.TdClassName
{
border-color: #DCEC1B;
}
.TagClassName
{
border-color: #DCEC1B;
}
</style>