Shades of Pear #DCE835
Tints of Pear #DCE835
RGB
CMYK
RGB Variations
Color information
#DCE835 (or 0xDCE835) is known color: Pear. HEX triplet: DC, E8 and 35. RGB value is (220,232,53). Sum of RGB (Red+Green+Blue) = 220+232+53=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE835 is #2317CA. Grayscale: #D0D0D0. Windows color (decimal): -2299851 or 3533020. OLE color: 3533020.
HSL color Cylindrical-coordinate representation of color #DCE835: hue angle of 64.02º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCE835 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 53 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.09 |
| HSL | 64.02º | 0.8% | 0.56% | - |
| HSV(B) | 64.02º | 0.77% | 0.91% | - |
| XYZ | 59.01 | 73.19 | 14.38 | - |
| YUV | 208.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 53 | 0.05 | 0 | 0.77 | 0.09 | 64.02 | 0.8 | 0.56 |
| Hex | DC | E8 | 35 | 5 | 0 | 4D | 9 | 40 | 50 | 38 |
| Octal | 334 | 350 | 65 | 5 | 0 | 115 | 11 | 100 | 120 | 70 |
| Binary | 11011100 | 11101000 | 110101 | 101 | 0 | 1001101 | 1001 | 1000000 | 1010000 | 111000 |
Color Harmonies of #DCE835
Complementary color
Monochromatic Colors of #DCE835
Black with #DCE835
Text Example
Text Example
White with #DCE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE835; }
p { color: rgb(220,232,53); }
H1.HeaderClassName
{
color: #DCE835;
}
.AnyTagClassName
{
color: #DCE835;
}
</style>
background-color css
<style>
a { background-color: #DCE835; }
a { background-color: rgb(220,232,53); }
div.DivClassName
{
background-color: #DCE835;
}
.BgClassName
{
background-color: #DCE835;
}
</style>
border-color css
<style>
span { border-color: #DCE835; }
span { border-color: rgb(220,232,53); }
td.TdClassName
{
border-color: #DCE835;
}
.TagClassName
{
border-color: #DCE835;
}
</style>