Color Hex Logo

#dca560 Color Hex

#DCA560
(220,165,96)
0 Favorites   0 Comments

Color spaces of #dca560

RGB 22016596
HSL0.090.640.62
HSV33°56°86°
CMYK 0.000.250.56   0.14
XYZ45.081742.970416.9844
Yxy42.97040.42920.4091
Hunter Lab65.55188.043530.5243
CIE-Lab71.534912.628143.2608

#dca560 color RGB value is (220,165,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01100000
Octal 334 245 140
Decimal 220 165 96
Hex DC A5 60

RGB Percentages of Color #dca560

%45.74
%34.30
%19.96

CMYK Percentages of Color #dca560

%0
%25
%56
%14

Triadic Colors of #dca560

#dca560 #60dca5 #a560dc

Analogous Colors of #dca560

#dca560 #d5dc60 #dc6760

Monochromatic Colors of #dca560

#dca560

Complementary Color

#dca560 #6097dc

#dca560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca560 Color CSS Codes

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

#dca560 Text Font Color

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

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


#dca560 Background Color

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

This div background color is #dca560


#dca560 Border Color

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

This div border color is #dca560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca560

#dca560 Color Palettes


Comments

No comments written yet.

Please login to write comment.