Shades of Pear #DFE91C
Tints of Pear #DFE91C
RGB
CMYK
RGB Variations
Color information
#DFE91C (or 0xDFE91C) is known color: Pear. HEX triplet: DF, E9 and 1C. RGB value is (223,233,28). Sum of RGB (Red+Green+Blue) = 223+233+28=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE91C is #2016E3. Grayscale: #CFCFCF. Windows color (decimal): -2103012 or 1894879. OLE color: 1894879.
HSL color Cylindrical-coordinate representation of color #DFE91C: hue angle of 62.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFE91C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 28 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.09 |
| HSL | 62.93º | 0.82% | 0.51% | - |
| HSV(B) | 62.93º | 0.88% | 0.91% | - |
| XYZ | 59.78 | 74.05 | 12.24 | - |
| YUV | 206.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 28 | 0.04 | 0 | 0.88 | 0.09 | 62.93 | 0.82 | 0.51 |
| Hex | DF | E9 | 1C | 4 | 0 | 58 | 9 | 3F | 52 | 33 |
| Octal | 337 | 351 | 34 | 4 | 0 | 130 | 11 | 77 | 122 | 63 |
| Binary | 11011111 | 11101001 | 11100 | 100 | 0 | 1011000 | 1001 | 111111 | 1010010 | 110011 |
Color Harmonies of #DFE91C
Complementary color
Monochromatic Colors of #DFE91C
Black with #DFE91C
Text Example
Text Example
White with #DFE91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE91C; }
p { color: rgb(223,233,28); }
H1.HeaderClassName
{
color: #DFE91C;
}
.AnyTagClassName
{
color: #DFE91C;
}
</style>
background-color css
<style>
a { background-color: #DFE91C; }
a { background-color: rgb(223,233,28); }
div.DivClassName
{
background-color: #DFE91C;
}
.BgClassName
{
background-color: #DFE91C;
}
</style>
border-color css
<style>
span { border-color: #DFE91C; }
span { border-color: rgb(223,233,28); }
td.TdClassName
{
border-color: #DFE91C;
}
.TagClassName
{
border-color: #DFE91C;
}
</style>