Color Hex Logo

#df953e Color Hex

#DF953E
(223,149,62)
0 Favorites   0 Comments

Color spaces of #df953e

RGB 22314962
HSL0.090.720.56
HSV32°72°87°
CMYK 0.000.330.72   0.13
XYZ42.048437.53079.5854
Yxy37.53070.47160.4209
Hunter Lab61.262315.307433.6068
CIE-Lab67.673320.323555.2937

#df953e color RGB value is (223,149,62).

#df953e hex color red value is 223, green value is 149 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #df953e hue: 0.09 , saturation: 0.72 and the lightness value of df953e is 0.56.

The process color (four color CMYK) of #df953e color hex is 0.00, 0.33, 0.72, 0.13. Web safe color of #df953e is #cc9933. Color #df953e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 00111110
Octal 337 225 76
Decimal 223 149 62
Hex DF 95 3E

RGB Percentages of Color #df953e

%51.38
%34.33
%14.29

CMYK Percentages of Color #df953e

%0
%33
%72
%13

Triadic Colors of #df953e

#df953e #3edf95 #953edf

Analogous Colors of #df953e

#df953e #d9df3e #df453e

Monochromatic Colors of #df953e

#df953e

Complementary Color

#df953e #3e88df

#df953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df953e Color CSS Codes

.mybgcolor {background-color:#df953e; } 
.myforecolor {color:#df953e; }
.mybordercolor {border:3px solid #df953e; }

#df953e Text Font Color

<p style="color:#df953e">Text here</p>

This sample text font color is #df953e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#df953e Background Color

<div style="background-color:#df953e">
Div content here</div>

This div background color is #df953e


#df953e Border Color

<div style="border:3px solid #df953e">
Div here</div>

This div border color is #df953e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,149,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df953e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df953e;
  -webkit-box-shadow: 1px 1px 3px 2px #df953e;
  box-shadow:         1px 1px 3px 2px #df953e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,149,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df953e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #df953e;
  -webkit-box-shadow: 1px 1px 3px 2px #df953e;
  box-shadow:         1px 1px 3px 2px #df953e;">
Div content here</div>

This div box has shadow with color #df953e


Comments

No comments written yet.

Please login to write comment.