Shades of Pear #DCE619
Tints of Pear #DCE619
RGB
CMYK
RGB Variations
Color information
#DCE619 (or 0xDCE619) is known color: Pear. HEX triplet: DC, E6 and 19. RGB value is (220,230,25). Sum of RGB (Red+Green+Blue) = 220+230+25=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE619 is #2319E6. Grayscale: #CCCCCC. Windows color (decimal): -2300391 or 1697500. OLE color: 1697500.
HSL color Cylindrical-coordinate representation of color #DCE619: hue angle of 62.93º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCE619 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 25 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.10 |
| HSL | 62.93º | 0.8% | 0.5% | - |
| HSV(B) | 62.93º | 0.89% | 0.9% | - |
| XYZ | 57.99 | 71.88 | 11.74 | - |
| YUV | 203.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 25 | 0.04 | 0 | 0.89 | 0.10 | 62.93 | 0.8 | 0.5 |
| Hex | DC | E6 | 19 | 4 | 0 | 59 | A | 3F | 50 | 32 |
| Octal | 334 | 346 | 31 | 4 | 0 | 131 | 12 | 77 | 120 | 62 |
| Binary | 11011100 | 11100110 | 11001 | 100 | 0 | 1011001 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DCE619
Complementary color
Monochromatic Colors of #DCE619
Black with #DCE619
Text Example
Text Example
White with #DCE619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE619; }
p { color: rgb(220,230,25); }
H1.HeaderClassName
{
color: #DCE619;
}
.AnyTagClassName
{
color: #DCE619;
}
</style>
background-color css
<style>
a { background-color: #DCE619; }
a { background-color: rgb(220,230,25); }
div.DivClassName
{
background-color: #DCE619;
}
.BgClassName
{
background-color: #DCE619;
}
</style>
border-color css
<style>
span { border-color: #DCE619; }
span { border-color: rgb(220,230,25); }
td.TdClassName
{
border-color: #DCE619;
}
.TagClassName
{
border-color: #DCE619;
}
</style>