Color Hex Logo

#dfa17a Color Hex

#DFA17A
(223,161,122)
0 Favorites   0 Comments

Color spaces of #dfa17a

RGB 223161122
HSL0.060.610.68
HSV23°45°87°
CMYK 0.000.280.45   0.13
XYZ46.689142.582924.1709
Yxy42.58290.41160.3754
Hunter Lab65.255613.516023.7177
CIE-Lab71.271018.346029.3681

#dfa17a color RGB value is (223,161,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01111010
Octal 337 241 172
Decimal 223 161 122
Hex DF A1 7A

RGB Percentages of Color #dfa17a

%44.07
%31.82
%24.11

CMYK Percentages of Color #dfa17a

%0
%28
%45
%13

Triadic Colors of #dfa17a

#dfa17a #7adfa1 #a17adf

Analogous Colors of #dfa17a

#dfa17a #dfd47a #df7a86

Monochromatic Colors of #dfa17a

#dfa17a

Complementary Color

#dfa17a #7ab8df

#dfa17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa17a Color CSS Codes

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

#dfa17a Text Font Color

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

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


#dfa17a Background Color

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

This div background color is #dfa17a


#dfa17a Border Color

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

This div border color is #dfa17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa17a


Comments

No comments written yet.

Please login to write comment.