Color Hex Logo

#dca543 Color Hex

#DCA543
(220,165,67)
0 Favorites   0 Comments

Color spaces of #dca543

RGB 22016567
HSL0.110.690.56
HSV38°70°86°
CMYK 0.000.250.70   0.14
XYZ43.983542.531211.2013
Yxy42.53120.45010.4353
Hunter Lab65.21596.257635.4677
CIE-Lab71.235610.725656.6933

#dca543 color RGB value is (220,165,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01000011
Octal 334 245 103
Decimal 220 165 67
Hex DC A5 43

RGB Percentages of Color #dca543

%48.67
%36.50
%14.82

CMYK Percentages of Color #dca543

%0
%25
%70
%14

Triadic Colors of #dca543

#dca543 #43dca5 #a543dc

Analogous Colors of #dca543

#dca543 #c7dc43 #dc5943

Monochromatic Colors of #dca543

#dca543

Complementary Color

#dca543 #437adc

#dca543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca543 Color CSS Codes

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

#dca543 Text Font Color

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

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


#dca543 Background Color

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

This div background color is #dca543


#dca543 Border Color

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

This div border color is #dca543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca543


Comments

No comments written yet.

Please login to write comment.