Shades of Pear #DCE431
Tints of Pear #DCE431
RGB
CMYK
RGB Variations
Color information
#DCE431 (or 0xDCE431) is known color: Pear. HEX triplet: DC, E4 and 31. RGB value is (220,228,49). Sum of RGB (Red+Green+Blue) = 220+228+49=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE431 is #231BCE. Grayscale: #CDCDCD. Windows color (decimal): -2300879 or 3269852. OLE color: 3269852.
HSL color Cylindrical-coordinate representation of color #DCE431: hue angle of 62.68º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCE431 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 49 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.11 |
| HSL | 62.68º | 0.77% | 0.54% | - |
| HSV(B) | 62.68º | 0.79% | 0.89% | - |
| XYZ | 57.81 | 70.92 | 13.55 | - |
| YUV | 205.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 49 | 0.04 | 0 | 0.79 | 0.11 | 62.68 | 0.77 | 0.54 |
| Hex | DC | E4 | 31 | 4 | 0 | 4F | B | 3F | 4D | 36 |
| Octal | 334 | 344 | 61 | 4 | 0 | 117 | 13 | 77 | 115 | 66 |
| Binary | 11011100 | 11100100 | 110001 | 100 | 0 | 1001111 | 1011 | 111111 | 1001101 | 110110 |
Color Harmonies of #DCE431
Complementary color
Monochromatic Colors of #DCE431
Black with #DCE431
Text Example
Text Example
White with #DCE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE431; }
p { color: rgb(220,228,49); }
H1.HeaderClassName
{
color: #DCE431;
}
.AnyTagClassName
{
color: #DCE431;
}
</style>
background-color css
<style>
a { background-color: #DCE431; }
a { background-color: rgb(220,228,49); }
div.DivClassName
{
background-color: #DCE431;
}
.BgClassName
{
background-color: #DCE431;
}
</style>
border-color css
<style>
span { border-color: #DCE431; }
span { border-color: rgb(220,228,49); }
td.TdClassName
{
border-color: #DCE431;
}
.TagClassName
{
border-color: #DCE431;
}
</style>