Shades of Pear #DFEC31
Tints of Pear #DFEC31
RGB
CMYK
RGB Variations
Color information
#DFEC31 (or 0xDFEC31) is known color: Pear. HEX triplet: DF, EC and 31. RGB value is (223,236,49). Sum of RGB (Red+Green+Blue) = 223+236+49=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC31 is #2013CE. Grayscale: #D3D3D3. Windows color (decimal): -2102223 or 3271903. OLE color: 3271903.
HSL color Cylindrical-coordinate representation of color #DFEC31: hue angle of 64.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFEC31 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 49 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.07 |
| HSL | 64.17º | 0.83% | 0.56% | - |
| HSV(B) | 64.17º | 0.79% | 0.93% | - |
| XYZ | 60.98 | 75.9 | 14.34 | - |
| YUV | 210.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 49 | 0.06 | 0 | 0.79 | 0.07 | 64.17 | 0.83 | 0.56 |
| Hex | DF | EC | 31 | 6 | 0 | 4F | 7 | 40 | 53 | 38 |
| Octal | 337 | 354 | 61 | 6 | 0 | 117 | 7 | 100 | 123 | 70 |
| Binary | 11011111 | 11101100 | 110001 | 110 | 0 | 1001111 | 111 | 1000000 | 1010011 | 111000 |
Color Harmonies of #DFEC31
Complementary color
Monochromatic Colors of #DFEC31
Black with #DFEC31
Text Example
Text Example
White with #DFEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC31; }
p { color: rgb(223,236,49); }
H1.HeaderClassName
{
color: #DFEC31;
}
.AnyTagClassName
{
color: #DFEC31;
}
</style>
background-color css
<style>
a { background-color: #DFEC31; }
a { background-color: rgb(223,236,49); }
div.DivClassName
{
background-color: #DFEC31;
}
.BgClassName
{
background-color: #DFEC31;
}
</style>
border-color css
<style>
span { border-color: #DFEC31; }
span { border-color: rgb(223,236,49); }
td.TdClassName
{
border-color: #DFEC31;
}
.TagClassName
{
border-color: #DFEC31;
}
</style>