Shades of Pear #DFEF1E
Tints of Pear #DFEF1E
RGB
CMYK
RGB Variations
Color information
#DFEF1E (or 0xDFEF1E) is known color: Pear. HEX triplet: DF, EF and 1E. RGB value is (223,239,30). Sum of RGB (Red+Green+Blue) = 223+239+30=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF1E is #2010E1. Grayscale: #D3D3D3. Windows color (decimal): -2101474 or 2027487. OLE color: 2027487.
HSL color Cylindrical-coordinate representation of color #DFEF1E: hue angle of 64.59º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFEF1E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 30 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.06 |
| HSL | 64.59º | 0.87% | 0.53% | - |
| HSV(B) | 64.59º | 0.87% | 0.94% | - |
| XYZ | 61.53 | 77.51 | 12.95 | - |
| YUV | 210.39 | 26.2 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 30 | 0.07 | 0 | 0.87 | 0.06 | 64.59 | 0.87 | 0.53 |
| Hex | DF | EF | 1E | 7 | 0 | 57 | 6 | 41 | 57 | 35 |
| Octal | 337 | 357 | 36 | 7 | 0 | 127 | 6 | 101 | 127 | 65 |
| Binary | 11011111 | 11101111 | 11110 | 111 | 0 | 1010111 | 110 | 1000001 | 1010111 | 110101 |
Color Harmonies of #DFEF1E
Complementary color
Monochromatic Colors of #DFEF1E
Black with #DFEF1E
Text Example
Text Example
White with #DFEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF1E; }
p { color: rgb(223,239,30); }
H1.HeaderClassName
{
color: #DFEF1E;
}
.AnyTagClassName
{
color: #DFEF1E;
}
</style>
background-color css
<style>
a { background-color: #DFEF1E; }
a { background-color: rgb(223,239,30); }
div.DivClassName
{
background-color: #DFEF1E;
}
.BgClassName
{
background-color: #DFEF1E;
}
</style>
border-color css
<style>
span { border-color: #DFEF1E; }
span { border-color: rgb(223,239,30); }
td.TdClassName
{
border-color: #DFEF1E;
}
.TagClassName
{
border-color: #DFEF1E;
}
</style>