Color Hex Logo

#dca545 Color Hex

#DCA545
(220,165,69)
0 Favorites   0 Comments

Color spaces of #dca545

RGB 22016569
HSL0.110.680.57
HSV38°69°86°
CMYK 0.000.250.69   0.14
XYZ44.044542.555611.5229
Yxy42.55560.44890.4337
Hunter Lab65.23476.357335.1914
CIE-Lab71.252310.832455.8337

#dca545 color RGB value is (220,165,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01000101
Octal 334 245 105
Decimal 220 165 69
Hex DC A5 45

RGB Percentages of Color #dca545

%48.46
%36.34
%15.20

CMYK Percentages of Color #dca545

%0
%25
%69
%14

Triadic Colors of #dca545

#dca545 #45dca5 #a545dc

Analogous Colors of #dca545

#dca545 #c8dc45 #dc5a45

Monochromatic Colors of #dca545

#dca545

Complementary Color

#dca545 #457cdc

#dca545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca545 Color CSS Codes

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

#dca545 Text Font Color

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

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


#dca545 Background Color

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

This div background color is #dca545


#dca545 Border Color

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

This div border color is #dca545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca545


Comments

No comments written yet.

Please login to write comment.