Shades of Pear #DCE917
Tints of Pear #DCE917
RGB
CMYK
RGB Variations
Color information
#DCE917 (or 0xDCE917) is known color: Pear. HEX triplet: DC, E9 and 17. RGB value is (220,233,23). Sum of RGB (Red+Green+Blue) = 220+233+23=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE917 is #2316E8. Grayscale: #CECECE. Windows color (decimal): -2299625 or 1567196. OLE color: 1567196.
HSL color Cylindrical-coordinate representation of color #DCE917: hue angle of 63.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCE917 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 23 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.09 |
| HSL | 63.71º | 0.83% | 0.5% | - |
| HSV(B) | 63.71º | 0.9% | 0.91% | - |
| XYZ | 58.81 | 73.56 | 11.91 | - |
| YUV | 205.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 23 | 0.06 | 0 | 0.90 | 0.09 | 63.71 | 0.83 | 0.5 |
| Hex | DC | E9 | 17 | 6 | 0 | 5A | 9 | 40 | 53 | 32 |
| Octal | 334 | 351 | 27 | 6 | 0 | 132 | 11 | 100 | 123 | 62 |
| Binary | 11011100 | 11101001 | 10111 | 110 | 0 | 1011010 | 1001 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DCE917
Complementary color
Monochromatic Colors of #DCE917
Black with #DCE917
Text Example
Text Example
White with #DCE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE917; }
p { color: rgb(220,233,23); }
H1.HeaderClassName
{
color: #DCE917;
}
.AnyTagClassName
{
color: #DCE917;
}
</style>
background-color css
<style>
a { background-color: #DCE917; }
a { background-color: rgb(220,233,23); }
div.DivClassName
{
background-color: #DCE917;
}
.BgClassName
{
background-color: #DCE917;
}
</style>
border-color css
<style>
span { border-color: #DCE917; }
span { border-color: rgb(220,233,23); }
td.TdClassName
{
border-color: #DCE917;
}
.TagClassName
{
border-color: #DCE917;
}
</style>