Shades of Pear #DFEA1B
Tints of Pear #DFEA1B
RGB
CMYK
RGB Variations
Color information
#DFEA1B (or 0xDFEA1B) is known color: Pear. HEX triplet: DF, EA and 1B. RGB value is (223,234,27). Sum of RGB (Red+Green+Blue) = 223+234+27=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA1B is #2015E4. Grayscale: #CFCFCF. Windows color (decimal): -2102757 or 1829599. OLE color: 1829599.
HSL color Cylindrical-coordinate representation of color #DFEA1B: hue angle of 63.19º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFEA1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.08 |
| HSL | 63.19º | 0.83% | 0.51% | - |
| HSV(B) | 63.19º | 0.88% | 0.92% | - |
| XYZ | 60.05 | 74.61 | 12.27 | - |
| YUV | 207.11 | 26.36 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 27 | 0.05 | 0 | 0.88 | 0.08 | 63.19 | 0.83 | 0.51 |
| Hex | DF | EA | 1B | 5 | 0 | 58 | 8 | 3F | 53 | 33 |
| Octal | 337 | 352 | 33 | 5 | 0 | 130 | 10 | 77 | 123 | 63 |
| Binary | 11011111 | 11101010 | 11011 | 101 | 0 | 1011000 | 1000 | 111111 | 1010011 | 110011 |
Color Harmonies of #DFEA1B
Complementary color
Monochromatic Colors of #DFEA1B
Black with #DFEA1B
Text Example
Text Example
White with #DFEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA1B; }
p { color: rgb(223,234,27); }
H1.HeaderClassName
{
color: #DFEA1B;
}
.AnyTagClassName
{
color: #DFEA1B;
}
</style>
background-color css
<style>
a { background-color: #DFEA1B; }
a { background-color: rgb(223,234,27); }
div.DivClassName
{
background-color: #DFEA1B;
}
.BgClassName
{
background-color: #DFEA1B;
}
</style>
border-color css
<style>
span { border-color: #DFEA1B; }
span { border-color: rgb(223,234,27); }
td.TdClassName
{
border-color: #DFEA1B;
}
.TagClassName
{
border-color: #DFEA1B;
}
</style>