Shades of Pear #DCEA20
Tints of Pear #DCEA20
RGB
CMYK
RGB Variations
Color information
#DCEA20 (or 0xDCEA20) is known color: Pear. HEX triplet: DC, EA and 20. RGB value is (220,234,32). Sum of RGB (Red+Green+Blue) = 220+234+32=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA20 is #2315DF. Grayscale: #CFCFCF. Windows color (decimal): -2299360 or 2157276. OLE color: 2157276.
HSL color Cylindrical-coordinate representation of color #DCEA20: hue angle of 64.16º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCEA20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.08 |
| HSL | 64.16º | 0.83% | 0.52% | - |
| HSV(B) | 64.16º | 0.86% | 0.92% | - |
| XYZ | 59.2 | 74.17 | 12.56 | - |
| YUV | 206.79 | 29.36 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 32 | 0.06 | 0 | 0.86 | 0.08 | 64.16 | 0.83 | 0.52 |
| Hex | DC | EA | 20 | 6 | 0 | 56 | 8 | 40 | 53 | 34 |
| Octal | 334 | 352 | 40 | 6 | 0 | 126 | 10 | 100 | 123 | 64 |
| Binary | 11011100 | 11101010 | 100000 | 110 | 0 | 1010110 | 1000 | 1000000 | 1010011 | 110100 |
Color Harmonies of #DCEA20
Complementary color
Monochromatic Colors of #DCEA20
Black with #DCEA20
Text Example
Text Example
White with #DCEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA20; }
p { color: rgb(220,234,32); }
H1.HeaderClassName
{
color: #DCEA20;
}
.AnyTagClassName
{
color: #DCEA20;
}
</style>
background-color css
<style>
a { background-color: #DCEA20; }
a { background-color: rgb(220,234,32); }
div.DivClassName
{
background-color: #DCEA20;
}
.BgClassName
{
background-color: #DCEA20;
}
</style>
border-color css
<style>
span { border-color: #DCEA20; }
span { border-color: rgb(220,234,32); }
td.TdClassName
{
border-color: #DCEA20;
}
.TagClassName
{
border-color: #DCEA20;
}
</style>