Shades of Pear #DCE020
Tints of Pear #DCE020
RGB
CMYK
RGB Variations
Color information
#DCE020 (or 0xDCE020) is known color: Pear. HEX triplet: DC, E0 and 20. RGB value is (220,224,32). Sum of RGB (Red+Green+Blue) = 220+224+32=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE020 is #231FDF. Grayscale: #C9C9C9. Windows color (decimal): -2301920 or 2154716. OLE color: 2154716.
HSL color Cylindrical-coordinate representation of color #DCE020: hue angle of 61.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE020 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 32 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.12 |
| HSL | 61.25º | 0.76% | 0.5% | - |
| HSV(B) | 61.25º | 0.86% | 0.88% | - |
| XYZ | 56.43 | 68.63 | 11.64 | - |
| YUV | 200.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 32 | 0.02 | 0 | 0.86 | 0.12 | 61.25 | 0.76 | 0.5 |
| Hex | DC | E0 | 20 | 2 | 0 | 56 | C | 3D | 4C | 32 |
| Octal | 334 | 340 | 40 | 2 | 0 | 126 | 14 | 75 | 114 | 62 |
| Binary | 11011100 | 11100000 | 100000 | 10 | 0 | 1010110 | 1100 | 111101 | 1001100 | 110010 |
Color Harmonies of #DCE020
Complementary color
Monochromatic Colors of #DCE020
Black with #DCE020
Text Example
Text Example
White with #DCE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE020; }
p { color: rgb(220,224,32); }
H1.HeaderClassName
{
color: #DCE020;
}
.AnyTagClassName
{
color: #DCE020;
}
</style>
background-color css
<style>
a { background-color: #DCE020; }
a { background-color: rgb(220,224,32); }
div.DivClassName
{
background-color: #DCE020;
}
.BgClassName
{
background-color: #DCE020;
}
</style>
border-color css
<style>
span { border-color: #DCE020; }
span { border-color: rgb(220,224,32); }
td.TdClassName
{
border-color: #DCE020;
}
.TagClassName
{
border-color: #DCE020;
}
</style>