Shades of Pear #DCE521
Tints of Pear #DCE521
RGB
CMYK
RGB Variations
Color information
#DCE521 (or 0xDCE521) is known color: Pear. HEX triplet: DC, E5 and 21. RGB value is (220,229,33). Sum of RGB (Red+Green+Blue) = 220+229+33=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE521 is #231ADE. Grayscale: #CCCCCC. Windows color (decimal): -2300639 or 2221532. OLE color: 2221532.
HSL color Cylindrical-coordinate representation of color #DCE521: hue angle of 62.76º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE521 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 33 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.10 |
| HSL | 62.76º | 0.79% | 0.51% | - |
| HSV(B) | 62.76º | 0.86% | 0.9% | - |
| XYZ | 57.81 | 71.36 | 12.17 | - |
| YUV | 203.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 33 | 0.04 | 0 | 0.86 | 0.10 | 62.76 | 0.79 | 0.51 |
| Hex | DC | E5 | 21 | 4 | 0 | 56 | A | 3F | 4F | 33 |
| Octal | 334 | 345 | 41 | 4 | 0 | 126 | 12 | 77 | 117 | 63 |
| Binary | 11011100 | 11100101 | 100001 | 100 | 0 | 1010110 | 1010 | 111111 | 1001111 | 110011 |
Color Harmonies of #DCE521
Complementary color
Monochromatic Colors of #DCE521
Black with #DCE521
Text Example
Text Example
White with #DCE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE521; }
p { color: rgb(220,229,33); }
H1.HeaderClassName
{
color: #DCE521;
}
.AnyTagClassName
{
color: #DCE521;
}
</style>
background-color css
<style>
a { background-color: #DCE521; }
a { background-color: rgb(220,229,33); }
div.DivClassName
{
background-color: #DCE521;
}
.BgClassName
{
background-color: #DCE521;
}
</style>
border-color css
<style>
span { border-color: #DCE521; }
span { border-color: rgb(220,229,33); }
td.TdClassName
{
border-color: #DCE521;
}
.TagClassName
{
border-color: #DCE521;
}
</style>