Shades of Pear #DCE517
Tints of Pear #DCE517
RGB
CMYK
RGB Variations
Color information
#DCE517 (or 0xDCE517) is known color: Pear. HEX triplet: DC, E5 and 17. RGB value is (220,229,23). Sum of RGB (Red+Green+Blue) = 220+229+23=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE517 is #231AE8. Grayscale: #CBCBCB. Windows color (decimal): -2300649 or 1566172. OLE color: 1566172.
HSL color Cylindrical-coordinate representation of color #DCE517: hue angle of 62.62º 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 #DCE517 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.10 |
| HSL | 62.62º | 0.82% | 0.49% | - |
| HSV(B) | 62.62º | 0.9% | 0.9% | - |
| XYZ | 57.69 | 71.32 | 11.54 | - |
| YUV | 202.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 23 | 0.04 | 0 | 0.90 | 0.10 | 62.62 | 0.82 | 0.49 |
| Hex | DC | E5 | 17 | 4 | 0 | 5A | A | 3F | 52 | 31 |
| Octal | 334 | 345 | 27 | 4 | 0 | 132 | 12 | 77 | 122 | 61 |
| Binary | 11011100 | 11100101 | 10111 | 100 | 0 | 1011010 | 1010 | 111111 | 1010010 | 110001 |
Color Harmonies of #DCE517
Complementary color
Monochromatic Colors of #DCE517
Black with #DCE517
Text Example
Text Example
White with #DCE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE517; }
p { color: rgb(220,229,23); }
H1.HeaderClassName
{
color: #DCE517;
}
.AnyTagClassName
{
color: #DCE517;
}
</style>
background-color css
<style>
a { background-color: #DCE517; }
a { background-color: rgb(220,229,23); }
div.DivClassName
{
background-color: #DCE517;
}
.BgClassName
{
background-color: #DCE517;
}
</style>
border-color css
<style>
span { border-color: #DCE517; }
span { border-color: rgb(220,229,23); }
td.TdClassName
{
border-color: #DCE517;
}
.TagClassName
{
border-color: #DCE517;
}
</style>