Color Hex Logo

#dca45f Color Hex

#DCA45F
(220,164,95)
0 Favorites   0 Comments

Color spaces of #dca45f

RGB 22016495
HSL0.090.640.62
HSV33°57°86°
CMYK 0.000.250.57   0.14
XYZ44.856242.592816.6835
Yxy42.59280.43080.4090
Hunter Lab65.26328.474830.5277
CIE-Lab71.277713.085343.4570

#dca45f color RGB value is (220,164,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01011111
Octal 334 244 137
Decimal 220 164 95
Hex DC A4 5F

RGB Percentages of Color #dca45f

%45.93
%34.24
%19.83

CMYK Percentages of Color #dca45f

%0
%25
%57
%14

Triadic Colors of #dca45f

#dca45f #5fdca4 #a45fdc

Analogous Colors of #dca45f

#dca45f #d6dc5f #dc665f

Monochromatic Colors of #dca45f

#dca45f

Complementary Color

#dca45f #5f97dc

#dca45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca45f Color CSS Codes

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

#dca45f Text Font Color

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

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


#dca45f Background Color

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

This div background color is #dca45f


#dca45f Border Color

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

This div border color is #dca45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca45f


Comments

No comments written yet.

Please login to write comment.