Color Hex Logo

#dfaa5f Color Hex

#DFAA5F
(223,170,95)
0 Favorites   0 Comments

Color spaces of #dfaa5f

RGB 22317095
HSL0.100.670.62
HSV35°57°87°
CMYK 0.000.240.57   0.13
XYZ46.871745.263617.0928
Yxy45.26360.42910.4144
Hunter Lab67.27826.621332.0315
CIE-Lab73.065111.126245.6706

#dfaa5f color RGB value is (223,170,95).

#dfaa5f hex color red value is 223, green value is 170 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dfaa5f hue: 0.10 , saturation: 0.67 and the lightness value of dfaa5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01011111
Octal 337 252 137
Decimal 223 170 95
Hex DF AA 5F

RGB Percentages of Color #dfaa5f

%45.70
%34.84
%19.47

CMYK Percentages of Color #dfaa5f

%0
%24
%57
%13

Triadic Colors of #dfaa5f

#dfaa5f #5fdfaa #aa5fdf

Analogous Colors of #dfaa5f

#dfaa5f #d4df5f #df6a5f

Monochromatic Colors of #dfaa5f

#dfaa5f

Complementary Color

#dfaa5f #5f94df

#dfaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa5f Color CSS Codes

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

#dfaa5f Text Font Color

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

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


#dfaa5f Background Color

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

This div background color is #dfaa5f


#dfaa5f Border Color

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

This div border color is #dfaa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa5f


Comments

No comments written yet.

Please login to write comment.