Shades of Pear #DCE621
Tints of Pear #DCE621
RGB
CMYK
RGB Variations
Color information
#DCE621 (or 0xDCE621) is known color: Pear. HEX triplet: DC, E6 and 21. RGB value is (220,230,33). Sum of RGB (Red+Green+Blue) = 220+230+33=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE621 is #2319DE. Grayscale: #CDCDCD. Windows color (decimal): -2300383 or 2221788. OLE color: 2221788.
HSL color Cylindrical-coordinate representation of color #DCE621: hue angle of 63.05º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE621 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 33 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.10 |
| HSL | 63.05º | 0.8% | 0.52% | - |
| HSV(B) | 63.05º | 0.86% | 0.9% | - |
| XYZ | 58.09 | 71.92 | 12.26 | - |
| YUV | 204.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 33 | 0.04 | 0 | 0.86 | 0.10 | 63.05 | 0.8 | 0.52 |
| Hex | DC | E6 | 21 | 4 | 0 | 56 | A | 3F | 50 | 34 |
| Octal | 334 | 346 | 41 | 4 | 0 | 126 | 12 | 77 | 120 | 64 |
| Binary | 11011100 | 11100110 | 100001 | 100 | 0 | 1010110 | 1010 | 111111 | 1010000 | 110100 |
Color Harmonies of #DCE621
Complementary color
Monochromatic Colors of #DCE621
Black with #DCE621
Text Example
Text Example
White with #DCE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE621; }
p { color: rgb(220,230,33); }
H1.HeaderClassName
{
color: #DCE621;
}
.AnyTagClassName
{
color: #DCE621;
}
</style>
background-color css
<style>
a { background-color: #DCE621; }
a { background-color: rgb(220,230,33); }
div.DivClassName
{
background-color: #DCE621;
}
.BgClassName
{
background-color: #DCE621;
}
</style>
border-color css
<style>
span { border-color: #DCE621; }
span { border-color: rgb(220,230,33); }
td.TdClassName
{
border-color: #DCE621;
}
.TagClassName
{
border-color: #DCE621;
}
</style>