Shades of Pear #DCE322
Tints of Pear #DCE322
RGB
CMYK
RGB Variations
Color information
#DCE322 (or 0xDCE322) is known color: Pear. HEX triplet: DC, E3 and 22. RGB value is (220,227,34). Sum of RGB (Red+Green+Blue) = 220+227+34=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE322 is #231CDD. Grayscale: #CBCBCB. Windows color (decimal): -2301150 or 2286556. OLE color: 2286556.
HSL color Cylindrical-coordinate representation of color #DCE322: hue angle of 62.18º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCE322 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 34 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.11 |
| HSL | 62.18º | 0.78% | 0.51% | - |
| HSV(B) | 62.18º | 0.85% | 0.89% | - |
| XYZ | 57.27 | 70.27 | 12.06 | - |
| YUV | 202.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 34 | 0.03 | 0 | 0.85 | 0.11 | 62.18 | 0.78 | 0.51 |
| Hex | DC | E3 | 22 | 3 | 0 | 55 | B | 3E | 4E | 33 |
| Octal | 334 | 343 | 42 | 3 | 0 | 125 | 13 | 76 | 116 | 63 |
| Binary | 11011100 | 11100011 | 100010 | 11 | 0 | 1010101 | 1011 | 111110 | 1001110 | 110011 |
Color Harmonies of #DCE322
Complementary color
Monochromatic Colors of #DCE322
Black with #DCE322
Text Example
Text Example
White with #DCE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE322; }
p { color: rgb(220,227,34); }
H1.HeaderClassName
{
color: #DCE322;
}
.AnyTagClassName
{
color: #DCE322;
}
</style>
background-color css
<style>
a { background-color: #DCE322; }
a { background-color: rgb(220,227,34); }
div.DivClassName
{
background-color: #DCE322;
}
.BgClassName
{
background-color: #DCE322;
}
</style>
border-color css
<style>
span { border-color: #DCE322; }
span { border-color: rgb(220,227,34); }
td.TdClassName
{
border-color: #DCE322;
}
.TagClassName
{
border-color: #DCE322;
}
</style>