Color Hex Logo

#dfa371 Color Hex

#DFA371
(223,163,113)
0 Favorites   0 Comments

Color spaces of #dfa371

RGB 223163113
HSL0.080.630.66
HSV27°49°87°
CMYK 0.000.270.49   0.13
XYZ46.509343.074621.4857
Yxy43.07460.41870.3878
Hunter Lab65.631211.638626.5321
CIE-Lab71.605616.396634.6065

#dfa371 color RGB value is (223,163,113).

#dfa371 hex color red value is 223, green value is 163 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dfa371 hue: 0.08 , saturation: 0.63 and the lightness value of dfa371 is 0.66.

The process color (four color CMYK) of #dfa371 color hex is 0.00, 0.27, 0.49, 0.13. Web safe color of #dfa371 is #cc9966. Color #dfa371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 01110001
Octal 337 243 161
Decimal 223 163 113
Hex DF A3 71

RGB Percentages of Color #dfa371

%44.69
%32.67
%22.65

CMYK Percentages of Color #dfa371

%0
%27
%49
%13

Triadic Colors of #dfa371

#dfa371 #71dfa3 #a371df

Analogous Colors of #dfa371

#dfa371 #dfda71 #df7176

Monochromatic Colors of #dfa371

#dfa371

Complementary Color

#dfa371 #71addf

#dfa371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa371 Color CSS Codes

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

#dfa371 Text Font Color

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

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


#dfa371 Background Color

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

This div background color is #dfa371


#dfa371 Border Color

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

This div border color is #dfa371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa371


Comments

No comments written yet.

Please login to write comment.