Shades of Pear #DFEF1C
Tints of Pear #DFEF1C
RGB
CMYK
RGB Variations
Color information
#DFEF1C (or 0xDFEF1C) is known color: Pear. HEX triplet: DF, EF and 1C. RGB value is (223,239,28). Sum of RGB (Red+Green+Blue) = 223+239+28=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF1C is #2010E3. Grayscale: #D2D2D2. Windows color (decimal): -2101476 or 1896415. OLE color: 1896415.
HSL color Cylindrical-coordinate representation of color #DFEF1C: hue angle of 64.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFEF1C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.06 |
| HSL | 64.55º | 0.87% | 0.52% | - |
| HSV(B) | 64.55º | 0.88% | 0.94% | - |
| XYZ | 61.51 | 77.5 | 12.82 | - |
| YUV | 210.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 28 | 0.07 | 0 | 0.88 | 0.06 | 64.55 | 0.87 | 0.52 |
| Hex | DF | EF | 1C | 7 | 0 | 58 | 6 | 41 | 57 | 34 |
| Octal | 337 | 357 | 34 | 7 | 0 | 130 | 6 | 101 | 127 | 64 |
| Binary | 11011111 | 11101111 | 11100 | 111 | 0 | 1011000 | 110 | 1000001 | 1010111 | 110100 |
Color Harmonies of #DFEF1C
Complementary color
Monochromatic Colors of #DFEF1C
Black with #DFEF1C
Text Example
Text Example
White with #DFEF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF1C; }
p { color: rgb(223,239,28); }
H1.HeaderClassName
{
color: #DFEF1C;
}
.AnyTagClassName
{
color: #DFEF1C;
}
</style>
background-color css
<style>
a { background-color: #DFEF1C; }
a { background-color: rgb(223,239,28); }
div.DivClassName
{
background-color: #DFEF1C;
}
.BgClassName
{
background-color: #DFEF1C;
}
</style>
border-color css
<style>
span { border-color: #DFEF1C; }
span { border-color: rgb(223,239,28); }
td.TdClassName
{
border-color: #DFEF1C;
}
.TagClassName
{
border-color: #DFEF1C;
}
</style>