Shades of Pear #DCE534
Tints of Pear #DCE534
RGB
CMYK
RGB Variations
Color information
#DCE534 (or 0xDCE534) is known color: Pear. HEX triplet: DC, E5 and 34. RGB value is (220,229,52). Sum of RGB (Red+Green+Blue) = 220+229+52=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE534 is #231ACB. Grayscale: #CECECE. Windows color (decimal): -2300620 or 3466716. OLE color: 3466716.
HSL color Cylindrical-coordinate representation of color #DCE534: hue angle of 63.05º 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 #DCE534 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 52 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.10 |
| HSL | 63.05º | 0.77% | 0.55% | - |
| HSV(B) | 63.05º | 0.77% | 0.9% | - |
| XYZ | 58.15 | 71.5 | 13.99 | - |
| YUV | 206.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 52 | 0.04 | 0 | 0.77 | 0.10 | 63.05 | 0.77 | 0.55 |
| Hex | DC | E5 | 34 | 4 | 0 | 4D | A | 3F | 4D | 37 |
| Octal | 334 | 345 | 64 | 4 | 0 | 115 | 12 | 77 | 115 | 67 |
| Binary | 11011100 | 11100101 | 110100 | 100 | 0 | 1001101 | 1010 | 111111 | 1001101 | 110111 |
Color Harmonies of #DCE534
Complementary color
Monochromatic Colors of #DCE534
Black with #DCE534
Text Example
Text Example
White with #DCE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE534; }
p { color: rgb(220,229,52); }
H1.HeaderClassName
{
color: #DCE534;
}
.AnyTagClassName
{
color: #DCE534;
}
</style>
background-color css
<style>
a { background-color: #DCE534; }
a { background-color: rgb(220,229,52); }
div.DivClassName
{
background-color: #DCE534;
}
.BgClassName
{
background-color: #DCE534;
}
</style>
border-color css
<style>
span { border-color: #DCE534; }
span { border-color: rgb(220,229,52); }
td.TdClassName
{
border-color: #DCE534;
}
.TagClassName
{
border-color: #DCE534;
}
</style>