Shades of Pear #DCE435
Tints of Pear #DCE435
RGB
CMYK
RGB Variations
Color information
#DCE435 (or 0xDCE435) is known color: Pear. HEX triplet: DC, E4 and 35. RGB value is (220,228,53). Sum of RGB (Red+Green+Blue) = 220+228+53=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE435 is #231BCA. Grayscale: #CECECE. Windows color (decimal): -2300875 or 3531996. OLE color: 3531996.
HSL color Cylindrical-coordinate representation of color #DCE435: hue angle of 62.74º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCE435 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 53 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.11 |
| HSL | 62.74º | 0.76% | 0.55% | - |
| HSV(B) | 62.74º | 0.77% | 0.89% | - |
| XYZ | 57.9 | 70.96 | 14.01 | - |
| YUV | 205.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 53 | 0.04 | 0 | 0.77 | 0.11 | 62.74 | 0.76 | 0.55 |
| Hex | DC | E4 | 35 | 4 | 0 | 4D | B | 3F | 4C | 37 |
| Octal | 334 | 344 | 65 | 4 | 0 | 115 | 13 | 77 | 114 | 67 |
| Binary | 11011100 | 11100100 | 110101 | 100 | 0 | 1001101 | 1011 | 111111 | 1001100 | 110111 |
Color Harmonies of #DCE435
Complementary color
Monochromatic Colors of #DCE435
Black with #DCE435
Text Example
Text Example
White with #DCE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE435; }
p { color: rgb(220,228,53); }
H1.HeaderClassName
{
color: #DCE435;
}
.AnyTagClassName
{
color: #DCE435;
}
</style>
background-color css
<style>
a { background-color: #DCE435; }
a { background-color: rgb(220,228,53); }
div.DivClassName
{
background-color: #DCE435;
}
.BgClassName
{
background-color: #DCE435;
}
</style>
border-color css
<style>
span { border-color: #DCE435; }
span { border-color: rgb(220,228,53); }
td.TdClassName
{
border-color: #DCE435;
}
.TagClassName
{
border-color: #DCE435;
}
</style>