Shades of Pear #DCE614
Tints of Pear #DCE614
RGB
CMYK
RGB Variations
Color information
#DCE614 (or 0xDCE614) is known color: Pear. HEX triplet: DC, E6 and 14. RGB value is (220,230,20). Sum of RGB (Red+Green+Blue) = 220+230+20=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE614 is #2319EB. Grayscale: #CBCBCB. Windows color (decimal): -2300396 or 1369820. OLE color: 1369820.
HSL color Cylindrical-coordinate representation of color #DCE614: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE614 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 20 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.10 |
| HSL | 62.86º | 0.84% | 0.49% | - |
| HSV(B) | 62.86º | 0.91% | 0.9% | - |
| XYZ | 57.94 | 71.86 | 11.48 | - |
| YUV | 203.07 | 24.69 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 20 | 0.04 | 0 | 0.91 | 0.10 | 62.86 | 0.84 | 0.49 |
| Hex | DC | E6 | 14 | 4 | 0 | 5B | A | 3F | 54 | 31 |
| Octal | 334 | 346 | 24 | 4 | 0 | 133 | 12 | 77 | 124 | 61 |
| Binary | 11011100 | 11100110 | 10100 | 100 | 0 | 1011011 | 1010 | 111111 | 1010100 | 110001 |
Color Harmonies of #DCE614
Complementary color
Monochromatic Colors of #DCE614
Black with #DCE614
Text Example
Text Example
White with #DCE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE614; }
p { color: rgb(220,230,20); }
H1.HeaderClassName
{
color: #DCE614;
}
.AnyTagClassName
{
color: #DCE614;
}
</style>
background-color css
<style>
a { background-color: #DCE614; }
a { background-color: rgb(220,230,20); }
div.DivClassName
{
background-color: #DCE614;
}
.BgClassName
{
background-color: #DCE614;
}
</style>
border-color css
<style>
span { border-color: #DCE614; }
span { border-color: rgb(220,230,20); }
td.TdClassName
{
border-color: #DCE614;
}
.TagClassName
{
border-color: #DCE614;
}
</style>