Color Hex Logo

#dfa47f Color Hex

#DFA47F
(223,164,127)
0 Favorites   0 Comments

Color spaces of #dfa47f

RGB 223164127
HSL0.060.600.69
HSV23°43°87°
CMYK 0.000.260.43   0.13
XYZ47.537643.771226.0219
Yxy43.77120.40520.3731
Hunter Lab66.159812.477422.9920
CIE-Lab72.075317.254627.7393

#dfa47f color RGB value is (223,164,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01111111
Octal 337 244 177
Decimal 223 164 127
Hex DF A4 7F

RGB Percentages of Color #dfa47f

%43.39
%31.91
%24.71

CMYK Percentages of Color #dfa47f

%0
%26
%43
%13

Triadic Colors of #dfa47f

#dfa47f #7fdfa4 #a47fdf

Analogous Colors of #dfa47f

#dfa47f #dfd47f #df7f8a

Monochromatic Colors of #dfa47f

#dfa47f

Complementary Color

#dfa47f #7fbadf

#dfa47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa47f Color CSS Codes

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

#dfa47f Text Font Color

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

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


#dfa47f Background Color

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

This div background color is #dfa47f


#dfa47f Border Color

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

This div border color is #dfa47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa47f


Comments

No comments written yet.

Please login to write comment.