Shades of Pear #DCE931
Tints of Pear #DCE931
RGB
CMYK
RGB Variations
Color information
#DCE931 (or 0xDCE931) is known color: Pear. HEX triplet: DC, E9 and 31. RGB value is (220,233,49). Sum of RGB (Red+Green+Blue) = 220+233+49=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE931 is #2316CE. Grayscale: #D0D0D0. Windows color (decimal): -2299599 or 3271132. OLE color: 3271132.
HSL color Cylindrical-coordinate representation of color #DCE931: hue angle of 64.24º 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 #DCE931 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 49 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.09 |
| HSL | 64.24º | 0.81% | 0.55% | - |
| HSV(B) | 64.24º | 0.79% | 0.91% | - |
| XYZ | 59.21 | 73.72 | 14.01 | - |
| YUV | 208.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 49 | 0.06 | 0 | 0.79 | 0.09 | 64.24 | 0.81 | 0.55 |
| Hex | DC | E9 | 31 | 6 | 0 | 4F | 9 | 40 | 51 | 37 |
| Octal | 334 | 351 | 61 | 6 | 0 | 117 | 11 | 100 | 121 | 67 |
| Binary | 11011100 | 11101001 | 110001 | 110 | 0 | 1001111 | 1001 | 1000000 | 1010001 | 110111 |
Color Harmonies of #DCE931
Complementary color
Monochromatic Colors of #DCE931
Black with #DCE931
Text Example
Text Example
White with #DCE931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE931; }
p { color: rgb(220,233,49); }
H1.HeaderClassName
{
color: #DCE931;
}
.AnyTagClassName
{
color: #DCE931;
}
</style>
background-color css
<style>
a { background-color: #DCE931; }
a { background-color: rgb(220,233,49); }
div.DivClassName
{
background-color: #DCE931;
}
.BgClassName
{
background-color: #DCE931;
}
</style>
border-color css
<style>
span { border-color: #DCE931; }
span { border-color: rgb(220,233,49); }
td.TdClassName
{
border-color: #DCE931;
}
.TagClassName
{
border-color: #DCE931;
}
</style>