Color Hex Logo

#dfa071 Color Hex

#DFA071
(223,160,113)
0 Favorites   0 Comments

Color spaces of #dfa071

RGB 223160113
HSL0.070.630.66
HSV26°49°87°
CMYK 0.000.280.49   0.13
XYZ45.982942.021821.3103
Yxy42.02180.42060.3844
Hunter Lab64.824213.176125.8860
CIE-Lab70.885918.006433.6835

#dfa071 color RGB value is (223,160,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 01110001
Octal 337 240 161
Decimal 223 160 113
Hex DF A0 71

RGB Percentages of Color #dfa071

%44.96
%32.26
%22.78

CMYK Percentages of Color #dfa071

%0
%28
%49
%13

Triadic Colors of #dfa071

#dfa071 #71dfa0 #a071df

Analogous Colors of #dfa071

#dfa071 #dfd771 #df7179

Monochromatic Colors of #dfa071

#dfa071

Complementary Color

#dfa071 #71b0df

#dfa071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa071 Color CSS Codes

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

#dfa071 Text Font Color

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

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


#dfa071 Background Color

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

This div background color is #dfa071


#dfa071 Border Color

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

This div border color is #dfa071


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,160,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 #dfa071">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa071


Comments

No comments written yet.

Please login to write comment.