Shades of Pear #DCE71F
Tints of Pear #DCE71F
RGB
CMYK
RGB Variations
Color information
#DCE71F (or 0xDCE71F) is known color: Pear. HEX triplet: DC, E7 and 1F. RGB value is (220,231,31). Sum of RGB (Red+Green+Blue) = 220+231+31=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE71F is #2318E0. Grayscale: #CDCDCD. Windows color (decimal): -2300129 or 2090972. OLE color: 2090972.
HSL color Cylindrical-coordinate representation of color #DCE71F: hue angle of 63.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCE71F is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 31 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.09 |
| HSL | 63.3º | 0.81% | 0.51% | - |
| HSV(B) | 63.3º | 0.87% | 0.91% | - |
| XYZ | 58.34 | 72.47 | 12.21 | - |
| YUV | 204.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 31 | 0.05 | 0 | 0.87 | 0.09 | 63.3 | 0.81 | 0.51 |
| Hex | DC | E7 | 1F | 5 | 0 | 57 | 9 | 3F | 51 | 33 |
| Octal | 334 | 347 | 37 | 5 | 0 | 127 | 11 | 77 | 121 | 63 |
| Binary | 11011100 | 11100111 | 11111 | 101 | 0 | 1010111 | 1001 | 111111 | 1010001 | 110011 |
Color Harmonies of #DCE71F
Complementary color
Monochromatic Colors of #DCE71F
Black with #DCE71F
Text Example
Text Example
White with #DCE71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE71F; }
p { color: rgb(220,231,31); }
H1.HeaderClassName
{
color: #DCE71F;
}
.AnyTagClassName
{
color: #DCE71F;
}
</style>
background-color css
<style>
a { background-color: #DCE71F; }
a { background-color: rgb(220,231,31); }
div.DivClassName
{
background-color: #DCE71F;
}
.BgClassName
{
background-color: #DCE71F;
}
</style>
border-color css
<style>
span { border-color: #DCE71F; }
span { border-color: rgb(220,231,31); }
td.TdClassName
{
border-color: #DCE71F;
}
.TagClassName
{
border-color: #DCE71F;
}
</style>