Color Hex Logo

#dca43e Color Hex

#DCA43E
(220,164,62)
0 Favorites   0 Comments

Color spaces of #dca43e

RGB 22016462
HSL0.110.690.55
HSV39°72°86°
CMYK 0.000.250.72   0.14
XYZ43.660242.114410.3852
Yxy42.11440.45400.4380
Hunter Lab64.89566.523235.9388
CIE-Lab70.949711.008058.5339

#dca43e color RGB value is (220,164,62).

#dca43e hex color red value is 220, green value is 164 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dca43e hue: 0.11 , saturation: 0.69 and the lightness value of dca43e is 0.55.

The process color (four color CMYK) of #dca43e color hex is 0.00, 0.25, 0.72, 0.14. Web safe color of #dca43e is #cc9933. Color #dca43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 00111110
Octal 334 244 76
Decimal 220 164 62
Hex DC A4 3E

RGB Percentages of Color #dca43e

%49.33
%36.77
%13.90

CMYK Percentages of Color #dca43e

%0
%25
%72
%14

Triadic Colors of #dca43e

#dca43e #3edca4 #a43edc

Analogous Colors of #dca43e

#dca43e #c5dc3e #dc553e

Monochromatic Colors of #dca43e

#dca43e

Complementary Color

#dca43e #3e76dc

#dca43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca43e Color CSS Codes

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

#dca43e Text Font Color

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

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


#dca43e Background Color

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

This div background color is #dca43e


#dca43e Border Color

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

This div border color is #dca43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca43e


Comments

No comments written yet.

Please login to write comment.