Color Hex Logo

#dca160 Color Hex

#DCA160
(220,161,96)
0 Favorites   0 Comments

Color spaces of #dca160

RGB 22016196
HSL0.090.640.62
HSV31°56°86°
CMYK 0.000.270.56   0.14
XYZ44.371441.549916.7476
Yxy41.54990.43220.4047
Hunter Lab64.459210.069429.7169
CIE-Lab70.559514.773642.0818

#dca160 color RGB value is (220,161,96).

#dca160 hex color red value is 220, green value is 161 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dca160 hue: 0.09 , saturation: 0.64 and the lightness value of dca160 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01100000
Octal 334 241 140
Decimal 220 161 96
Hex DC A1 60

RGB Percentages of Color #dca160

%46.12
%33.75
%20.13

CMYK Percentages of Color #dca160

%0
%27
%56
%14

Triadic Colors of #dca160

#dca160 #60dca1 #a160dc

Analogous Colors of #dca160

#dca160 #d9dc60 #dc6360

Monochromatic Colors of #dca160

#dca160

Complementary Color

#dca160 #609bdc

#dca160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca160 Color CSS Codes

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

#dca160 Text Font Color

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

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


#dca160 Background Color

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

This div background color is #dca160


#dca160 Border Color

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

This div border color is #dca160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca160


Comments

No comments written yet.

Please login to write comment.