Shades of Pear #DCE416
Tints of Pear #DCE416
RGB
CMYK
RGB Variations
Color information
#DCE416 (or 0xDCE416) is known color: Pear. HEX triplet: DC, E4 and 16. RGB value is (220,228,22). Sum of RGB (Red+Green+Blue) = 220+228+22=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE416 is #231BE9. Grayscale: #CACACA. Windows color (decimal): -2300906 or 1500380. OLE color: 1500380.
HSL color Cylindrical-coordinate representation of color #DCE416: hue angle of 62.33º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCE416 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.33º | 0.82% | 0.49% | - |
| HSV(B) | 62.33º | 0.9% | 0.89% | - |
| XYZ | 57.4 | 70.76 | 11.39 | - |
| YUV | 202.12 | 26.35 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 22 | 0.04 | 0 | 0.90 | 0.11 | 62.33 | 0.82 | 0.49 |
| Hex | DC | E4 | 16 | 4 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 334 | 344 | 26 | 4 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011100 | 11100100 | 10110 | 100 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DCE416
Complementary color
Monochromatic Colors of #DCE416
Black with #DCE416
Text Example
Text Example
White with #DCE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE416; }
p { color: rgb(220,228,22); }
H1.HeaderClassName
{
color: #DCE416;
}
.AnyTagClassName
{
color: #DCE416;
}
</style>
background-color css
<style>
a { background-color: #DCE416; }
a { background-color: rgb(220,228,22); }
div.DivClassName
{
background-color: #DCE416;
}
.BgClassName
{
background-color: #DCE416;
}
</style>
border-color css
<style>
span { border-color: #DCE416; }
span { border-color: rgb(220,228,22); }
td.TdClassName
{
border-color: #DCE416;
}
.TagClassName
{
border-color: #DCE416;
}
</style>