Color Hex Logo

#dfc7ac Color Hex

#DFC7AC
(223,199,172)
0 Favorites   0 Comments

Color spaces of #dfc7ac

RGB 223199172
HSL0.090.440.77
HSV32°23°87°
CMYK 0.000.110.23   0.13
XYZ58.301259.513447.4442
Yxy59.51340.35280.3601
Hunter Lab77.1449-0.104717.5380
CIE-Lab81.57304.258016.6042

#dfc7ac color RGB value is (223,199,172).

#dfc7ac hex color red value is 223, green value is 199 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dfc7ac hue: 0.09 , saturation: 0.44 and the lightness value of dfc7ac is 0.77.

The process color (four color CMYK) of #dfc7ac color hex is 0.00, 0.11, 0.23, 0.13. Web safe color of #dfc7ac is #cccc99. Color #dfc7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10101100
Octal 337 307 254
Decimal 223 199 172
Hex DF C7 AC

RGB Percentages of Color #dfc7ac

%37.54
%33.50
%28.96

CMYK Percentages of Color #dfc7ac

%0
%11
%23
%13

Triadic Colors of #dfc7ac

#dfc7ac #acdfc7 #c7acdf

Analogous Colors of #dfc7ac

#dfc7ac #dedfac #dfaeac

Monochromatic Colors of #dfc7ac

#dfc7ac

Complementary Color

#dfc7ac #acc4df

#dfc7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7ac Color CSS Codes

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

#dfc7ac Text Font Color

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

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


#dfc7ac Background Color

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

This div background color is #dfc7ac


#dfc7ac Border Color

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

This div border color is #dfc7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7ac


Comments

No comments written yet.

Please login to write comment.