Shades of Pear #DFEE1C
Tints of Pear #DFEE1C
RGB
CMYK
RGB Variations
Color information
#DFEE1C (or 0xDFEE1C) is known color: Pear. HEX triplet: DF, EE and 1C. RGB value is (223,238,28). Sum of RGB (Red+Green+Blue) = 223+238+28=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE1C is #2011E3. Grayscale: #D2D2D2. Windows color (decimal): -2101732 or 1896159. OLE color: 1896159.
HSL color Cylindrical-coordinate representation of color #DFEE1C: hue angle of 64.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFEE1C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.07 |
| HSL | 64.29º | 0.86% | 0.52% | - |
| HSV(B) | 64.29º | 0.88% | 0.93% | - |
| XYZ | 61.22 | 76.92 | 12.72 | - |
| YUV | 209.58 | 25.53 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 28 | 0.06 | 0 | 0.88 | 0.07 | 64.29 | 0.86 | 0.52 |
| Hex | DF | EE | 1C | 6 | 0 | 58 | 7 | 40 | 56 | 34 |
| Octal | 337 | 356 | 34 | 6 | 0 | 130 | 7 | 100 | 126 | 64 |
| Binary | 11011111 | 11101110 | 11100 | 110 | 0 | 1011000 | 111 | 1000000 | 1010110 | 110100 |
Color Harmonies of #DFEE1C
Complementary color
Monochromatic Colors of #DFEE1C
Black with #DFEE1C
Text Example
Text Example
White with #DFEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE1C; }
p { color: rgb(223,238,28); }
H1.HeaderClassName
{
color: #DFEE1C;
}
.AnyTagClassName
{
color: #DFEE1C;
}
</style>
background-color css
<style>
a { background-color: #DFEE1C; }
a { background-color: rgb(223,238,28); }
div.DivClassName
{
background-color: #DFEE1C;
}
.BgClassName
{
background-color: #DFEE1C;
}
</style>
border-color css
<style>
span { border-color: #DFEE1C; }
span { border-color: rgb(223,238,28); }
td.TdClassName
{
border-color: #DFEE1C;
}
.TagClassName
{
border-color: #DFEE1C;
}
</style>