Shades of Pear #DFED1C
Tints of Pear #DFED1C
RGB
CMYK
RGB Variations
Color information
#DFED1C (or 0xDFED1C) is known color: Pear. HEX triplet: DF, ED and 1C. RGB value is (223,237,28). Sum of RGB (Red+Green+Blue) = 223+237+28=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED1C is #2012E3. Grayscale: #D1D1D1. Windows color (decimal): -2101988 or 1895903. OLE color: 1895903.
HSL color Cylindrical-coordinate representation of color #DFED1C: hue angle of 64.02º degrees, saturation: 0.85, 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 #DFED1C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.07 |
| HSL | 64.02º | 0.85% | 0.52% | - |
| HSV(B) | 64.02º | 0.88% | 0.93% | - |
| XYZ | 60.93 | 76.34 | 12.62 | - |
| YUV | 208.99 | 25.86 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 28 | 0.06 | 0 | 0.88 | 0.07 | 64.02 | 0.85 | 0.52 |
| Hex | DF | ED | 1C | 6 | 0 | 58 | 7 | 40 | 55 | 34 |
| Octal | 337 | 355 | 34 | 6 | 0 | 130 | 7 | 100 | 125 | 64 |
| Binary | 11011111 | 11101101 | 11100 | 110 | 0 | 1011000 | 111 | 1000000 | 1010101 | 110100 |
Color Harmonies of #DFED1C
Complementary color
Monochromatic Colors of #DFED1C
Black with #DFED1C
Text Example
Text Example
White with #DFED1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED1C; }
p { color: rgb(223,237,28); }
H1.HeaderClassName
{
color: #DFED1C;
}
.AnyTagClassName
{
color: #DFED1C;
}
</style>
background-color css
<style>
a { background-color: #DFED1C; }
a { background-color: rgb(223,237,28); }
div.DivClassName
{
background-color: #DFED1C;
}
.BgClassName
{
background-color: #DFED1C;
}
</style>
border-color css
<style>
span { border-color: #DFED1C; }
span { border-color: rgb(223,237,28); }
td.TdClassName
{
border-color: #DFED1C;
}
.TagClassName
{
border-color: #DFED1C;
}
</style>