Shades of Pear #DCE932
Tints of Pear #DCE932
RGB
CMYK
RGB Variations
Color information
#DCE932 (or 0xDCE932) is known color: Pear. HEX triplet: DC, E9 and 32. RGB value is (220,233,50). Sum of RGB (Red+Green+Blue) = 220+233+50=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE932 is #2316CD. Grayscale: #D0D0D0. Windows color (decimal): -2299598 or 3336668. OLE color: 3336668.
HSL color Cylindrical-coordinate representation of color #DCE932: hue angle of 64.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCE932 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.09 |
| HSL | 64.26º | 0.81% | 0.55% | - |
| HSV(B) | 64.26º | 0.79% | 0.91% | - |
| XYZ | 59.23 | 73.72 | 14.13 | - |
| YUV | 208.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 50 | 0.06 | 0 | 0.79 | 0.09 | 64.26 | 0.81 | 0.55 |
| Hex | DC | E9 | 32 | 6 | 0 | 4F | 9 | 40 | 51 | 37 |
| Octal | 334 | 351 | 62 | 6 | 0 | 117 | 11 | 100 | 121 | 67 |
| Binary | 11011100 | 11101001 | 110010 | 110 | 0 | 1001111 | 1001 | 1000000 | 1010001 | 110111 |
Color Harmonies of #DCE932
Complementary color
Monochromatic Colors of #DCE932
Black with #DCE932
Text Example
Text Example
White with #DCE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE932; }
p { color: rgb(220,233,50); }
H1.HeaderClassName
{
color: #DCE932;
}
.AnyTagClassName
{
color: #DCE932;
}
</style>
background-color css
<style>
a { background-color: #DCE932; }
a { background-color: rgb(220,233,50); }
div.DivClassName
{
background-color: #DCE932;
}
.BgClassName
{
background-color: #DCE932;
}
</style>
border-color css
<style>
span { border-color: #DCE932; }
span { border-color: rgb(220,233,50); }
td.TdClassName
{
border-color: #DCE932;
}
.TagClassName
{
border-color: #DCE932;
}
</style>