Shades of Pear #DCE429
Tints of Pear #DCE429
RGB
CMYK
RGB Variations
Color information
#DCE429 (or 0xDCE429) is known color: Pear. HEX triplet: DC, E4 and 29. RGB value is (220,228,41). Sum of RGB (Red+Green+Blue) = 220+228+41=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE429 is #231BD6. Grayscale: #CDCDCD. Windows color (decimal): -2300887 or 2745564. OLE color: 2745564.
HSL color Cylindrical-coordinate representation of color #DCE429: hue angle of 62.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCE429 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 41 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.11 |
| HSL | 62.57º | 0.78% | 0.53% | - |
| HSV(B) | 62.57º | 0.82% | 0.89% | - |
| XYZ | 57.66 | 70.86 | 12.74 | - |
| YUV | 204.29 | 35.85 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 41 | 0.04 | 0 | 0.82 | 0.11 | 62.57 | 0.78 | 0.53 |
| Hex | DC | E4 | 29 | 4 | 0 | 52 | B | 3F | 4E | 35 |
| Octal | 334 | 344 | 51 | 4 | 0 | 122 | 13 | 77 | 116 | 65 |
| Binary | 11011100 | 11100100 | 101001 | 100 | 0 | 1010010 | 1011 | 111111 | 1001110 | 110101 |
Color Harmonies of #DCE429
Complementary color
Monochromatic Colors of #DCE429
Black with #DCE429
Text Example
Text Example
White with #DCE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE429; }
p { color: rgb(220,228,41); }
H1.HeaderClassName
{
color: #DCE429;
}
.AnyTagClassName
{
color: #DCE429;
}
</style>
background-color css
<style>
a { background-color: #DCE429; }
a { background-color: rgb(220,228,41); }
div.DivClassName
{
background-color: #DCE429;
}
.BgClassName
{
background-color: #DCE429;
}
</style>
border-color css
<style>
span { border-color: #DCE429; }
span { border-color: rgb(220,228,41); }
td.TdClassName
{
border-color: #DCE429;
}
.TagClassName
{
border-color: #DCE429;
}
</style>