Shades of Pear #DCE214
Tints of Pear #DCE214
RGB
CMYK
RGB Variations
Color information
#DCE214 (or 0xDCE214) is known color: Pear. HEX triplet: DC, E2 and 14. RGB value is (220,226,20). Sum of RGB (Red+Green+Blue) = 220+226+20=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE214 is #231DEB. Grayscale: #C9C9C9. Windows color (decimal): -2301420 or 1368796. OLE color: 1368796.
HSL color Cylindrical-coordinate representation of color #DCE214: hue angle of 61.75º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE214 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.11 |
| HSL | 61.75º | 0.84% | 0.48% | - |
| HSV(B) | 61.75º | 0.91% | 0.89% | - |
| XYZ | 56.84 | 69.66 | 11.11 | - |
| YUV | 200.72 | 26.01 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 20 | 0.03 | 0 | 0.91 | 0.11 | 61.75 | 0.84 | 0.48 |
| Hex | DC | E2 | 14 | 3 | 0 | 5B | B | 3E | 54 | 30 |
| Octal | 334 | 342 | 24 | 3 | 0 | 133 | 13 | 76 | 124 | 60 |
| Binary | 11011100 | 11100010 | 10100 | 11 | 0 | 1011011 | 1011 | 111110 | 1010100 | 110000 |
Color Harmonies of #DCE214
Complementary color
Monochromatic Colors of #DCE214
Black with #DCE214
Text Example
Text Example
White with #DCE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE214; }
p { color: rgb(220,226,20); }
H1.HeaderClassName
{
color: #DCE214;
}
.AnyTagClassName
{
color: #DCE214;
}
</style>
background-color css
<style>
a { background-color: #DCE214; }
a { background-color: rgb(220,226,20); }
div.DivClassName
{
background-color: #DCE214;
}
.BgClassName
{
background-color: #DCE214;
}
</style>
border-color css
<style>
span { border-color: #DCE214; }
span { border-color: rgb(220,226,20); }
td.TdClassName
{
border-color: #DCE214;
}
.TagClassName
{
border-color: #DCE214;
}
</style>