Shades of Pear #DFEF1A
Tints of Pear #DFEF1A
RGB
CMYK
RGB Variations
Color information
#DFEF1A (or 0xDFEF1A) is known color: Pear. HEX triplet: DF, EF and 1A. RGB value is (223,239,26). Sum of RGB (Red+Green+Blue) = 223+239+26=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF1A is #2010E5. Grayscale: #D2D2D2. Windows color (decimal): -2101478 or 1765343. OLE color: 1765343.
HSL color Cylindrical-coordinate representation of color #DFEF1A: hue angle of 64.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFEF1A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 26 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.06 |
| HSL | 64.51º | 0.87% | 0.52% | - |
| HSV(B) | 64.51º | 0.89% | 0.94% | - |
| XYZ | 61.48 | 77.5 | 12.69 | - |
| YUV | 209.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 26 | 0.07 | 0 | 0.89 | 0.06 | 64.51 | 0.87 | 0.52 |
| Hex | DF | EF | 1A | 7 | 0 | 59 | 6 | 41 | 57 | 34 |
| Octal | 337 | 357 | 32 | 7 | 0 | 131 | 6 | 101 | 127 | 64 |
| Binary | 11011111 | 11101111 | 11010 | 111 | 0 | 1011001 | 110 | 1000001 | 1010111 | 110100 |
Color Harmonies of #DFEF1A
Complementary color
Monochromatic Colors of #DFEF1A
Black with #DFEF1A
Text Example
Text Example
White with #DFEF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF1A; }
p { color: rgb(223,239,26); }
H1.HeaderClassName
{
color: #DFEF1A;
}
.AnyTagClassName
{
color: #DFEF1A;
}
</style>
background-color css
<style>
a { background-color: #DFEF1A; }
a { background-color: rgb(223,239,26); }
div.DivClassName
{
background-color: #DFEF1A;
}
.BgClassName
{
background-color: #DFEF1A;
}
</style>
border-color css
<style>
span { border-color: #DFEF1A; }
span { border-color: rgb(223,239,26); }
td.TdClassName
{
border-color: #DFEF1A;
}
.TagClassName
{
border-color: #DFEF1A;
}
</style>