Shades of Pear #DCE632
Tints of Pear #DCE632
RGB
CMYK
RGB Variations
Color information
#DCE632 (or 0xDCE632) is known color: Pear. HEX triplet: DC, E6 and 32. RGB value is (220,230,50). Sum of RGB (Red+Green+Blue) = 220+230+50=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE632 is #2319CD. Grayscale: #CFCFCF. Windows color (decimal): -2300366 or 3335900. OLE color: 3335900.
HSL color Cylindrical-coordinate representation of color #DCE632: hue angle of 63.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCE632 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 50 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.10 |
| HSL | 63.33º | 0.78% | 0.55% | - |
| HSV(B) | 63.33º | 0.78% | 0.9% | - |
| XYZ | 58.39 | 72.04 | 13.85 | - |
| YUV | 206.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 50 | 0.04 | 0 | 0.78 | 0.10 | 63.33 | 0.78 | 0.55 |
| Hex | DC | E6 | 32 | 4 | 0 | 4E | A | 3F | 4E | 37 |
| Octal | 334 | 346 | 62 | 4 | 0 | 116 | 12 | 77 | 116 | 67 |
| Binary | 11011100 | 11100110 | 110010 | 100 | 0 | 1001110 | 1010 | 111111 | 1001110 | 110111 |
Color Harmonies of #DCE632
Complementary color
Monochromatic Colors of #DCE632
Black with #DCE632
Text Example
Text Example
White with #DCE632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE632; }
p { color: rgb(220,230,50); }
H1.HeaderClassName
{
color: #DCE632;
}
.AnyTagClassName
{
color: #DCE632;
}
</style>
background-color css
<style>
a { background-color: #DCE632; }
a { background-color: rgb(220,230,50); }
div.DivClassName
{
background-color: #DCE632;
}
.BgClassName
{
background-color: #DCE632;
}
</style>
border-color css
<style>
span { border-color: #DCE632; }
span { border-color: rgb(220,230,50); }
td.TdClassName
{
border-color: #DCE632;
}
.TagClassName
{
border-color: #DCE632;
}
</style>