Color Hex Logo

#dca45e Color Hex

#DCA45E
(220,164,94)
0 Favorites   0 Comments

Color spaces of #dca45e

RGB 22016494
HSL0.090.640.62
HSV33°57°86°
CMYK 0.000.250.57   0.14
XYZ44.811042.574716.4456
Yxy42.57470.43160.4100
Hunter Lab65.24938.401530.7309
CIE-Lab71.265413.007843.9468

#dca45e color RGB value is (220,164,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01011110
Octal 334 244 136
Decimal 220 164 94
Hex DC A4 5E

RGB Percentages of Color #dca45e

%46.03
%34.31
%19.67

CMYK Percentages of Color #dca45e

%0
%25
%57
%14

Triadic Colors of #dca45e

#dca45e #5edca4 #a45edc

Analogous Colors of #dca45e

#dca45e #d5dc5e #dc655e

Monochromatic Colors of #dca45e

#dca45e

Complementary Color

#dca45e #5e96dc

#dca45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca45e Color CSS Codes

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

#dca45e Text Font Color

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

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


#dca45e Background Color

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

This div background color is #dca45e


#dca45e Border Color

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

This div border color is #dca45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca45e


Comments

No comments written yet.

Please login to write comment.