Shades of Pear #DCE516
Tints of Pear #DCE516
RGB
CMYK
RGB Variations
Color information
#DCE516 (or 0xDCE516) is known color: Pear. HEX triplet: DC, E5 and 16. RGB value is (220,229,22). Sum of RGB (Red+Green+Blue) = 220+229+22=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE516 is #231AE9. Grayscale: #CBCBCB. Windows color (decimal): -2300650 or 1500636. OLE color: 1500636.
HSL color Cylindrical-coordinate representation of color #DCE516: hue angle of 62.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCE516 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.10 |
| HSL | 62.61º | 0.82% | 0.49% | - |
| HSV(B) | 62.61º | 0.9% | 0.9% | - |
| XYZ | 57.68 | 71.31 | 11.48 | - |
| YUV | 202.71 | 26.02 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 22 | 0.04 | 0 | 0.90 | 0.10 | 62.61 | 0.82 | 0.49 |
| Hex | DC | E5 | 16 | 4 | 0 | 5A | A | 3F | 52 | 31 |
| Octal | 334 | 345 | 26 | 4 | 0 | 132 | 12 | 77 | 122 | 61 |
| Binary | 11011100 | 11100101 | 10110 | 100 | 0 | 1011010 | 1010 | 111111 | 1010010 | 110001 |
Color Harmonies of #DCE516
Complementary color
Monochromatic Colors of #DCE516
Black with #DCE516
Text Example
Text Example
White with #DCE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE516; }
p { color: rgb(220,229,22); }
H1.HeaderClassName
{
color: #DCE516;
}
.AnyTagClassName
{
color: #DCE516;
}
</style>
background-color css
<style>
a { background-color: #DCE516; }
a { background-color: rgb(220,229,22); }
div.DivClassName
{
background-color: #DCE516;
}
.BgClassName
{
background-color: #DCE516;
}
</style>
border-color css
<style>
span { border-color: #DCE516; }
span { border-color: rgb(220,229,22); }
td.TdClassName
{
border-color: #DCE516;
}
.TagClassName
{
border-color: #DCE516;
}
</style>