Color Hex Logo

#dca785 Color Hex

#DCA785
(220,167,133)
0 Favorites   0 Comments

Color spaces of #dca785

RGB 220167133
HSL0.070.550.69
HSV23°40°86°
CMYK 0.000.240.40   0.14
XYZ47.567644.546528.2816
Yxy44.54650.39510.3700
Hunter Lab66.743210.415721.5968
CIE-Lab72.592315.109725.1373

#dca785 color RGB value is (220,167,133).

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

The process color (four color CMYK) of #dca785 color hex is 0.00, 0.24, 0.40, 0.14. Web safe color of #dca785 is #cc9999. Color #dca785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 10000101
Octal 334 247 205
Decimal 220 167 133
Hex DC A7 85

RGB Percentages of Color #dca785

%42.31
%32.12
%25.58

CMYK Percentages of Color #dca785

%0
%24
%40
%14

Triadic Colors of #dca785

#dca785 #85dca7 #a785dc

Analogous Colors of #dca785

#dca785 #dcd385 #dc858f

Monochromatic Colors of #dca785

#dca785

Complementary Color

#dca785 #85badc

#dca785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca785 Color CSS Codes

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

#dca785 Text Font Color

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

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


#dca785 Background Color

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

This div background color is #dca785


#dca785 Border Color

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

This div border color is #dca785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca785


Comments

No comments written yet.

Please login to write comment.