Shades of Pear #DCE41E
Tints of Pear #DCE41E
RGB
CMYK
RGB Variations
Color information
#DCE41E (or 0xDCE41E) is known color: Pear. HEX triplet: DC, E4 and 1E. RGB value is (220,228,30). Sum of RGB (Red+Green+Blue) = 220+228+30=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE41E is #231BE1. Grayscale: #CBCBCB. Windows color (decimal): -2300898 or 2024668. OLE color: 2024668.
HSL color Cylindrical-coordinate representation of color #DCE41E: hue angle of 62.42º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCE41E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.11 |
| HSL | 62.42º | 0.79% | 0.51% | - |
| HSV(B) | 62.42º | 0.87% | 0.89% | - |
| XYZ | 57.49 | 70.8 | 11.86 | - |
| YUV | 203.04 | 30.35 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 30 | 0.04 | 0 | 0.87 | 0.11 | 62.42 | 0.79 | 0.51 |
| Hex | DC | E4 | 1E | 4 | 0 | 57 | B | 3E | 4F | 33 |
| Octal | 334 | 344 | 36 | 4 | 0 | 127 | 13 | 76 | 117 | 63 |
| Binary | 11011100 | 11100100 | 11110 | 100 | 0 | 1010111 | 1011 | 111110 | 1001111 | 110011 |
Color Harmonies of #DCE41E
Complementary color
Monochromatic Colors of #DCE41E
Black with #DCE41E
Text Example
Text Example
White with #DCE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE41E; }
p { color: rgb(220,228,30); }
H1.HeaderClassName
{
color: #DCE41E;
}
.AnyTagClassName
{
color: #DCE41E;
}
</style>
background-color css
<style>
a { background-color: #DCE41E; }
a { background-color: rgb(220,228,30); }
div.DivClassName
{
background-color: #DCE41E;
}
.BgClassName
{
background-color: #DCE41E;
}
</style>
border-color css
<style>
span { border-color: #DCE41E; }
span { border-color: rgb(220,228,30); }
td.TdClassName
{
border-color: #DCE41E;
}
.TagClassName
{
border-color: #DCE41E;
}
</style>