Color Hex Logo

#dfa387 Color Hex

#DFA387
(223,163,135)
0 Favorites   0 Comments

Color spaces of #dfa387

RGB 223163135
HSL0.050.580.70
HSV19°39°87°
CMYK 0.000.270.39   0.13
XYZ47.901843.631628.8187
Yxy43.63160.39800.3625
Hunter Lab66.054213.851420.3704
CIE-Lab71.981618.669623.2816

#dfa387 color RGB value is (223,163,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10000111
Octal 337 243 207
Decimal 223 163 135
Hex DF A3 87

RGB Percentages of Color #dfa387

%42.80
%31.29
%25.91

CMYK Percentages of Color #dfa387

%0
%27
%39
%13

Triadic Colors of #dfa387

#dfa387 #87dfa3 #a387df

Analogous Colors of #dfa387

#dfa387 #dfcf87 #df8797

Monochromatic Colors of #dfa387

#dfa387

Complementary Color

#dfa387 #87c3df

#dfa387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa387 Color CSS Codes

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

#dfa387 Text Font Color

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

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


#dfa387 Background Color

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

This div background color is #dfa387


#dfa387 Border Color

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

This div border color is #dfa387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa387


Comments

No comments written yet.

Please login to write comment.