Color Hex Logo

#dfaa71 Color Hex

#DFAA71
(223,170,113)
0 Favorites   0 Comments

Color spaces of #dfaa71

RGB 223170113
HSL0.090.630.66
HSV31°49°87°
CMYK 0.000.240.49   0.13
XYZ47.786845.629721.9116
Yxy45.62970.41440.3957
Hunter Lab67.54988.064428.0525
CIE-Lab73.304612.648236.7716

#dfaa71 color RGB value is (223,170,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01110001
Octal 337 252 161
Decimal 223 170 113
Hex DF AA 71

RGB Percentages of Color #dfaa71

%44.07
%33.60
%22.33

CMYK Percentages of Color #dfaa71

%0
%24
%49
%13

Triadic Colors of #dfaa71

#dfaa71 #71dfaa #aa71df

Analogous Colors of #dfaa71

#dfaa71 #dddf71 #df7371

Monochromatic Colors of #dfaa71

#dfaa71

Complementary Color

#dfaa71 #71a6df

#dfaa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa71 Color CSS Codes

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

#dfaa71 Text Font Color

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

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


#dfaa71 Background Color

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

This div background color is #dfaa71


#dfaa71 Border Color

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

This div border color is #dfaa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa71


Comments

No comments written yet.

Please login to write comment.