Color Hex Logo

#dfaa73 Color Hex

#DFAA73
(223,170,115)
0 Favorites   0 Comments

Color spaces of #dfaa73

RGB 223170115
HSL0.080.630.66
HSV31°48°87°
CMYK 0.000.240.48   0.13
XYZ47.900745.675222.5112
Yxy45.67520.41260.3935
Hunter Lab67.58348.243427.5596
CIE-Lab73.334312.835935.7633

#dfaa73 color RGB value is (223,170,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01110011
Octal 337 252 163
Decimal 223 170 115
Hex DF AA 73

RGB Percentages of Color #dfaa73

%43.90
%33.46
%22.64

CMYK Percentages of Color #dfaa73

%0
%24
%48
%13

Triadic Colors of #dfaa73

#dfaa73 #73dfaa #aa73df

Analogous Colors of #dfaa73

#dfaa73 #dedf73 #df7473

Monochromatic Colors of #dfaa73

#dfaa73

Complementary Color

#dfaa73 #73a8df

#dfaa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa73 Color CSS Codes

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

#dfaa73 Text Font Color

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

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


#dfaa73 Background Color

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

This div background color is #dfaa73


#dfaa73 Border Color

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

This div border color is #dfaa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa73


Comments

No comments written yet.

Please login to write comment.