Shades of Pear #DCE229
Tints of Pear #DCE229
RGB
CMYK
RGB Variations
Color information
#DCE229 (or 0xDCE229) is known color: Pear. HEX triplet: DC, E2 and 29. RGB value is (220,226,41). Sum of RGB (Red+Green+Blue) = 220+226+41=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE229 is #231DD6. Grayscale: #CBCBCB. Windows color (decimal): -2301399 or 2745052. OLE color: 2745052.
HSL color Cylindrical-coordinate representation of color #DCE229: hue angle of 61.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCE229 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 41 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.11 |
| HSL | 61.95º | 0.76% | 0.52% | - |
| HSV(B) | 61.95º | 0.82% | 0.89% | - |
| XYZ | 57.11 | 69.77 | 12.55 | - |
| YUV | 203.12 | 36.51 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 41 | 0.03 | 0 | 0.82 | 0.11 | 61.95 | 0.76 | 0.52 |
| Hex | DC | E2 | 29 | 3 | 0 | 52 | B | 3E | 4C | 34 |
| Octal | 334 | 342 | 51 | 3 | 0 | 122 | 13 | 76 | 114 | 64 |
| Binary | 11011100 | 11100010 | 101001 | 11 | 0 | 1010010 | 1011 | 111110 | 1001100 | 110100 |
Color Harmonies of #DCE229
Complementary color
Monochromatic Colors of #DCE229
Black with #DCE229
Text Example
Text Example
White with #DCE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE229; }
p { color: rgb(220,226,41); }
H1.HeaderClassName
{
color: #DCE229;
}
.AnyTagClassName
{
color: #DCE229;
}
</style>
background-color css
<style>
a { background-color: #DCE229; }
a { background-color: rgb(220,226,41); }
div.DivClassName
{
background-color: #DCE229;
}
.BgClassName
{
background-color: #DCE229;
}
</style>
border-color css
<style>
span { border-color: #DCE229; }
span { border-color: rgb(220,226,41); }
td.TdClassName
{
border-color: #DCE229;
}
.TagClassName
{
border-color: #DCE229;
}
</style>