Shades of Pear #DCE61E
Tints of Pear #DCE61E
RGB
CMYK
RGB Variations
Color information
#DCE61E (or 0xDCE61E) is known color: Pear. HEX triplet: DC, E6 and 1E. RGB value is (220,230,30). Sum of RGB (Red+Green+Blue) = 220+230+30=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE61E is #2319E1. Grayscale: #CDCDCD. Windows color (decimal): -2300386 or 2025180. OLE color: 2025180.
HSL color Cylindrical-coordinate representation of color #DCE61E: hue angle of 63º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCE61E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.10 |
| HSL | 63º | 0.8% | 0.51% | - |
| HSV(B) | 63º | 0.87% | 0.9% | - |
| XYZ | 58.05 | 71.9 | 12.05 | - |
| YUV | 204.21 | 29.69 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 30 | 0.04 | 0 | 0.87 | 0.10 | 63 | 0.8 | 0.51 |
| Hex | DC | E6 | 1E | 4 | 0 | 57 | A | 3F | 50 | 33 |
| Octal | 334 | 346 | 36 | 4 | 0 | 127 | 12 | 77 | 120 | 63 |
| Binary | 11011100 | 11100110 | 11110 | 100 | 0 | 1010111 | 1010 | 111111 | 1010000 | 110011 |
Color Harmonies of #DCE61E
Complementary color
Monochromatic Colors of #DCE61E
Black with #DCE61E
Text Example
Text Example
White with #DCE61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE61E; }
p { color: rgb(220,230,30); }
H1.HeaderClassName
{
color: #DCE61E;
}
.AnyTagClassName
{
color: #DCE61E;
}
</style>
background-color css
<style>
a { background-color: #DCE61E; }
a { background-color: rgb(220,230,30); }
div.DivClassName
{
background-color: #DCE61E;
}
.BgClassName
{
background-color: #DCE61E;
}
</style>
border-color css
<style>
span { border-color: #DCE61E; }
span { border-color: rgb(220,230,30); }
td.TdClassName
{
border-color: #DCE61E;
}
.TagClassName
{
border-color: #DCE61E;
}
</style>