Shades of Pear #DCE725
Tints of Pear #DCE725
RGB
CMYK
RGB Variations
Color information
#DCE725 (or 0xDCE725) is known color: Pear. HEX triplet: DC, E7 and 25. RGB value is (220,231,37). Sum of RGB (Red+Green+Blue) = 220+231+37=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE725 is #2318DA. Grayscale: #CECECE. Windows color (decimal): -2300123 or 2484188. OLE color: 2484188.
HSL color Cylindrical-coordinate representation of color #DCE725: hue angle of 63.4º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE725 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 37 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.09 |
| HSL | 63.4º | 0.8% | 0.53% | - |
| HSV(B) | 63.4º | 0.84% | 0.91% | - |
| XYZ | 58.43 | 72.5 | 12.67 | - |
| YUV | 205.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 37 | 0.05 | 0 | 0.84 | 0.09 | 63.4 | 0.8 | 0.53 |
| Hex | DC | E7 | 25 | 5 | 0 | 54 | 9 | 3F | 50 | 35 |
| Octal | 334 | 347 | 45 | 5 | 0 | 124 | 11 | 77 | 120 | 65 |
| Binary | 11011100 | 11100111 | 100101 | 101 | 0 | 1010100 | 1001 | 111111 | 1010000 | 110101 |
Color Harmonies of #DCE725
Complementary color
Monochromatic Colors of #DCE725
Black with #DCE725
Text Example
Text Example
White with #DCE725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE725; }
p { color: rgb(220,231,37); }
H1.HeaderClassName
{
color: #DCE725;
}
.AnyTagClassName
{
color: #DCE725;
}
</style>
background-color css
<style>
a { background-color: #DCE725; }
a { background-color: rgb(220,231,37); }
div.DivClassName
{
background-color: #DCE725;
}
.BgClassName
{
background-color: #DCE725;
}
</style>
border-color css
<style>
span { border-color: #DCE725; }
span { border-color: rgb(220,231,37); }
td.TdClassName
{
border-color: #DCE725;
}
.TagClassName
{
border-color: #DCE725;
}
</style>