Shades of Pear #DCE22A
Tints of Pear #DCE22A
RGB
CMYK
RGB Variations
Color information
#DCE22A (or 0xDCE22A) is known color: Pear. HEX triplet: DC, E2 and 2A. RGB value is (220,226,42). Sum of RGB (Red+Green+Blue) = 220+226+42=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE22A is #231DD5. Grayscale: #CBCBCB. Windows color (decimal): -2301398 or 2810588. OLE color: 2810588.
HSL color Cylindrical-coordinate representation of color #DCE22A: hue angle of 61.96º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCE22A is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 42 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.11 |
| HSL | 61.96º | 0.76% | 0.53% | - |
| HSV(B) | 61.96º | 0.81% | 0.89% | - |
| XYZ | 57.13 | 69.78 | 12.65 | - |
| YUV | 203.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 42 | 0.03 | 0 | 0.81 | 0.11 | 61.96 | 0.76 | 0.53 |
| Hex | DC | E2 | 2A | 3 | 0 | 51 | B | 3E | 4C | 35 |
| Octal | 334 | 342 | 52 | 3 | 0 | 121 | 13 | 76 | 114 | 65 |
| Binary | 11011100 | 11100010 | 101010 | 11 | 0 | 1010001 | 1011 | 111110 | 1001100 | 110101 |
Color Harmonies of #DCE22A
Complementary color
Monochromatic Colors of #DCE22A
Black with #DCE22A
Text Example
Text Example
White with #DCE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE22A; }
p { color: rgb(220,226,42); }
H1.HeaderClassName
{
color: #DCE22A;
}
.AnyTagClassName
{
color: #DCE22A;
}
</style>
background-color css
<style>
a { background-color: #DCE22A; }
a { background-color: rgb(220,226,42); }
div.DivClassName
{
background-color: #DCE22A;
}
.BgClassName
{
background-color: #DCE22A;
}
</style>
border-color css
<style>
span { border-color: #DCE22A; }
span { border-color: rgb(220,226,42); }
td.TdClassName
{
border-color: #DCE22A;
}
.TagClassName
{
border-color: #DCE22A;
}
</style>