Shades of Pear #DFEA2A
Tints of Pear #DFEA2A
RGB
CMYK
RGB Variations
Color information
#DFEA2A (or 0xDFEA2A) is known color: Pear. HEX triplet: DF, EA and 2A. RGB value is (223,234,42). Sum of RGB (Red+Green+Blue) = 223+234+42=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA2A is #2015D5. Grayscale: #D1D1D1. Windows color (decimal): -2102742 or 2812639. OLE color: 2812639.
HSL color Cylindrical-coordinate representation of color #DFEA2A: hue angle of 63.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFEA2A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 42 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.08 |
| HSL | 63.44º | 0.82% | 0.54% | - |
| HSV(B) | 63.44º | 0.82% | 0.92% | - |
| XYZ | 60.27 | 74.7 | 13.43 | - |
| YUV | 208.82 | 33.86 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 42 | 0.05 | 0 | 0.82 | 0.08 | 63.44 | 0.82 | 0.54 |
| Hex | DF | EA | 2A | 5 | 0 | 52 | 8 | 3F | 52 | 36 |
| Octal | 337 | 352 | 52 | 5 | 0 | 122 | 10 | 77 | 122 | 66 |
| Binary | 11011111 | 11101010 | 101010 | 101 | 0 | 1010010 | 1000 | 111111 | 1010010 | 110110 |
Color Harmonies of #DFEA2A
Complementary color
Monochromatic Colors of #DFEA2A
Black with #DFEA2A
Text Example
Text Example
White with #DFEA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA2A; }
p { color: rgb(223,234,42); }
H1.HeaderClassName
{
color: #DFEA2A;
}
.AnyTagClassName
{
color: #DFEA2A;
}
</style>
background-color css
<style>
a { background-color: #DFEA2A; }
a { background-color: rgb(223,234,42); }
div.DivClassName
{
background-color: #DFEA2A;
}
.BgClassName
{
background-color: #DFEA2A;
}
</style>
border-color css
<style>
span { border-color: #DFEA2A; }
span { border-color: rgb(223,234,42); }
td.TdClassName
{
border-color: #DFEA2A;
}
.TagClassName
{
border-color: #DFEA2A;
}
</style>