Shades of Pear #DCE527
Tints of Pear #DCE527
RGB
CMYK
RGB Variations
Color information
#DCE527 (or 0xDCE527) is known color: Pear. HEX triplet: DC, E5 and 27. RGB value is (220,229,39). Sum of RGB (Red+Green+Blue) = 220+229+39=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE527 is #231AD8. Grayscale: #CDCDCD. Windows color (decimal): -2300633 or 2614748. OLE color: 2614748.
HSL color Cylindrical-coordinate representation of color #DCE527: hue angle of 62.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCE527 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 39 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.10 |
| HSL | 62.84º | 0.79% | 0.53% | - |
| HSV(B) | 62.84º | 0.83% | 0.9% | - |
| XYZ | 57.9 | 71.4 | 12.65 | - |
| YUV | 204.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 39 | 0.04 | 0 | 0.83 | 0.10 | 62.84 | 0.79 | 0.53 |
| Hex | DC | E5 | 27 | 4 | 0 | 53 | A | 3F | 4F | 35 |
| Octal | 334 | 345 | 47 | 4 | 0 | 123 | 12 | 77 | 117 | 65 |
| Binary | 11011100 | 11100101 | 100111 | 100 | 0 | 1010011 | 1010 | 111111 | 1001111 | 110101 |
Color Harmonies of #DCE527
Complementary color
Monochromatic Colors of #DCE527
Black with #DCE527
Text Example
Text Example
White with #DCE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE527; }
p { color: rgb(220,229,39); }
H1.HeaderClassName
{
color: #DCE527;
}
.AnyTagClassName
{
color: #DCE527;
}
</style>
background-color css
<style>
a { background-color: #DCE527; }
a { background-color: rgb(220,229,39); }
div.DivClassName
{
background-color: #DCE527;
}
.BgClassName
{
background-color: #DCE527;
}
</style>
border-color css
<style>
span { border-color: #DCE527; }
span { border-color: rgb(220,229,39); }
td.TdClassName
{
border-color: #DCE527;
}
.TagClassName
{
border-color: #DCE527;
}
</style>