Shades of Pear #DCE415
Tints of Pear #DCE415
RGB
CMYK
RGB Variations
Color information
#DCE415 (or 0xDCE415) is known color: Pear. HEX triplet: DC, E4 and 15. RGB value is (220,228,21). Sum of RGB (Red+Green+Blue) = 220+228+21=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE415 is #231BEA. Grayscale: #CACACA. Windows color (decimal): -2300907 or 1434844. OLE color: 1434844.
HSL color Cylindrical-coordinate representation of color #DCE415: hue angle of 62.32º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE415 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.11 |
| HSL | 62.32º | 0.83% | 0.49% | - |
| HSV(B) | 62.32º | 0.91% | 0.89% | - |
| XYZ | 57.39 | 70.76 | 11.34 | - |
| YUV | 202.01 | 25.85 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 21 | 0.04 | 0 | 0.91 | 0.11 | 62.32 | 0.83 | 0.49 |
| Hex | DC | E4 | 15 | 4 | 0 | 5B | B | 3E | 53 | 31 |
| Octal | 334 | 344 | 25 | 4 | 0 | 133 | 13 | 76 | 123 | 61 |
| Binary | 11011100 | 11100100 | 10101 | 100 | 0 | 1011011 | 1011 | 111110 | 1010011 | 110001 |
Color Harmonies of #DCE415
Complementary color
Monochromatic Colors of #DCE415
Black with #DCE415
Text Example
Text Example
White with #DCE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE415; }
p { color: rgb(220,228,21); }
H1.HeaderClassName
{
color: #DCE415;
}
.AnyTagClassName
{
color: #DCE415;
}
</style>
background-color css
<style>
a { background-color: #DCE415; }
a { background-color: rgb(220,228,21); }
div.DivClassName
{
background-color: #DCE415;
}
.BgClassName
{
background-color: #DCE415;
}
</style>
border-color css
<style>
span { border-color: #DCE415; }
span { border-color: rgb(220,228,21); }
td.TdClassName
{
border-color: #DCE415;
}
.TagClassName
{
border-color: #DCE415;
}
</style>