Shades of Pear #DCE019
Tints of Pear #DCE019
RGB
CMYK
RGB Variations
Color information
#DCE019 (or 0xDCE019) is known color: Pear. HEX triplet: DC, E0 and 19. RGB value is (220,224,25). Sum of RGB (Red+Green+Blue) = 220+224+25=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE019 is #231FE6. Grayscale: #C8C8C8. Windows color (decimal): -2301927 or 1695964. OLE color: 1695964.
HSL color Cylindrical-coordinate representation of color #DCE019: hue angle of 61.21º degrees, saturation: 0.8, 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 #DCE019 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 25 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.12 |
| HSL | 61.21º | 0.8% | 0.49% | - |
| HSV(B) | 61.21º | 0.89% | 0.88% | - |
| XYZ | 56.35 | 68.6 | 11.19 | - |
| YUV | 200.12 | 29.17 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 25 | 0.02 | 0 | 0.89 | 0.12 | 61.21 | 0.8 | 0.49 |
| Hex | DC | E0 | 19 | 2 | 0 | 59 | C | 3D | 50 | 31 |
| Octal | 334 | 340 | 31 | 2 | 0 | 131 | 14 | 75 | 120 | 61 |
| Binary | 11011100 | 11100000 | 11001 | 10 | 0 | 1011001 | 1100 | 111101 | 1010000 | 110001 |
Color Harmonies of #DCE019
Complementary color
Monochromatic Colors of #DCE019
Black with #DCE019
Text Example
Text Example
White with #DCE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE019; }
p { color: rgb(220,224,25); }
H1.HeaderClassName
{
color: #DCE019;
}
.AnyTagClassName
{
color: #DCE019;
}
</style>
background-color css
<style>
a { background-color: #DCE019; }
a { background-color: rgb(220,224,25); }
div.DivClassName
{
background-color: #DCE019;
}
.BgClassName
{
background-color: #DCE019;
}
</style>
border-color css
<style>
span { border-color: #DCE019; }
span { border-color: rgb(220,224,25); }
td.TdClassName
{
border-color: #DCE019;
}
.TagClassName
{
border-color: #DCE019;
}
</style>