Color Hex Logo

#dfc3aa Color Hex

#DFC3AA
(223,195,170)
0 Favorites   0 Comments

Color spaces of #dfc3aa

RGB 223195170
HSL0.080.450.77
HSV28°24°87°
CMYK 0.000.130.24   0.13
XYZ57.202257.620546.1372
Yxy57.62050.35540.3580
Hunter Lab75.90821.673117.0991
CIE-Lab80.52736.078716.2067

#dfc3aa color RGB value is (223,195,170).

#dfc3aa hex color red value is 223, green value is 195 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfc3aa hue: 0.08 , saturation: 0.45 and the lightness value of dfc3aa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10101010
Octal 337 303 252
Decimal 223 195 170
Hex DF C3 AA

RGB Percentages of Color #dfc3aa

%37.93
%33.16
%28.91

CMYK Percentages of Color #dfc3aa

%0
%13
%24
%13

Triadic Colors of #dfc3aa

#dfc3aa #aadfc3 #c3aadf

Analogous Colors of #dfc3aa

#dfc3aa #dfdeaa #dfaaac

Monochromatic Colors of #dfc3aa

#dfc3aa

Complementary Color

#dfc3aa #aac6df

#dfc3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc3aa Color CSS Codes

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

#dfc3aa Text Font Color

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

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


#dfc3aa Background Color

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

This div background color is #dfc3aa


#dfc3aa Border Color

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

This div border color is #dfc3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc3aa

#dfc3aa Color Palettes


Comments

No comments written yet.

Please login to write comment.