Color Hex Logo

#dca540 Color Hex

#DCA540
(220,165,64)
0 Favorites   0 Comments

Color spaces of #dca540

RGB 22016564
HSL0.110.690.56
HSV39°71°86°
CMYK 0.000.250.71   0.14
XYZ43.895742.496110.7395
Yxy42.49610.45190.4375
Hunter Lab65.18906.114035.8647
CIE-Lab71.211610.571657.9579

#dca540 color RGB value is (220,165,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01000000
Octal 334 245 100
Decimal 220 165 64
Hex DC A5 40

RGB Percentages of Color #dca540

%49.00
%36.75
%14.25

CMYK Percentages of Color #dca540

%0
%25
%71
%14

Triadic Colors of #dca540

#dca540 #40dca5 #a540dc

Analogous Colors of #dca540

#dca540 #c5dc40 #dc5740

Monochromatic Colors of #dca540

#dca540

Complementary Color

#dca540 #4077dc

#dca540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca540 Color CSS Codes

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

#dca540 Text Font Color

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

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


#dca540 Background Color

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

This div background color is #dca540


#dca540 Border Color

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

This div border color is #dca540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca540


Comments

No comments written yet.

Please login to write comment.