Color Hex Logo

#dfa397 Color Hex

#DFA397
(223,163,151)
0 Favorites   0 Comments

Color spaces of #dfa397

RGB 223163151
HSL0.030.530.73
HSV10°32°87°
CMYK 0.000.270.32   0.13
XYZ49.114544.116735.2049
Yxy44.11670.38240.3435
Hunter Lab66.420415.755915.0687
CIE-Lab72.306420.599214.9818

#dfa397 color RGB value is (223,163,151).

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

The process color (four color CMYK) of #dfa397 color hex is 0.00, 0.27, 0.32, 0.13. Web safe color of #dfa397 is #cc9999. Color #dfa397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10010111
Octal 337 243 227
Decimal 223 163 151
Hex DF A3 97

RGB Percentages of Color #dfa397

%41.53
%30.35
%28.12

CMYK Percentages of Color #dfa397

%0
%27
%32
%13

Triadic Colors of #dfa397

#dfa397 #97dfa3 #a397df

Analogous Colors of #dfa397

#dfa397 #dfc797 #df97af

Monochromatic Colors of #dfa397

#dfa397

Complementary Color

#dfa397 #97d3df

#dfa397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa397 Color CSS Codes

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

#dfa397 Text Font Color

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

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


#dfa397 Background Color

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

This div background color is #dfa397


#dfa397 Border Color

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

This div border color is #dfa397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa397

#dfa397 Color Palettes


Comments

No comments written yet.

Please login to write comment.