Shades of Pear #DCE22E
Tints of Pear #DCE22E
RGB
CMYK
RGB Variations
Color information
#DCE22E (or 0xDCE22E) is known color: Pear. HEX triplet: DC, E2 and 2E. RGB value is (220,226,46). Sum of RGB (Red+Green+Blue) = 220+226+46=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE22E is #231DD1. Grayscale: #CCCCCC. Windows color (decimal): -2301394 or 3072732. OLE color: 3072732.
HSL color Cylindrical-coordinate representation of color #DCE22E: hue angle of 62º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE22E is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 46 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.11 |
| HSL | 62º | 0.76% | 0.53% | - |
| HSV(B) | 62º | 0.8% | 0.89% | - |
| XYZ | 57.2 | 69.81 | 13.04 | - |
| YUV | 203.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 46 | 0.03 | 0 | 0.80 | 0.11 | 62 | 0.76 | 0.53 |
| Hex | DC | E2 | 2E | 3 | 0 | 50 | B | 3E | 4C | 35 |
| Octal | 334 | 342 | 56 | 3 | 0 | 120 | 13 | 76 | 114 | 65 |
| Binary | 11011100 | 11100010 | 101110 | 11 | 0 | 1010000 | 1011 | 111110 | 1001100 | 110101 |
Color Harmonies of #DCE22E
Complementary color
Monochromatic Colors of #DCE22E
Black with #DCE22E
Text Example
Text Example
White with #DCE22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE22E; }
p { color: rgb(220,226,46); }
H1.HeaderClassName
{
color: #DCE22E;
}
.AnyTagClassName
{
color: #DCE22E;
}
</style>
background-color css
<style>
a { background-color: #DCE22E; }
a { background-color: rgb(220,226,46); }
div.DivClassName
{
background-color: #DCE22E;
}
.BgClassName
{
background-color: #DCE22E;
}
</style>
border-color css
<style>
span { border-color: #DCE22E; }
span { border-color: rgb(220,226,46); }
td.TdClassName
{
border-color: #DCE22E;
}
.TagClassName
{
border-color: #DCE22E;
}
</style>