Color Hex Logo

#dfac7f Color Hex

#DFAC7F
(223,172,127)
0 Favorites   0 Comments

Color spaces of #dfac7f

RGB 223172127
HSL0.080.600.69
HSV28°43°87°
CMYK 0.000.230.43   0.13
XYZ49.014746.725326.5142
Yxy46.72530.40090.3822
Hunter Lab68.35598.370824.8515
CIE-Lab74.013712.968230.3036

#dfac7f color RGB value is (223,172,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 01111111
Octal 337 254 177
Decimal 223 172 127
Hex DF AC 7F

RGB Percentages of Color #dfac7f

%42.72
%32.95
%24.33

CMYK Percentages of Color #dfac7f

%0
%23
%43
%13

Triadic Colors of #dfac7f

#dfac7f #7fdfac #ac7fdf

Analogous Colors of #dfac7f

#dfac7f #dfdc7f #df7f82

Monochromatic Colors of #dfac7f

#dfac7f

Complementary Color

#dfac7f #7fb2df

#dfac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac7f Color CSS Codes

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

#dfac7f Text Font Color

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

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


#dfac7f Background Color

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

This div background color is #dfac7f


#dfac7f Border Color

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

This div border color is #dfac7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac7f


Comments

No comments written yet.

Please login to write comment.