Color Hex Logo

#dca557 Color Hex

#DCA557
(220,165,87)
0 Favorites   0 Comments

Color spaces of #dca557

RGB 22016587
HSL0.100.660.60
HSV35°60°86°
CMYK 0.000.250.60   0.14
XYZ44.690642.814014.9253
Yxy42.81400.43630.4180
Hunter Lab65.43247.409532.2785
CIE-Lab71.428511.955547.6170

#dca557 color RGB value is (220,165,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01010111
Octal 334 245 127
Decimal 220 165 87
Hex DC A5 57

RGB Percentages of Color #dca557

%46.61
%34.96
%18.43

CMYK Percentages of Color #dca557

%0
%25
%60
%14

Triadic Colors of #dca557

#dca557 #57dca5 #a557dc

Analogous Colors of #dca557

#dca557 #d1dc57 #dc6357

Monochromatic Colors of #dca557

#dca557

Complementary Color

#dca557 #578edc

#dca557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca557 Color CSS Codes

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

#dca557 Text Font Color

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

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


#dca557 Background Color

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

This div background color is #dca557


#dca557 Border Color

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

This div border color is #dca557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca557


Comments

No comments written yet.

Please login to write comment.