Color Hex Logo

#dca485 Color Hex

#DCA485
(220,164,133)
0 Favorites   0 Comments

Color spaces of #dca485

RGB 220164133
HSL0.060.550.69
HSV21°40°86°
CMYK 0.000.250.40   0.14
XYZ47.024343.460028.1005
Yxy43.46000.39650.3665
Hunter Lab65.924211.958220.8743
CIE-Lab71.866116.722724.1582

#dca485 color RGB value is (220,164,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10000101
Octal 334 244 205
Decimal 220 164 133
Hex DC A4 85

RGB Percentages of Color #dca485

%42.55
%31.72
%25.73

CMYK Percentages of Color #dca485

%0
%25
%40
%14

Triadic Colors of #dca485

#dca485 #85dca4 #a485dc

Analogous Colors of #dca485

#dca485 #dcd085 #dc8592

Monochromatic Colors of #dca485

#dca485

Complementary Color

#dca485 #85bddc

#dca485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca485 Color CSS Codes

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

#dca485 Text Font Color

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

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


#dca485 Background Color

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

This div background color is #dca485


#dca485 Border Color

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

This div border color is #dca485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca485


Comments

No comments written yet.

Please login to write comment.