Shades of Pear #DCE535
Tints of Pear #DCE535
RGB
CMYK
RGB Variations
Color information
#DCE535 (or 0xDCE535) is known color: Pear. HEX triplet: DC, E5 and 35. RGB value is (220,229,53). Sum of RGB (Red+Green+Blue) = 220+229+53=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE535 is #231ACA. Grayscale: #CECECE. Windows color (decimal): -2300619 or 3532252. OLE color: 3532252.
HSL color Cylindrical-coordinate representation of color #DCE535: hue angle of 63.07º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCE535 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 53 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.10 |
| HSL | 63.07º | 0.77% | 0.55% | - |
| HSV(B) | 63.07º | 0.77% | 0.9% | - |
| XYZ | 58.18 | 71.51 | 14.1 | - |
| YUV | 206.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 53 | 0.04 | 0 | 0.77 | 0.10 | 63.07 | 0.77 | 0.55 |
| Hex | DC | E5 | 35 | 4 | 0 | 4D | A | 3F | 4D | 37 |
| Octal | 334 | 345 | 65 | 4 | 0 | 115 | 12 | 77 | 115 | 67 |
| Binary | 11011100 | 11100101 | 110101 | 100 | 0 | 1001101 | 1010 | 111111 | 1001101 | 110111 |
Color Harmonies of #DCE535
Complementary color
Monochromatic Colors of #DCE535
Black with #DCE535
Text Example
Text Example
White with #DCE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE535; }
p { color: rgb(220,229,53); }
H1.HeaderClassName
{
color: #DCE535;
}
.AnyTagClassName
{
color: #DCE535;
}
</style>
background-color css
<style>
a { background-color: #DCE535; }
a { background-color: rgb(220,229,53); }
div.DivClassName
{
background-color: #DCE535;
}
.BgClassName
{
background-color: #DCE535;
}
</style>
border-color css
<style>
span { border-color: #DCE535; }
span { border-color: rgb(220,229,53); }
td.TdClassName
{
border-color: #DCE535;
}
.TagClassName
{
border-color: #DCE535;
}
</style>