Shades of Pear #DFED1E
Tints of Pear #DFED1E
RGB
CMYK
RGB Variations
Color information
#DFED1E (or 0xDFED1E) is known color: Pear. HEX triplet: DF, ED and 1E. RGB value is (223,237,30). Sum of RGB (Red+Green+Blue) = 223+237+30=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED1E is #2012E1. Grayscale: #D2D2D2. Windows color (decimal): -2101986 or 2026975. OLE color: 2026975.
HSL color Cylindrical-coordinate representation of color #DFED1E: hue angle of 64.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFED1E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 30 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.07 |
| HSL | 64.06º | 0.85% | 0.52% | - |
| HSV(B) | 64.06º | 0.87% | 0.93% | - |
| XYZ | 60.95 | 76.35 | 12.75 | - |
| YUV | 209.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 30 | 0.06 | 0 | 0.87 | 0.07 | 64.06 | 0.85 | 0.52 |
| Hex | DF | ED | 1E | 6 | 0 | 57 | 7 | 40 | 55 | 34 |
| Octal | 337 | 355 | 36 | 6 | 0 | 127 | 7 | 100 | 125 | 64 |
| Binary | 11011111 | 11101101 | 11110 | 110 | 0 | 1010111 | 111 | 1000000 | 1010101 | 110100 |
Color Harmonies of #DFED1E
Complementary color
Monochromatic Colors of #DFED1E
Black with #DFED1E
Text Example
Text Example
White with #DFED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED1E; }
p { color: rgb(223,237,30); }
H1.HeaderClassName
{
color: #DFED1E;
}
.AnyTagClassName
{
color: #DFED1E;
}
</style>
background-color css
<style>
a { background-color: #DFED1E; }
a { background-color: rgb(223,237,30); }
div.DivClassName
{
background-color: #DFED1E;
}
.BgClassName
{
background-color: #DFED1E;
}
</style>
border-color css
<style>
span { border-color: #DFED1E; }
span { border-color: rgb(223,237,30); }
td.TdClassName
{
border-color: #DFED1E;
}
.TagClassName
{
border-color: #DFED1E;
}
</style>