Color Hex Logo

#dca45d Color Hex

#DCA45D
(220,164,93)
0 Favorites   0 Comments

Color spaces of #dca45d

RGB 22016493
HSL0.090.640.61
HSV34°58°86°
CMYK 0.000.250.58   0.14
XYZ44.766442.556916.2108
Yxy42.55690.43240.4110
Hunter Lab65.23568.329030.9316
CIE-Lab71.253212.931044.4352

#dca45d color RGB value is (220,164,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01011101
Octal 334 244 135
Decimal 220 164 93
Hex DC A4 5D

RGB Percentages of Color #dca45d

%46.12
%34.38
%19.50

CMYK Percentages of Color #dca45d

%0
%25
%58
%14

Triadic Colors of #dca45d

#dca45d #5ddca4 #a45ddc

Analogous Colors of #dca45d

#dca45d #d5dc5d #dc655d

Monochromatic Colors of #dca45d

#dca45d

Complementary Color

#dca45d #5d95dc

#dca45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca45d Color CSS Codes

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

#dca45d Text Font Color

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

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


#dca45d Background Color

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

This div background color is #dca45d


#dca45d Border Color

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

This div border color is #dca45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca45d


Comments

No comments written yet.

Please login to write comment.