Shades of Pear #DCE719
Tints of Pear #DCE719
RGB
CMYK
RGB Variations
Color information
#DCE719 (or 0xDCE719) is known color: Pear. HEX triplet: DC, E7 and 19. RGB value is (220,231,25). Sum of RGB (Red+Green+Blue) = 220+231+25=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE719 is #2318E6. Grayscale: #CDCDCD. Windows color (decimal): -2300135 or 1697756. OLE color: 1697756.
HSL color Cylindrical-coordinate representation of color #DCE719: hue angle of 63.2º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCE719 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 25 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.09 |
| HSL | 63.2º | 0.81% | 0.5% | - |
| HSV(B) | 63.2º | 0.89% | 0.91% | - |
| XYZ | 58.27 | 72.44 | 11.83 | - |
| YUV | 204.23 | 26.86 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 25 | 0.05 | 0 | 0.89 | 0.09 | 63.2 | 0.81 | 0.5 |
| Hex | DC | E7 | 19 | 5 | 0 | 59 | 9 | 3F | 51 | 32 |
| Octal | 334 | 347 | 31 | 5 | 0 | 131 | 11 | 77 | 121 | 62 |
| Binary | 11011100 | 11100111 | 11001 | 101 | 0 | 1011001 | 1001 | 111111 | 1010001 | 110010 |
Color Harmonies of #DCE719
Complementary color
Monochromatic Colors of #DCE719
Black with #DCE719
Text Example
Text Example
White with #DCE719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE719; }
p { color: rgb(220,231,25); }
H1.HeaderClassName
{
color: #DCE719;
}
.AnyTagClassName
{
color: #DCE719;
}
</style>
background-color css
<style>
a { background-color: #DCE719; }
a { background-color: rgb(220,231,25); }
div.DivClassName
{
background-color: #DCE719;
}
.BgClassName
{
background-color: #DCE719;
}
</style>
border-color css
<style>
span { border-color: #DCE719; }
span { border-color: rgb(220,231,25); }
td.TdClassName
{
border-color: #DCE719;
}
.TagClassName
{
border-color: #DCE719;
}
</style>