Color Hex Logo

#dca070 Color Hex

#DCA070
(220,160,112)
0 Favorites   0 Comments

Color spaces of #dca070

RGB 220160112
HSL0.070.610.65
HSV27°49°86°
CMYK 0.000.270.49   0.14
XYZ45.010641.527120.9724
Yxy41.52710.41870.3863
Hunter Lab64.441511.904625.8132
CIE-Lab70.543616.695533.7103

#dca070 color RGB value is (220,160,112).

#dca070 hex color red value is 220, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dca070 hue: 0.07 , saturation: 0.61 and the lightness value of dca070 is 0.65.

The process color (four color CMYK) of #dca070 color hex is 0.00, 0.27, 0.49, 0.14. Web safe color of #dca070 is #cc9966. Color #dca070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 01110000
Octal 334 240 160
Decimal 220 160 112
Hex DC A0 70

RGB Percentages of Color #dca070

%44.72
%32.52
%22.76

CMYK Percentages of Color #dca070

%0
%27
%49
%14

Triadic Colors of #dca070

#dca070 #70dca0 #a070dc

Analogous Colors of #dca070

#dca070 #dcd670 #dc7076

Monochromatic Colors of #dca070

#dca070

Complementary Color

#dca070 #70acdc

#dca070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca070 Color CSS Codes

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

#dca070 Text Font Color

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

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


#dca070 Background Color

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

This div background color is #dca070


#dca070 Border Color

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

This div border color is #dca070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca070


Comments

No comments written yet.

Please login to write comment.