Color Hex Logo

#df9541 Color Hex

#DF9541
(223,149,65)
0 Favorites   0 Comments

Color spaces of #df9541

RGB 22314965
HSL0.090.710.56
HSV32°71°87°
CMYK 0.000.330.71   0.13
XYZ42.133037.564510.0311
Yxy37.56450.46960.4186
Hunter Lab61.289915.450433.1991
CIE-Lab67.698420.470653.9788

#df9541 color RGB value is (223,149,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 01000001
Octal 337 225 101
Decimal 223 149 65
Hex DF 95 41

RGB Percentages of Color #df9541

%51.03
%34.10
%14.87

CMYK Percentages of Color #df9541

%0
%33
%71
%13

Triadic Colors of #df9541

#df9541 #41df95 #9541df

Analogous Colors of #df9541

#df9541 #dadf41 #df4641

Monochromatic Colors of #df9541

#df9541

Complementary Color

#df9541 #418bdf

#df9541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9541 Color CSS Codes

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

#df9541 Text Font Color

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

This sample text font color is #df9541
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.


#df9541 Background Color

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

This div background color is #df9541


#df9541 Border Color

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

This div border color is #df9541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9541


Comments

No comments written yet.

Please login to write comment.