Shades of Pear #DCE71A
Tints of Pear #DCE71A
RGB
CMYK
RGB Variations
Color information
#DCE71A (or 0xDCE71A) is known color: Pear. HEX triplet: DC, E7 and 1A. RGB value is (220,231,26). Sum of RGB (Red+Green+Blue) = 220+231+26=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE71A is #2318E5. Grayscale: #CDCDCD. Windows color (decimal): -2300134 or 1763292. OLE color: 1763292.
HSL color Cylindrical-coordinate representation of color #DCE71A: hue angle of 63.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCE71A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 26 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.09 |
| HSL | 63.22º | 0.81% | 0.5% | - |
| HSV(B) | 63.22º | 0.89% | 0.91% | - |
| XYZ | 58.28 | 72.44 | 11.89 | - |
| YUV | 204.34 | 27.36 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 26 | 0.05 | 0 | 0.89 | 0.09 | 63.22 | 0.81 | 0.5 |
| Hex | DC | E7 | 1A | 5 | 0 | 59 | 9 | 3F | 51 | 32 |
| Octal | 334 | 347 | 32 | 5 | 0 | 131 | 11 | 77 | 121 | 62 |
| Binary | 11011100 | 11100111 | 11010 | 101 | 0 | 1011001 | 1001 | 111111 | 1010001 | 110010 |
Color Harmonies of #DCE71A
Complementary color
Monochromatic Colors of #DCE71A
Black with #DCE71A
Text Example
Text Example
White with #DCE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE71A; }
p { color: rgb(220,231,26); }
H1.HeaderClassName
{
color: #DCE71A;
}
.AnyTagClassName
{
color: #DCE71A;
}
</style>
background-color css
<style>
a { background-color: #DCE71A; }
a { background-color: rgb(220,231,26); }
div.DivClassName
{
background-color: #DCE71A;
}
.BgClassName
{
background-color: #DCE71A;
}
</style>
border-color css
<style>
span { border-color: #DCE71A; }
span { border-color: rgb(220,231,26); }
td.TdClassName
{
border-color: #DCE71A;
}
.TagClassName
{
border-color: #DCE71A;
}
</style>