Shades of Pear #DCE935
Tints of Pear #DCE935
RGB
CMYK
RGB Variations
Color information
#DCE935 (or 0xDCE935) is known color: Pear. HEX triplet: DC, E9 and 35. RGB value is (220,233,53). Sum of RGB (Red+Green+Blue) = 220+233+53=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE935 is #2316CA. Grayscale: #D1D1D1. Windows color (decimal): -2299595 or 3533276. OLE color: 3533276.
HSL color Cylindrical-coordinate representation of color #DCE935: hue angle of 64.33º 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 #DCE935 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 53 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.09 |
| HSL | 64.33º | 0.8% | 0.56% | - |
| HSV(B) | 64.33º | 0.77% | 0.91% | - |
| XYZ | 59.3 | 73.75 | 14.48 | - |
| YUV | 208.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 53 | 0.06 | 0 | 0.77 | 0.09 | 64.33 | 0.8 | 0.56 |
| Hex | DC | E9 | 35 | 6 | 0 | 4D | 9 | 40 | 50 | 38 |
| Octal | 334 | 351 | 65 | 6 | 0 | 115 | 11 | 100 | 120 | 70 |
| Binary | 11011100 | 11101001 | 110101 | 110 | 0 | 1001101 | 1001 | 1000000 | 1010000 | 111000 |
Color Harmonies of #DCE935
Complementary color
Monochromatic Colors of #DCE935
Black with #DCE935
Text Example
Text Example
White with #DCE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE935; }
p { color: rgb(220,233,53); }
H1.HeaderClassName
{
color: #DCE935;
}
.AnyTagClassName
{
color: #DCE935;
}
</style>
background-color css
<style>
a { background-color: #DCE935; }
a { background-color: rgb(220,233,53); }
div.DivClassName
{
background-color: #DCE935;
}
.BgClassName
{
background-color: #DCE935;
}
</style>
border-color css
<style>
span { border-color: #DCE935; }
span { border-color: rgb(220,233,53); }
td.TdClassName
{
border-color: #DCE935;
}
.TagClassName
{
border-color: #DCE935;
}
</style>