Shades of Pear #DCE62F
Tints of Pear #DCE62F
RGB
CMYK
RGB Variations
Color information
#DCE62F (or 0xDCE62F) is known color: Pear. HEX triplet: DC, E6 and 2F. RGB value is (220,230,47). Sum of RGB (Red+Green+Blue) = 220+230+47=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE62F is #2319D0. Grayscale: #CECECE. Windows color (decimal): -2300369 or 3139292. OLE color: 3139292.
HSL color Cylindrical-coordinate representation of color #DCE62F: hue angle of 63.28º 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 #DCE62F is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 47 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.10 |
| HSL | 63.28º | 0.79% | 0.54% | - |
| HSV(B) | 63.28º | 0.8% | 0.9% | - |
| XYZ | 58.33 | 72.01 | 13.52 | - |
| YUV | 206.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 47 | 0.04 | 0 | 0.80 | 0.10 | 63.28 | 0.79 | 0.54 |
| Hex | DC | E6 | 2F | 4 | 0 | 50 | A | 3F | 4F | 36 |
| Octal | 334 | 346 | 57 | 4 | 0 | 120 | 12 | 77 | 117 | 66 |
| Binary | 11011100 | 11100110 | 101111 | 100 | 0 | 1010000 | 1010 | 111111 | 1001111 | 110110 |
Color Harmonies of #DCE62F
Complementary color
Monochromatic Colors of #DCE62F
Black with #DCE62F
Text Example
Text Example
White with #DCE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE62F; }
p { color: rgb(220,230,47); }
H1.HeaderClassName
{
color: #DCE62F;
}
.AnyTagClassName
{
color: #DCE62F;
}
</style>
background-color css
<style>
a { background-color: #DCE62F; }
a { background-color: rgb(220,230,47); }
div.DivClassName
{
background-color: #DCE62F;
}
.BgClassName
{
background-color: #DCE62F;
}
</style>
border-color css
<style>
span { border-color: #DCE62F; }
span { border-color: rgb(220,230,47); }
td.TdClassName
{
border-color: #DCE62F;
}
.TagClassName
{
border-color: #DCE62F;
}
</style>