Shades of Pear #DCE434
Tints of Pear #DCE434
RGB
CMYK
RGB Variations
Color information
#DCE434 (or 0xDCE434) is known color: Pear. HEX triplet: DC, E4 and 34. RGB value is (220,228,52). Sum of RGB (Red+Green+Blue) = 220+228+52=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE434 is #231BCB. Grayscale: #CECECE. Windows color (decimal): -2300876 or 3466460. OLE color: 3466460.
HSL color Cylindrical-coordinate representation of color #DCE434: hue angle of 62.73º degrees, saturation: 0.77, 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 #DCE434 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 52 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.11 |
| HSL | 62.73º | 0.77% | 0.55% | - |
| HSV(B) | 62.73º | 0.77% | 0.89% | - |
| XYZ | 57.88 | 70.95 | 13.89 | - |
| YUV | 205.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 52 | 0.04 | 0 | 0.77 | 0.11 | 62.73 | 0.77 | 0.55 |
| Hex | DC | E4 | 34 | 4 | 0 | 4D | B | 3F | 4D | 37 |
| Octal | 334 | 344 | 64 | 4 | 0 | 115 | 13 | 77 | 115 | 67 |
| Binary | 11011100 | 11100100 | 110100 | 100 | 0 | 1001101 | 1011 | 111111 | 1001101 | 110111 |
Color Harmonies of #DCE434
Complementary color
Monochromatic Colors of #DCE434
Black with #DCE434
Text Example
Text Example
White with #DCE434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE434; }
p { color: rgb(220,228,52); }
H1.HeaderClassName
{
color: #DCE434;
}
.AnyTagClassName
{
color: #DCE434;
}
</style>
background-color css
<style>
a { background-color: #DCE434; }
a { background-color: rgb(220,228,52); }
div.DivClassName
{
background-color: #DCE434;
}
.BgClassName
{
background-color: #DCE434;
}
</style>
border-color css
<style>
span { border-color: #DCE434; }
span { border-color: rgb(220,228,52); }
td.TdClassName
{
border-color: #DCE434;
}
.TagClassName
{
border-color: #DCE434;
}
</style>