Shades of Pear #DCE732
Tints of Pear #DCE732
RGB
CMYK
RGB Variations
Color information
#DCE732 (or 0xDCE732) is known color: Pear. HEX triplet: DC, E7 and 32. RGB value is (220,231,50). Sum of RGB (Red+Green+Blue) = 220+231+50=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE732 is #2318CD. Grayscale: #CFCFCF. Windows color (decimal): -2300110 or 3336156. OLE color: 3336156.
HSL color Cylindrical-coordinate representation of color #DCE732: hue angle of 63.65º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCE732 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 50 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.09 |
| HSL | 63.65º | 0.79% | 0.55% | - |
| HSV(B) | 63.65º | 0.78% | 0.91% | - |
| XYZ | 58.67 | 72.6 | 13.94 | - |
| YUV | 207.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 50 | 0.05 | 0 | 0.78 | 0.09 | 63.65 | 0.79 | 0.55 |
| Hex | DC | E7 | 32 | 5 | 0 | 4E | 9 | 40 | 4F | 37 |
| Octal | 334 | 347 | 62 | 5 | 0 | 116 | 11 | 100 | 117 | 67 |
| Binary | 11011100 | 11100111 | 110010 | 101 | 0 | 1001110 | 1001 | 1000000 | 1001111 | 110111 |
Color Harmonies of #DCE732
Complementary color
Monochromatic Colors of #DCE732
Black with #DCE732
Text Example
Text Example
White with #DCE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE732; }
p { color: rgb(220,231,50); }
H1.HeaderClassName
{
color: #DCE732;
}
.AnyTagClassName
{
color: #DCE732;
}
</style>
background-color css
<style>
a { background-color: #DCE732; }
a { background-color: rgb(220,231,50); }
div.DivClassName
{
background-color: #DCE732;
}
.BgClassName
{
background-color: #DCE732;
}
</style>
border-color css
<style>
span { border-color: #DCE732; }
span { border-color: rgb(220,231,50); }
td.TdClassName
{
border-color: #DCE732;
}
.TagClassName
{
border-color: #DCE732;
}
</style>