Shades of Pear #DCE62D
Tints of Pear #DCE62D
RGB
CMYK
RGB Variations
Color information
#DCE62D (or 0xDCE62D) is known color: Pear. HEX triplet: DC, E6 and 2D. RGB value is (220,230,45). Sum of RGB (Red+Green+Blue) = 220+230+45=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE62D is #2319D2. Grayscale: #CECECE. Windows color (decimal): -2300371 or 3008220. OLE color: 3008220.
HSL color Cylindrical-coordinate representation of color #DCE62D: hue angle of 63.24º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE62D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 45 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.10 |
| HSL | 63.24º | 0.79% | 0.54% | - |
| HSV(B) | 63.24º | 0.8% | 0.9% | - |
| XYZ | 58.29 | 72 | 13.31 | - |
| YUV | 205.92 | 37.19 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 45 | 0.04 | 0 | 0.80 | 0.10 | 63.24 | 0.79 | 0.54 |
| Hex | DC | E6 | 2D | 4 | 0 | 50 | A | 3F | 4F | 36 |
| Octal | 334 | 346 | 55 | 4 | 0 | 120 | 12 | 77 | 117 | 66 |
| Binary | 11011100 | 11100110 | 101101 | 100 | 0 | 1010000 | 1010 | 111111 | 1001111 | 110110 |
Color Harmonies of #DCE62D
Complementary color
Monochromatic Colors of #DCE62D
Black with #DCE62D
Text Example
Text Example
White with #DCE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE62D; }
p { color: rgb(220,230,45); }
H1.HeaderClassName
{
color: #DCE62D;
}
.AnyTagClassName
{
color: #DCE62D;
}
</style>
background-color css
<style>
a { background-color: #DCE62D; }
a { background-color: rgb(220,230,45); }
div.DivClassName
{
background-color: #DCE62D;
}
.BgClassName
{
background-color: #DCE62D;
}
</style>
border-color css
<style>
span { border-color: #DCE62D; }
span { border-color: rgb(220,230,45); }
td.TdClassName
{
border-color: #DCE62D;
}
.TagClassName
{
border-color: #DCE62D;
}
</style>