Shades of Pear #DCE920
Tints of Pear #DCE920
RGB
CMYK
RGB Variations
Color information
#DCE920 (or 0xDCE920) is known color: Pear. HEX triplet: DC, E9 and 20. RGB value is (220,233,32). Sum of RGB (Red+Green+Blue) = 220+233+32=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE920 is #2316DF. Grayscale: #CECECE. Windows color (decimal): -2299616 or 2157020. OLE color: 2157020.
HSL color Cylindrical-coordinate representation of color #DCE920: hue angle of 63.88º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE920 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.09 |
| HSL | 63.88º | 0.82% | 0.52% | - |
| HSV(B) | 63.88º | 0.86% | 0.91% | - |
| XYZ | 58.91 | 73.6 | 12.47 | - |
| YUV | 206.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 32 | 0.06 | 0 | 0.86 | 0.09 | 63.88 | 0.82 | 0.52 |
| Hex | DC | E9 | 20 | 6 | 0 | 56 | 9 | 40 | 52 | 34 |
| Octal | 334 | 351 | 40 | 6 | 0 | 126 | 11 | 100 | 122 | 64 |
| Binary | 11011100 | 11101001 | 100000 | 110 | 0 | 1010110 | 1001 | 1000000 | 1010010 | 110100 |
Color Harmonies of #DCE920
Complementary color
Monochromatic Colors of #DCE920
Black with #DCE920
Text Example
Text Example
White with #DCE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE920; }
p { color: rgb(220,233,32); }
H1.HeaderClassName
{
color: #DCE920;
}
.AnyTagClassName
{
color: #DCE920;
}
</style>
background-color css
<style>
a { background-color: #DCE920; }
a { background-color: rgb(220,233,32); }
div.DivClassName
{
background-color: #DCE920;
}
.BgClassName
{
background-color: #DCE920;
}
</style>
border-color css
<style>
span { border-color: #DCE920; }
span { border-color: rgb(220,233,32); }
td.TdClassName
{
border-color: #DCE920;
}
.TagClassName
{
border-color: #DCE920;
}
</style>