Color Hex Logo

#dfa196 Color Hex

#DFA196
(223,161,150)
0 Favorites   0 Comments

Color spaces of #dfa196

RGB 223161150
HSL0.030.530.73
HSV33°87°
CMYK 0.000.280.33   0.13
XYZ48.681343.379734.6615
Yxy43.37970.38420.3423
Hunter Lab65.863316.673414.9021
CIE-Lab71.811921.547514.8392

#dfa196 color RGB value is (223,161,150).

#dfa196 hex color red value is 223, green value is 161 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dfa196 hue: 0.03 , saturation: 0.53 and the lightness value of dfa196 is 0.73.

The process color (four color CMYK) of #dfa196 color hex is 0.00, 0.28, 0.33, 0.13. Web safe color of #dfa196 is #cc9999. Color #dfa196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 10010110
Octal 337 241 226
Decimal 223 161 150
Hex DF A1 96

RGB Percentages of Color #dfa196

%41.76
%30.15
%28.09

CMYK Percentages of Color #dfa196

%0
%28
%33
%13

Triadic Colors of #dfa196

#dfa196 #96dfa1 #a196df

Analogous Colors of #dfa196

#dfa196 #dfc696 #df96b0

Monochromatic Colors of #dfa196

#dfa196

Complementary Color

#dfa196 #96d4df

#dfa196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa196 Color CSS Codes

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

#dfa196 Text Font Color

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

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


#dfa196 Background Color

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

This div background color is #dfa196


#dfa196 Border Color

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

This div border color is #dfa196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa196

#dfa196 Color Palettes


Comments

No comments written yet.

Please login to write comment.