Color Hex Logo

#dfa391 Color Hex

#DFA391
(223,163,145)
0 Favorites   0 Comments

Color spaces of #dfa391

RGB 223163145
HSL0.040.550.72
HSV14°35°87°
CMYK 0.000.270.35   0.13
XYZ48.639543.926732.7032
Yxy43.92670.38830.3507
Hunter Lab66.277215.012417.1386
CIE-Lab72.179519.848718.0947

#dfa391 color RGB value is (223,163,145).

#dfa391 hex color red value is 223, green value is 163 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dfa391 hue: 0.04 , saturation: 0.55 and the lightness value of dfa391 is 0.72.

The process color (four color CMYK) of #dfa391 color hex is 0.00, 0.27, 0.35, 0.13. Web safe color of #dfa391 is #cc9999. Color #dfa391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10010001
Octal 337 243 221
Decimal 223 163 145
Hex DF A3 91

RGB Percentages of Color #dfa391

%42.00
%30.70
%27.31

CMYK Percentages of Color #dfa391

%0
%27
%35
%13

Triadic Colors of #dfa391

#dfa391 #91dfa3 #a391df

Analogous Colors of #dfa391

#dfa391 #dfca91 #df91a6

Monochromatic Colors of #dfa391

#dfa391

Complementary Color

#dfa391 #91cddf

#dfa391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa391 Color CSS Codes

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

#dfa391 Text Font Color

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

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


#dfa391 Background Color

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

This div background color is #dfa391


#dfa391 Border Color

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

This div border color is #dfa391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa391


Comments

No comments written yet.

Please login to write comment.