Shades of Pear #DCE332
Tints of Pear #DCE332
RGB
CMYK
RGB Variations
Color information
#DCE332 (or 0xDCE332) is known color: Pear. HEX triplet: DC, E3 and 32. RGB value is (220,227,50). Sum of RGB (Red+Green+Blue) = 220+227+50=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE332 is #231CCD. Grayscale: #CDCDCD. Windows color (decimal): -2301134 or 3335132. OLE color: 3335132.
HSL color Cylindrical-coordinate representation of color #DCE332: hue angle of 62.37º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCE332 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 50 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.11 |
| HSL | 62.37º | 0.76% | 0.54% | - |
| HSV(B) | 62.37º | 0.78% | 0.89% | - |
| XYZ | 57.56 | 70.38 | 13.57 | - |
| YUV | 204.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 50 | 0.03 | 0 | 0.78 | 0.11 | 62.37 | 0.76 | 0.54 |
| Hex | DC | E3 | 32 | 3 | 0 | 4E | B | 3E | 4C | 36 |
| Octal | 334 | 343 | 62 | 3 | 0 | 116 | 13 | 76 | 114 | 66 |
| Binary | 11011100 | 11100011 | 110010 | 11 | 0 | 1001110 | 1011 | 111110 | 1001100 | 110110 |
Color Harmonies of #DCE332
Complementary color
Monochromatic Colors of #DCE332
Black with #DCE332
Text Example
Text Example
White with #DCE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE332; }
p { color: rgb(220,227,50); }
H1.HeaderClassName
{
color: #DCE332;
}
.AnyTagClassName
{
color: #DCE332;
}
</style>
background-color css
<style>
a { background-color: #DCE332; }
a { background-color: rgb(220,227,50); }
div.DivClassName
{
background-color: #DCE332;
}
.BgClassName
{
background-color: #DCE332;
}
</style>
border-color css
<style>
span { border-color: #DCE332; }
span { border-color: rgb(220,227,50); }
td.TdClassName
{
border-color: #DCE332;
}
.TagClassName
{
border-color: #DCE332;
}
</style>