Shades of Pear #DCE114
Tints of Pear #DCE114
RGB
CMYK
RGB Variations
Color information
#DCE114 (or 0xDCE114) is known color: Pear. HEX triplet: DC, E1 and 14. RGB value is (220,225,20). Sum of RGB (Red+Green+Blue) = 220+225+20=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE114 is #231EEB. Grayscale: #C8C8C8. Windows color (decimal): -2301676 or 1368540. OLE color: 1368540.
HSL color Cylindrical-coordinate representation of color #DCE114: hue angle of 61.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE114 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 20 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.12 |
| HSL | 61.46º | 0.84% | 0.48% | - |
| HSV(B) | 61.46º | 0.91% | 0.88% | - |
| XYZ | 56.57 | 69.12 | 11.02 | - |
| YUV | 200.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 20 | 0.02 | 0 | 0.91 | 0.12 | 61.46 | 0.84 | 0.48 |
| Hex | DC | E1 | 14 | 2 | 0 | 5B | C | 3D | 54 | 30 |
| Octal | 334 | 341 | 24 | 2 | 0 | 133 | 14 | 75 | 124 | 60 |
| Binary | 11011100 | 11100001 | 10100 | 10 | 0 | 1011011 | 1100 | 111101 | 1010100 | 110000 |
Color Harmonies of #DCE114
Complementary color
Monochromatic Colors of #DCE114
Black with #DCE114
Text Example
Text Example
White with #DCE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE114; }
p { color: rgb(220,225,20); }
H1.HeaderClassName
{
color: #DCE114;
}
.AnyTagClassName
{
color: #DCE114;
}
</style>
background-color css
<style>
a { background-color: #DCE114; }
a { background-color: rgb(220,225,20); }
div.DivClassName
{
background-color: #DCE114;
}
.BgClassName
{
background-color: #DCE114;
}
</style>
border-color css
<style>
span { border-color: #DCE114; }
span { border-color: rgb(220,225,20); }
td.TdClassName
{
border-color: #DCE114;
}
.TagClassName
{
border-color: #DCE114;
}
</style>