Shades of Pear #DCE622
Tints of Pear #DCE622
RGB
CMYK
RGB Variations
Color information
#DCE622 (or 0xDCE622) is known color: Pear. HEX triplet: DC, E6 and 22. RGB value is (220,230,34). Sum of RGB (Red+Green+Blue) = 220+230+34=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE622 is #2319DD. Grayscale: #CDCDCD. Windows color (decimal): -2300382 or 2287324. OLE color: 2287324.
HSL color Cylindrical-coordinate representation of color #DCE622: hue angle of 63.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCE622 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 34 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.10 |
| HSL | 63.06º | 0.8% | 0.52% | - |
| HSV(B) | 63.06º | 0.85% | 0.9% | - |
| XYZ | 58.1 | 71.92 | 12.33 | - |
| YUV | 204.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 34 | 0.04 | 0 | 0.85 | 0.10 | 63.06 | 0.8 | 0.52 |
| Hex | DC | E6 | 22 | 4 | 0 | 55 | A | 3F | 50 | 34 |
| Octal | 334 | 346 | 42 | 4 | 0 | 125 | 12 | 77 | 120 | 64 |
| Binary | 11011100 | 11100110 | 100010 | 100 | 0 | 1010101 | 1010 | 111111 | 1010000 | 110100 |
Color Harmonies of #DCE622
Complementary color
Monochromatic Colors of #DCE622
Black with #DCE622
Text Example
Text Example
White with #DCE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE622; }
p { color: rgb(220,230,34); }
H1.HeaderClassName
{
color: #DCE622;
}
.AnyTagClassName
{
color: #DCE622;
}
</style>
background-color css
<style>
a { background-color: #DCE622; }
a { background-color: rgb(220,230,34); }
div.DivClassName
{
background-color: #DCE622;
}
.BgClassName
{
background-color: #DCE622;
}
</style>
border-color css
<style>
span { border-color: #DCE622; }
span { border-color: rgb(220,230,34); }
td.TdClassName
{
border-color: #DCE622;
}
.TagClassName
{
border-color: #DCE622;
}
</style>