Shades of Pear #DCE417
Tints of Pear #DCE417
RGB
CMYK
RGB Variations
Color information
#DCE417 (or 0xDCE417) is known color: Pear. HEX triplet: DC, E4 and 17. RGB value is (220,228,23). Sum of RGB (Red+Green+Blue) = 220+228+23=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE417 is #231BE8. Grayscale: #CBCBCB. Windows color (decimal): -2300905 or 1565916. OLE color: 1565916.
HSL color Cylindrical-coordinate representation of color #DCE417: hue angle of 62.34º 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 #DCE417 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.34º | 0.82% | 0.49% | - |
| HSV(B) | 62.34º | 0.9% | 0.89% | - |
| XYZ | 57.41 | 70.76 | 11.44 | - |
| YUV | 202.24 | 26.85 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 23 | 0.04 | 0 | 0.90 | 0.11 | 62.34 | 0.82 | 0.49 |
| Hex | DC | E4 | 17 | 4 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 334 | 344 | 27 | 4 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011100 | 11100100 | 10111 | 100 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DCE417
Complementary color
Monochromatic Colors of #DCE417
Black with #DCE417
Text Example
Text Example
White with #DCE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE417; }
p { color: rgb(220,228,23); }
H1.HeaderClassName
{
color: #DCE417;
}
.AnyTagClassName
{
color: #DCE417;
}
</style>
background-color css
<style>
a { background-color: #DCE417; }
a { background-color: rgb(220,228,23); }
div.DivClassName
{
background-color: #DCE417;
}
.BgClassName
{
background-color: #DCE417;
}
</style>
border-color css
<style>
span { border-color: #DCE417; }
span { border-color: rgb(220,228,23); }
td.TdClassName
{
border-color: #DCE417;
}
.TagClassName
{
border-color: #DCE417;
}
</style>