Shades of Pear #DCE227
Tints of Pear #DCE227
RGB
CMYK
RGB Variations
Color information
#DCE227 (or 0xDCE227) is known color: Pear. HEX triplet: DC, E2 and 27. RGB value is (220,226,39). Sum of RGB (Red+Green+Blue) = 220+226+39=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE227 is #231DD8. Grayscale: #CBCBCB. Windows color (decimal): -2301401 or 2613980. OLE color: 2613980.
HSL color Cylindrical-coordinate representation of color #DCE227: hue angle of 61.93º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCE227 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 39 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.11 |
| HSL | 61.93º | 0.76% | 0.52% | - |
| HSV(B) | 61.93º | 0.83% | 0.89% | - |
| XYZ | 57.08 | 69.75 | 12.38 | - |
| YUV | 202.89 | 35.51 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 39 | 0.03 | 0 | 0.83 | 0.11 | 61.93 | 0.76 | 0.52 |
| Hex | DC | E2 | 27 | 3 | 0 | 53 | B | 3E | 4C | 34 |
| Octal | 334 | 342 | 47 | 3 | 0 | 123 | 13 | 76 | 114 | 64 |
| Binary | 11011100 | 11100010 | 100111 | 11 | 0 | 1010011 | 1011 | 111110 | 1001100 | 110100 |
Color Harmonies of #DCE227
Complementary color
Monochromatic Colors of #DCE227
Black with #DCE227
Text Example
Text Example
White with #DCE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE227; }
p { color: rgb(220,226,39); }
H1.HeaderClassName
{
color: #DCE227;
}
.AnyTagClassName
{
color: #DCE227;
}
</style>
background-color css
<style>
a { background-color: #DCE227; }
a { background-color: rgb(220,226,39); }
div.DivClassName
{
background-color: #DCE227;
}
.BgClassName
{
background-color: #DCE227;
}
</style>
border-color css
<style>
span { border-color: #DCE227; }
span { border-color: rgb(220,226,39); }
td.TdClassName
{
border-color: #DCE227;
}
.TagClassName
{
border-color: #DCE227;
}
</style>