Shades of Pear #DCE42B
Tints of Pear #DCE42B
RGB
CMYK
RGB Variations
Color information
#DCE42B (or 0xDCE42B) is known color: Pear. HEX triplet: DC, E4 and 2B. RGB value is (220,228,43). Sum of RGB (Red+Green+Blue) = 220+228+43=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE42B is #231BD4. Grayscale: #CDCDCD. Windows color (decimal): -2300885 or 2876636. OLE color: 2876636.
HSL color Cylindrical-coordinate representation of color #DCE42B: hue angle of 62.59º degrees, saturation: 0.77, 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 #DCE42B is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 43 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.11 |
| HSL | 62.59º | 0.77% | 0.53% | - |
| HSV(B) | 62.59º | 0.81% | 0.89% | - |
| XYZ | 57.69 | 70.88 | 12.93 | - |
| YUV | 204.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 43 | 0.04 | 0 | 0.81 | 0.11 | 62.59 | 0.77 | 0.53 |
| Hex | DC | E4 | 2B | 4 | 0 | 51 | B | 3F | 4D | 35 |
| Octal | 334 | 344 | 53 | 4 | 0 | 121 | 13 | 77 | 115 | 65 |
| Binary | 11011100 | 11100100 | 101011 | 100 | 0 | 1010001 | 1011 | 111111 | 1001101 | 110101 |
Color Harmonies of #DCE42B
Complementary color
Monochromatic Colors of #DCE42B
Black with #DCE42B
Text Example
Text Example
White with #DCE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE42B; }
p { color: rgb(220,228,43); }
H1.HeaderClassName
{
color: #DCE42B;
}
.AnyTagClassName
{
color: #DCE42B;
}
</style>
background-color css
<style>
a { background-color: #DCE42B; }
a { background-color: rgb(220,228,43); }
div.DivClassName
{
background-color: #DCE42B;
}
.BgClassName
{
background-color: #DCE42B;
}
</style>
border-color css
<style>
span { border-color: #DCE42B; }
span { border-color: rgb(220,228,43); }
td.TdClassName
{
border-color: #DCE42B;
}
.TagClassName
{
border-color: #DCE42B;
}
</style>