Shades of Pear #DFEA31
Tints of Pear #DFEA31
RGB
CMYK
RGB Variations
Color information
#DFEA31 (or 0xDFEA31) is known color: Pear. HEX triplet: DF, EA and 31. RGB value is (223,234,49). Sum of RGB (Red+Green+Blue) = 223+234+49=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA31 is #2015CE. Grayscale: #D2D2D2. Windows color (decimal): -2102735 or 3271391. OLE color: 3271391.
HSL color Cylindrical-coordinate representation of color #DFEA31: hue angle of 63.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFEA31 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 49 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.08 |
| HSL | 63.57º | 0.81% | 0.55% | - |
| HSV(B) | 63.57º | 0.79% | 0.92% | - |
| XYZ | 60.41 | 74.76 | 14.15 | - |
| YUV | 209.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 49 | 0.05 | 0 | 0.79 | 0.08 | 63.57 | 0.81 | 0.55 |
| Hex | DF | EA | 31 | 5 | 0 | 4F | 8 | 40 | 51 | 37 |
| Octal | 337 | 352 | 61 | 5 | 0 | 117 | 10 | 100 | 121 | 67 |
| Binary | 11011111 | 11101010 | 110001 | 101 | 0 | 1001111 | 1000 | 1000000 | 1010001 | 110111 |
Color Harmonies of #DFEA31
Complementary color
Monochromatic Colors of #DFEA31
Black with #DFEA31
Text Example
Text Example
White with #DFEA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA31; }
p { color: rgb(223,234,49); }
H1.HeaderClassName
{
color: #DFEA31;
}
.AnyTagClassName
{
color: #DFEA31;
}
</style>
background-color css
<style>
a { background-color: #DFEA31; }
a { background-color: rgb(223,234,49); }
div.DivClassName
{
background-color: #DFEA31;
}
.BgClassName
{
background-color: #DFEA31;
}
</style>
border-color css
<style>
span { border-color: #DFEA31; }
span { border-color: rgb(223,234,49); }
td.TdClassName
{
border-color: #DFEA31;
}
.TagClassName
{
border-color: #DFEA31;
}
</style>