Shades of Pear #DCEC17
Tints of Pear #DCEC17
RGB
CMYK
RGB Variations
Color information
#DCEC17 (or 0xDCEC17) is known color: Pear. HEX triplet: DC, EC and 17. RGB value is (220,236,23). Sum of RGB (Red+Green+Blue) = 220+236+23=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEC17 is #2313E8. Grayscale: #CFCFCF. Windows color (decimal): -2298857 or 1567964. OLE color: 1567964.
HSL color Cylindrical-coordinate representation of color #DCEC17: hue angle of 64.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCEC17 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 23 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.07 |
| HSL | 64.51º | 0.85% | 0.51% | - |
| HSV(B) | 64.51º | 0.9% | 0.93% | - |
| XYZ | 59.67 | 75.27 | 12.19 | - |
| YUV | 206.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 23 | 0.07 | 0 | 0.90 | 0.07 | 64.51 | 0.85 | 0.51 |
| Hex | DC | EC | 17 | 7 | 0 | 5A | 7 | 41 | 55 | 33 |
| Octal | 334 | 354 | 27 | 7 | 0 | 132 | 7 | 101 | 125 | 63 |
| Binary | 11011100 | 11101100 | 10111 | 111 | 0 | 1011010 | 111 | 1000001 | 1010101 | 110011 |
Color Harmonies of #DCEC17
Complementary color
Monochromatic Colors of #DCEC17
Black with #DCEC17
Text Example
Text Example
White with #DCEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC17; }
p { color: rgb(220,236,23); }
H1.HeaderClassName
{
color: #DCEC17;
}
.AnyTagClassName
{
color: #DCEC17;
}
</style>
background-color css
<style>
a { background-color: #DCEC17; }
a { background-color: rgb(220,236,23); }
div.DivClassName
{
background-color: #DCEC17;
}
.BgClassName
{
background-color: #DCEC17;
}
</style>
border-color css
<style>
span { border-color: #DCEC17; }
span { border-color: rgb(220,236,23); }
td.TdClassName
{
border-color: #DCEC17;
}
.TagClassName
{
border-color: #DCEC17;
}
</style>