Color Hex Logo

#dfc9aa Color Hex

#DFC9AA
(223,201,170)
0 Favorites   0 Comments

Color spaces of #dfc9aa

RGB 223201170
HSL0.100.450.77
HSV35°24°87°
CMYK 0.000.100.24   0.13
XYZ58.573860.363546.5944
Yxy60.36350.35390.3647
Hunter Lab77.6940-1.392518.8285
CIE-Lab82.03542.926018.3122

#dfc9aa color RGB value is (223,201,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10101010
Octal 337 311 252
Decimal 223 201 170
Hex DF C9 AA

RGB Percentages of Color #dfc9aa

%37.54
%33.84
%28.62

CMYK Percentages of Color #dfc9aa

%0
%10
%24
%13

Triadic Colors of #dfc9aa

#dfc9aa #aadfc9 #c9aadf

Analogous Colors of #dfc9aa

#dfc9aa #dbdfaa #dfafaa

Monochromatic Colors of #dfc9aa

#dfc9aa

Complementary Color

#dfc9aa #aac0df

#dfc9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9aa Color CSS Codes

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

#dfc9aa Text Font Color

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

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


#dfc9aa Background Color

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

This div background color is #dfc9aa


#dfc9aa Border Color

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

This div border color is #dfc9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9aa

#dfc9aa Color Palettes


Comments

No comments written yet.

Please login to write comment.