Shades of Pear #DCE118
Tints of Pear #DCE118
RGB
CMYK
RGB Variations
Color information
#DCE118 (or 0xDCE118) is known color: Pear. HEX triplet: DC, E1 and 18. RGB value is (220,225,24). Sum of RGB (Red+Green+Blue) = 220+225+24=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE118 is #231EE7. Grayscale: #C9C9C9. Windows color (decimal): -2301672 or 1630684. OLE color: 1630684.
HSL color Cylindrical-coordinate representation of color #DCE118: hue angle of 61.49º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCE118 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 24 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.12 |
| HSL | 61.49º | 0.81% | 0.49% | - |
| HSV(B) | 61.49º | 0.89% | 0.88% | - |
| XYZ | 56.61 | 69.13 | 11.22 | - |
| YUV | 200.59 | 28.34 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 24 | 0.02 | 0 | 0.89 | 0.12 | 61.49 | 0.81 | 0.49 |
| Hex | DC | E1 | 18 | 2 | 0 | 59 | C | 3D | 51 | 31 |
| Octal | 334 | 341 | 30 | 2 | 0 | 131 | 14 | 75 | 121 | 61 |
| Binary | 11011100 | 11100001 | 11000 | 10 | 0 | 1011001 | 1100 | 111101 | 1010001 | 110001 |
Color Harmonies of #DCE118
Complementary color
Monochromatic Colors of #DCE118
Black with #DCE118
Text Example
Text Example
White with #DCE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE118; }
p { color: rgb(220,225,24); }
H1.HeaderClassName
{
color: #DCE118;
}
.AnyTagClassName
{
color: #DCE118;
}
</style>
background-color css
<style>
a { background-color: #DCE118; }
a { background-color: rgb(220,225,24); }
div.DivClassName
{
background-color: #DCE118;
}
.BgClassName
{
background-color: #DCE118;
}
</style>
border-color css
<style>
span { border-color: #DCE118; }
span { border-color: rgb(220,225,24); }
td.TdClassName
{
border-color: #DCE118;
}
.TagClassName
{
border-color: #DCE118;
}
</style>