Color Hex Logo

#dfa47a Color Hex

#DFA47A
(223,164,122)
0 Favorites   0 Comments

Color spaces of #dfa47a

RGB 223164122
HSL0.070.610.68
HSV25°45°87°
CMYK 0.000.260.45   0.13
XYZ47.219743.644024.3477
Yxy43.64400.40990.3788
Hunter Lab66.063611.973624.3932
CIE-Lab71.989916.736030.3131

#dfa47a color RGB value is (223,164,122).

#dfa47a hex color red value is 223, green value is 164 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dfa47a hue: 0.07 , saturation: 0.61 and the lightness value of dfa47a is 0.68.

The process color (four color CMYK) of #dfa47a color hex is 0.00, 0.26, 0.45, 0.13. Web safe color of #dfa47a is #cc9966. Color #dfa47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01111010
Octal 337 244 172
Decimal 223 164 122
Hex DF A4 7A

RGB Percentages of Color #dfa47a

%43.81
%32.22
%23.97

CMYK Percentages of Color #dfa47a

%0
%26
%45
%13

Triadic Colors of #dfa47a

#dfa47a #7adfa4 #a47adf

Analogous Colors of #dfa47a

#dfa47a #dfd77a #df7a83

Monochromatic Colors of #dfa47a

#dfa47a

Complementary Color

#dfa47a #7ab5df

#dfa47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa47a Color CSS Codes

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

#dfa47a Text Font Color

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

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


#dfa47a Background Color

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

This div background color is #dfa47a


#dfa47a Border Color

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

This div border color is #dfa47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa47a


Comments

No comments written yet.

Please login to write comment.