Shades of Pear #DFEF3A
Tints of Pear #DFEF3A
RGB
CMYK
RGB Variations
Color information
#DFEF3A (or 0xDFEF3A) is known color: Pear. HEX triplet: DF, EF and 3A. RGB value is (223,239,58). Sum of RGB (Red+Green+Blue) = 223+239+58=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF3A is #2010C5. Grayscale: #D6D6D6. Windows color (decimal): -2101446 or 3862495. OLE color: 3862495.
HSL color Cylindrical-coordinate representation of color #DFEF3A: hue angle of 65.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFEF3A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 58 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.06 |
| HSL | 65.3º | 0.85% | 0.58% | - |
| HSV(B) | 65.3º | 0.76% | 0.94% | - |
| XYZ | 62.06 | 77.73 | 15.73 | - |
| YUV | 213.58 | 40.2 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 58 | 0.07 | 0 | 0.76 | 0.06 | 65.3 | 0.85 | 0.58 |
| Hex | DF | EF | 3A | 7 | 0 | 4C | 6 | 41 | 55 | 3A |
| Octal | 337 | 357 | 72 | 7 | 0 | 114 | 6 | 101 | 125 | 72 |
| Binary | 11011111 | 11101111 | 111010 | 111 | 0 | 1001100 | 110 | 1000001 | 1010101 | 111010 |
Color Harmonies of #DFEF3A
Complementary color
Monochromatic Colors of #DFEF3A
Black with #DFEF3A
Text Example
Text Example
White with #DFEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF3A; }
p { color: rgb(223,239,58); }
H1.HeaderClassName
{
color: #DFEF3A;
}
.AnyTagClassName
{
color: #DFEF3A;
}
</style>
background-color css
<style>
a { background-color: #DFEF3A; }
a { background-color: rgb(223,239,58); }
div.DivClassName
{
background-color: #DFEF3A;
}
.BgClassName
{
background-color: #DFEF3A;
}
</style>
border-color css
<style>
span { border-color: #DFEF3A; }
span { border-color: rgb(223,239,58); }
td.TdClassName
{
border-color: #DFEF3A;
}
.TagClassName
{
border-color: #DFEF3A;
}
</style>