Color Hex Logo

#dca357 Color Hex

#DCA357
(220,163,87)
0 Favorites   0 Comments

Color spaces of #dca357

RGB 22016387
HSL0.100.660.60
HSV34°60°86°
CMYK 0.000.260.60   0.14
XYZ44.332742.098114.8060
Yxy42.09810.43790.4158
Hunter Lab64.88308.418531.8884
CIE-Lab70.938513.027147.0475

#dca357 color RGB value is (220,163,87).

#dca357 hex color red value is 220, green value is 163 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dca357 hue: 0.10 , saturation: 0.66 and the lightness value of dca357 is 0.60.

The process color (four color CMYK) of #dca357 color hex is 0.00, 0.26, 0.60, 0.14. Web safe color of #dca357 is #cc9966. Color #dca357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 01010111
Octal 334 243 127
Decimal 220 163 87
Hex DC A3 57

RGB Percentages of Color #dca357

%46.81
%34.68
%18.51

CMYK Percentages of Color #dca357

%0
%26
%60
%14

Triadic Colors of #dca357

#dca357 #57dca3 #a357dc

Analogous Colors of #dca357

#dca357 #d3dc57 #dc6157

Monochromatic Colors of #dca357

#dca357

Complementary Color

#dca357 #5790dc

#dca357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca357 Color CSS Codes

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

#dca357 Text Font Color

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

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


#dca357 Background Color

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

This div background color is #dca357


#dca357 Border Color

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

This div border color is #dca357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca357


Comments

No comments written yet.

Please login to write comment.