Color Hex Logo

#dfa383 Color Hex

#DFA383
(223,163,131)
0 Favorites   0 Comments

Color spaces of #dfa383

RGB 223163131
HSL0.060.590.69
HSV21°41°87°
CMYK 0.000.270.41   0.13
XYZ47.625443.521127.3630
Yxy43.52110.40190.3672
Hunter Lab65.970513.414221.5873
CIE-Lab71.907218.223225.3530

#dfa383 color RGB value is (223,163,131).

#dfa383 hex color red value is 223, green value is 163 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dfa383 hue: 0.06 , saturation: 0.59 and the lightness value of dfa383 is 0.69.

The process color (four color CMYK) of #dfa383 color hex is 0.00, 0.27, 0.41, 0.13. Web safe color of #dfa383 is #cc9999. Color #dfa383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10000011
Octal 337 243 203
Decimal 223 163 131
Hex DF A3 83

RGB Percentages of Color #dfa383

%43.13
%31.53
%25.34

CMYK Percentages of Color #dfa383

%0
%27
%41
%13

Triadic Colors of #dfa383

#dfa383 #83dfa3 #a383df

Analogous Colors of #dfa383

#dfa383 #dfd183 #df8391

Monochromatic Colors of #dfa383

#dfa383

Complementary Color

#dfa383 #83bfdf

#dfa383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa383 Color CSS Codes

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

#dfa383 Text Font Color

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

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


#dfa383 Background Color

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

This div background color is #dfa383


#dfa383 Border Color

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

This div border color is #dfa383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa383


Comments

No comments written yet.

Please login to write comment.