#DFED35

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

Shades of Pear #DFED35

Tints of Pear #DFED35

Color information

#DFED35 (or 0xDFED35) is unknown color: approx Pear. HEX triplet: DF, ED and 35. RGB value is (223,237,53). Sum of RGB (Red+Green+Blue) = 223+237+53=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED35 is #2012CA. Grayscale: #D4D4D4. Windows color (decimal): -2101963 or 3534303. OLE color: 3534303.

HSL color Cylindrical-coordinate representation of color #DFED35: hue angle of 64.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFED35 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB22323753-
CMYK0.0600.780.07
HSL64.57º83.64%56.86%-
HSV(B)64.57º77.64%92.94%-
XYZ61.3676.5114.9-
YUV211.8438.36135.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 53 (21.09% from 255) = 10.33%
R=43.47%
G=46.20%
B=10.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223237530.0600.780.0764.5783.6456.86
HexDFED35604E7415439
Octal3373556560116710112471
Binary11011111111011011101011100100111011110000011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFED35; }

 p { color: rgb(223,237,53); }

 H1.HeaderClassName
 {
   color: #DFED35;
 }
 .AnyTagClassName
 {
   color: #DFED35;
 }
</style>
background-color css

<style>
 a { background-color: #DFED35; }

 a { background-color: rgb(223,237,53); }

 div.DivClassName
 {
   background-color: #DFED35;
 }
 .BgClassName
 {
   background-color: #DFED35;
 }
</style>
border-color css

<style>
 span { border-color: #DFED35; }

 span { border-color: rgb(223,237,53); }

 td.TdClassName
 {
   border-color: #DFED35;
 }
 .TagClassName
 {
   border-color: #DFED35;
 }
</style>