Color Hex Logo

#dfa97f Color Hex

#DFA97F
(223,169,127)
0 Favorites   0 Comments

Color spaces of #dfa97f

RGB 223169127
HSL0.070.600.69
HSV26°43°87°
CMYK 0.000.240.43   0.13
XYZ48.450245.596226.3260
Yxy45.59620.40250.3788
Hunter Lab67.52509.907824.1520
CIE-Lab73.282714.573829.3395

#dfa97f color RGB value is (223,169,127).

#dfa97f hex color red value is 223, green value is 169 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dfa97f hue: 0.07 , saturation: 0.60 and the lightness value of dfa97f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01111111
Octal 337 251 177
Decimal 223 169 127
Hex DF A9 7F

RGB Percentages of Color #dfa97f

%42.97
%32.56
%24.47

CMYK Percentages of Color #dfa97f

%0
%24
%43
%13

Triadic Colors of #dfa97f

#dfa97f #7fdfa9 #a97fdf

Analogous Colors of #dfa97f

#dfa97f #dfd97f #df7f85

Monochromatic Colors of #dfa97f

#dfa97f

Complementary Color

#dfa97f #7fb5df

#dfa97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa97f Color CSS Codes

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

#dfa97f Text Font Color

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

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


#dfa97f Background Color

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

This div background color is #dfa97f


#dfa97f Border Color

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

This div border color is #dfa97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa97f


Comments

No comments written yet.

Please login to write comment.