Color Hex Logo

#dfa17e Color Hex

#DFA17E
(223,161,126)
0 Favorites   0 Comments

Color spaces of #dfa17e

RGB 223161126
HSL0.060.600.68
HSV22°43°87°
CMYK 0.000.280.43   0.13
XYZ46.942242.684125.5034
Yxy42.68410.40770.3707
Hunter Lab65.333113.920422.5887
CIE-Lab71.340018.759927.3015

#dfa17e color RGB value is (223,161,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01111110
Octal 337 241 176
Decimal 223 161 126
Hex DF A1 7E

RGB Percentages of Color #dfa17e

%43.73
%31.57
%24.71

CMYK Percentages of Color #dfa17e

%0
%28
%43
%13

Triadic Colors of #dfa17e

#dfa17e #7edfa1 #a17edf

Analogous Colors of #dfa17e

#dfa17e #dfd27e #df7e8c

Monochromatic Colors of #dfa17e

#dfa17e

Complementary Color

#dfa17e #7ebcdf

#dfa17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa17e Color CSS Codes

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

#dfa17e Text Font Color

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

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


#dfa17e Background Color

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

This div background color is #dfa17e


#dfa17e Border Color

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

This div border color is #dfa17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa17e


Comments

No comments written yet.

Please login to write comment.