Shades of Pear #DCEA18
Tints of Pear #DCEA18
RGB
CMYK
RGB Variations
Color information
#DCEA18 (or 0xDCEA18) is known color: Pear. HEX triplet: DC, EA and 18. RGB value is (220,234,24). Sum of RGB (Red+Green+Blue) = 220+234+24=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA18 is #2315E7. Grayscale: #CECECE. Windows color (decimal): -2299368 or 1632988. OLE color: 1632988.
HSL color Cylindrical-coordinate representation of color #DCEA18: hue angle of 64º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCEA18 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 24 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.08 |
| HSL | 64º | 0.83% | 0.51% | - |
| HSV(B) | 64º | 0.9% | 0.92% | - |
| XYZ | 59.1 | 74.13 | 12.06 | - |
| YUV | 205.87 | 25.36 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 24 | 0.06 | 0 | 0.90 | 0.08 | 64 | 0.83 | 0.51 |
| Hex | DC | EA | 18 | 6 | 0 | 5A | 8 | 40 | 53 | 33 |
| Octal | 334 | 352 | 30 | 6 | 0 | 132 | 10 | 100 | 123 | 63 |
| Binary | 11011100 | 11101010 | 11000 | 110 | 0 | 1011010 | 1000 | 1000000 | 1010011 | 110011 |
Color Harmonies of #DCEA18
Complementary color
Monochromatic Colors of #DCEA18
Black with #DCEA18
Text Example
Text Example
White with #DCEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA18; }
p { color: rgb(220,234,24); }
H1.HeaderClassName
{
color: #DCEA18;
}
.AnyTagClassName
{
color: #DCEA18;
}
</style>
background-color css
<style>
a { background-color: #DCEA18; }
a { background-color: rgb(220,234,24); }
div.DivClassName
{
background-color: #DCEA18;
}
.BgClassName
{
background-color: #DCEA18;
}
</style>
border-color css
<style>
span { border-color: #DCEA18; }
span { border-color: rgb(220,234,24); }
td.TdClassName
{
border-color: #DCEA18;
}
.TagClassName
{
border-color: #DCEA18;
}
</style>