Shades of Pear #DCE529
Tints of Pear #DCE529
RGB
CMYK
RGB Variations
Color information
#DCE529 (or 0xDCE529) is known color: Pear. HEX triplet: DC, E5 and 29. RGB value is (220,229,41). Sum of RGB (Red+Green+Blue) = 220+229+41=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE529 is #231AD6. Grayscale: #CDCDCD. Windows color (decimal): -2300631 or 2745820. OLE color: 2745820.
HSL color Cylindrical-coordinate representation of color #DCE529: hue angle of 62.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCE529 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 41 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.10 |
| HSL | 62.87º | 0.78% | 0.53% | - |
| HSV(B) | 62.87º | 0.82% | 0.9% | - |
| XYZ | 57.93 | 71.41 | 12.83 | - |
| YUV | 204.88 | 35.52 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 41 | 0.04 | 0 | 0.82 | 0.10 | 62.87 | 0.78 | 0.53 |
| Hex | DC | E5 | 29 | 4 | 0 | 52 | A | 3F | 4E | 35 |
| Octal | 334 | 345 | 51 | 4 | 0 | 122 | 12 | 77 | 116 | 65 |
| Binary | 11011100 | 11100101 | 101001 | 100 | 0 | 1010010 | 1010 | 111111 | 1001110 | 110101 |
Color Harmonies of #DCE529
Complementary color
Monochromatic Colors of #DCE529
Black with #DCE529
Text Example
Text Example
White with #DCE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE529; }
p { color: rgb(220,229,41); }
H1.HeaderClassName
{
color: #DCE529;
}
.AnyTagClassName
{
color: #DCE529;
}
</style>
background-color css
<style>
a { background-color: #DCE529; }
a { background-color: rgb(220,229,41); }
div.DivClassName
{
background-color: #DCE529;
}
.BgClassName
{
background-color: #DCE529;
}
</style>
border-color css
<style>
span { border-color: #DCE529; }
span { border-color: rgb(220,229,41); }
td.TdClassName
{
border-color: #DCE529;
}
.TagClassName
{
border-color: #DCE529;
}
</style>