Color Hex Logo

#df844a Color Hex

#DF844A
(223,132,74)
0 Favorites   0 Comments

Color spaces of #df844a

RGB 22313274
HSL0.060.700.58
HSV23°67°87°
CMYK 0.000.410.67   0.13
XYZ39.918732.684910.6834
Yxy32.68490.47930.3924
Hunter Lab57.170724.586528.9401
CIE-Lab63.905030.022545.5214

#df844a color RGB value is (223,132,74).

#df844a hex color red value is 223, green value is 132 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #df844a hue: 0.06 , saturation: 0.70 and the lightness value of df844a is 0.58.

The process color (four color CMYK) of #df844a color hex is 0.00, 0.41, 0.67, 0.13. Web safe color of #df844a is #cc9933. Color #df844a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 01001010
Octal 337 204 112
Decimal 223 132 74
Hex DF 84 4A

RGB Percentages of Color #df844a

%51.98
%30.77
%17.25

CMYK Percentages of Color #df844a

%0
%41
%67
%13

Triadic Colors of #df844a

#df844a #4adf84 #844adf

Analogous Colors of #df844a

#df844a #dfcf4a #df4a5b

Monochromatic Colors of #df844a

#df844a

Complementary Color

#df844a #4aa5df

#df844a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df844a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df844a Color CSS Codes

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

#df844a Text Font Color

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

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


#df844a Background Color

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

This div background color is #df844a


#df844a Border Color

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

This div border color is #df844a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df844a


Comments

No comments written yet.

Please login to write comment.