Shades of Pear #DCE828
Tints of Pear #DCE828
RGB
CMYK
RGB Variations
Color information
#DCE828 (or 0xDCE828) is known color: Pear. HEX triplet: DC, E8 and 28. RGB value is (220,232,40). Sum of RGB (Red+Green+Blue) = 220+232+40=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE828 is #2317D7. Grayscale: #CFCFCF. Windows color (decimal): -2299864 or 2681052. OLE color: 2681052.
HSL color Cylindrical-coordinate representation of color #DCE828: hue angle of 63.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCE828 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 40 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.09 |
| HSL | 63.75º | 0.81% | 0.53% | - |
| HSV(B) | 63.75º | 0.83% | 0.91% | - |
| XYZ | 58.75 | 73.08 | 13.02 | - |
| YUV | 206.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 40 | 0.05 | 0 | 0.83 | 0.09 | 63.75 | 0.81 | 0.53 |
| Hex | DC | E8 | 28 | 5 | 0 | 53 | 9 | 40 | 51 | 35 |
| Octal | 334 | 350 | 50 | 5 | 0 | 123 | 11 | 100 | 121 | 65 |
| Binary | 11011100 | 11101000 | 101000 | 101 | 0 | 1010011 | 1001 | 1000000 | 1010001 | 110101 |
Color Harmonies of #DCE828
Complementary color
Monochromatic Colors of #DCE828
Black with #DCE828
Text Example
Text Example
White with #DCE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE828; }
p { color: rgb(220,232,40); }
H1.HeaderClassName
{
color: #DCE828;
}
.AnyTagClassName
{
color: #DCE828;
}
</style>
background-color css
<style>
a { background-color: #DCE828; }
a { background-color: rgb(220,232,40); }
div.DivClassName
{
background-color: #DCE828;
}
.BgClassName
{
background-color: #DCE828;
}
</style>
border-color css
<style>
span { border-color: #DCE828; }
span { border-color: rgb(220,232,40); }
td.TdClassName
{
border-color: #DCE828;
}
.TagClassName
{
border-color: #DCE828;
}
</style>