Color Hex Logo

#dca386 Color Hex

#DCA386
(220,163,134)
0 Favorites   0 Comments

Color spaces of #dca386

RGB 220163134
HSL0.060.550.69
HSV20°39°86°
CMYK 0.000.260.39   0.14
XYZ46.915543.131328.4067
Yxy43.13130.39610.3641
Hunter Lab65.674412.583920.3269
CIE-Lab71.644017.374823.3144

#dca386 color RGB value is (220,163,134).

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

The process color (four color CMYK) of #dca386 color hex is 0.00, 0.26, 0.39, 0.14. Web safe color of #dca386 is #cc9999. Color #dca386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10000110
Octal 334 243 206
Decimal 220 163 134
Hex DC A3 86

RGB Percentages of Color #dca386

%42.55
%31.53
%25.92

CMYK Percentages of Color #dca386

%0
%26
%39
%14

Triadic Colors of #dca386

#dca386 #86dca3 #a386dc

Analogous Colors of #dca386

#dca386 #dcce86 #dc8694

Monochromatic Colors of #dca386

#dca386

Complementary Color

#dca386 #86bfdc

#dca386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca386 Color CSS Codes

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

#dca386 Text Font Color

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

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


#dca386 Background Color

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

This div background color is #dca386


#dca386 Border Color

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

This div border color is #dca386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca386


Comments

No comments written yet.

Please login to write comment.