Shades of Pear #DCE125
Tints of Pear #DCE125
RGB
CMYK
RGB Variations
Color information
#DCE125 (or 0xDCE125) is known color: Pear. HEX triplet: DC, E1 and 25. RGB value is (220,225,37). Sum of RGB (Red+Green+Blue) = 220+225+37=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE125 is #231EDA. Grayscale: #CACACA. Windows color (decimal): -2301659 or 2482652. OLE color: 2482652.
HSL color Cylindrical-coordinate representation of color #DCE125: hue angle of 61.6º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE125 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 37 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.12 |
| HSL | 61.6º | 0.76% | 0.51% | - |
| HSV(B) | 61.6º | 0.84% | 0.88% | - |
| XYZ | 56.77 | 69.2 | 12.11 | - |
| YUV | 202.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 37 | 0.02 | 0 | 0.84 | 0.12 | 61.6 | 0.76 | 0.51 |
| Hex | DC | E1 | 25 | 2 | 0 | 54 | C | 3E | 4C | 33 |
| Octal | 334 | 341 | 45 | 2 | 0 | 124 | 14 | 76 | 114 | 63 |
| Binary | 11011100 | 11100001 | 100101 | 10 | 0 | 1010100 | 1100 | 111110 | 1001100 | 110011 |
Color Harmonies of #DCE125
Complementary color
Monochromatic Colors of #DCE125
Black with #DCE125
Text Example
Text Example
White with #DCE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE125; }
p { color: rgb(220,225,37); }
H1.HeaderClassName
{
color: #DCE125;
}
.AnyTagClassName
{
color: #DCE125;
}
</style>
background-color css
<style>
a { background-color: #DCE125; }
a { background-color: rgb(220,225,37); }
div.DivClassName
{
background-color: #DCE125;
}
.BgClassName
{
background-color: #DCE125;
}
</style>
border-color css
<style>
span { border-color: #DCE125; }
span { border-color: rgb(220,225,37); }
td.TdClassName
{
border-color: #DCE125;
}
.TagClassName
{
border-color: #DCE125;
}
</style>