Shades of Pear #DCEA17
Tints of Pear #DCEA17
RGB
CMYK
RGB Variations
Color information
#DCEA17 (or 0xDCEA17) is known color: Pear. HEX triplet: DC, EA and 17. RGB value is (220,234,23). Sum of RGB (Red+Green+Blue) = 220+234+23=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 23 (9.38% from 255 or 4.82% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA17 is #2315E8. Grayscale: #CECECE. Windows color (decimal): -2299369 or 1567452. OLE color: 1567452.
HSL color Cylindrical-coordinate representation of color #DCEA17: hue angle of 63.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCEA17 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 23 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.08 |
| HSL | 63.98º | 0.83% | 0.5% | - |
| HSV(B) | 63.98º | 0.9% | 0.92% | - |
| XYZ | 59.09 | 74.12 | 12 | - |
| YUV | 205.76 | 24.86 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 23 | 0.06 | 0 | 0.90 | 0.08 | 63.98 | 0.83 | 0.5 |
| Hex | DC | EA | 17 | 6 | 0 | 5A | 8 | 40 | 53 | 32 |
| Octal | 334 | 352 | 27 | 6 | 0 | 132 | 10 | 100 | 123 | 62 |
| Binary | 11011100 | 11101010 | 10111 | 110 | 0 | 1011010 | 1000 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DCEA17
Complementary color
Monochromatic Colors of #DCEA17
Black with #DCEA17
Text Example
Text Example
White with #DCEA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA17; }
p { color: rgb(220,234,23); }
H1.HeaderClassName
{
color: #DCEA17;
}
.AnyTagClassName
{
color: #DCEA17;
}
</style>
background-color css
<style>
a { background-color: #DCEA17; }
a { background-color: rgb(220,234,23); }
div.DivClassName
{
background-color: #DCEA17;
}
.BgClassName
{
background-color: #DCEA17;
}
</style>
border-color css
<style>
span { border-color: #DCEA17; }
span { border-color: rgb(220,234,23); }
td.TdClassName
{
border-color: #DCEA17;
}
.TagClassName
{
border-color: #DCEA17;
}
</style>