Color Hex Logo

#dfa497 Color Hex

#DFA497
(223,164,151)
0 Favorites   0 Comments

Color spaces of #dfa497

RGB 223164151
HSL0.030.530.73
HSV11°32°87°
CMYK 0.000.260.32   0.13
XYZ49.292844.473335.2643
Yxy44.47330.38200.3447
Hunter Lab66.688315.234115.3297
CIE-Lab72.543720.061315.3138

#dfa497 color RGB value is (223,164,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 10010111
Octal 337 244 227
Decimal 223 164 151
Hex DF A4 97

RGB Percentages of Color #dfa497

%41.45
%30.48
%28.07

CMYK Percentages of Color #dfa497

%0
%26
%32
%13

Triadic Colors of #dfa497

#dfa497 #97dfa4 #a497df

Analogous Colors of #dfa497

#dfa497 #dfc897 #df97ae

Monochromatic Colors of #dfa497

#dfa497

Complementary Color

#dfa497 #97d2df

#dfa497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa497 Color CSS Codes

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

#dfa497 Text Font Color

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

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


#dfa497 Background Color

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

This div background color is #dfa497


#dfa497 Border Color

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

This div border color is #dfa497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa497


Comments

No comments written yet.

Please login to write comment.