Shades of Pear #DFE71F
Tints of Pear #DFE71F
RGB
CMYK
RGB Variations
Color information
#DFE71F (or 0xDFE71F) is known color: Pear. HEX triplet: DF, E7 and 1F. RGB value is (223,231,31). Sum of RGB (Red+Green+Blue) = 223+231+31=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE71F is #2018E0. Grayscale: #CECECE. Windows color (decimal): -2103521 or 2090975. OLE color: 2090975.
HSL color Cylindrical-coordinate representation of color #DFE71F: hue angle of 62.4º 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 #DFE71F is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 31 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.09 |
| HSL | 62.4º | 0.81% | 0.51% | - |
| HSV(B) | 62.4º | 0.87% | 0.91% | - |
| XYZ | 59.25 | 72.94 | 12.25 | - |
| YUV | 205.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 31 | 0.03 | 0 | 0.87 | 0.09 | 62.4 | 0.81 | 0.51 |
| Hex | DF | E7 | 1F | 3 | 0 | 57 | 9 | 3E | 51 | 33 |
| Octal | 337 | 347 | 37 | 3 | 0 | 127 | 11 | 76 | 121 | 63 |
| Binary | 11011111 | 11100111 | 11111 | 11 | 0 | 1010111 | 1001 | 111110 | 1010001 | 110011 |
Color Harmonies of #DFE71F
Complementary color
Monochromatic Colors of #DFE71F
Black with #DFE71F
Text Example
Text Example
White with #DFE71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE71F; }
p { color: rgb(223,231,31); }
H1.HeaderClassName
{
color: #DFE71F;
}
.AnyTagClassName
{
color: #DFE71F;
}
</style>
background-color css
<style>
a { background-color: #DFE71F; }
a { background-color: rgb(223,231,31); }
div.DivClassName
{
background-color: #DFE71F;
}
.BgClassName
{
background-color: #DFE71F;
}
</style>
border-color css
<style>
span { border-color: #DFE71F; }
span { border-color: rgb(223,231,31); }
td.TdClassName
{
border-color: #DFE71F;
}
.TagClassName
{
border-color: #DFE71F;
}
</style>