#DFEF3A

Color #DFEF3A Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DFEF3A

Tints of Pear #DFEF3A

Color information

#DFEF3A (or 0xDFEF3A) is unknown color: approx 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

RGB22323958-
CMYK0.0700.760.06
HSL65.3º84.98%58.24%-
HSV(B)65.3º75.73%93.73%-
XYZ62.0677.7315.73-
YUV213.5840.2134.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 58 (23.05% from 255) = 11.15%
R=42.88%
G=45.96%
B=11.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223239580.0700.760.0665.384.9858.24
HexDFEF3A704C641553a
Octal3373577270114610112572
Binary11011111111011111110101110100110011010000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>