Color Hex Logo

#dfa19c Color Hex

#DFA19C
(223,161,156)
0 Favorites   0 Comments

Color spaces of #dfa19c

RGB 223161156
HSL0.010.510.74
HSV30°87°
CMYK 0.000.280.30   0.13
XYZ49.177043.578037.2720
Yxy43.57800.37820.3351
Hunter Lab66.013617.450112.7338
CIE-Lab71.945522.324911.7238

#dfa19c color RGB value is (223,161,156).

#dfa19c hex color red value is 223, green value is 161 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dfa19c hue: 0.01 , saturation: 0.51 and the lightness value of dfa19c is 0.74.

The process color (four color CMYK) of #dfa19c color hex is 0.00, 0.28, 0.30, 0.13. Web safe color of #dfa19c is #cc9999. Color #dfa19c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 10011100
Octal 337 241 234
Decimal 223 161 156
Hex DF A1 9C

RGB Percentages of Color #dfa19c

%41.30
%29.81
%28.89

CMYK Percentages of Color #dfa19c

%0
%28
%30
%13

Triadic Colors of #dfa19c

#dfa19c #9cdfa1 #a19cdf

Analogous Colors of #dfa19c

#dfa19c #dfc39c #df9cb9

Monochromatic Colors of #dfa19c

#dfa19c

Complementary Color

#dfa19c #9cdadf

#dfa19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa19c Color CSS Codes

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

#dfa19c Text Font Color

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

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


#dfa19c Background Color

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

This div background color is #dfa19c


#dfa19c Border Color

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

This div border color is #dfa19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa19c


Comments

No comments written yet.

Please login to write comment.