Color Hex Logo

#dcac47 Color Hex

#DCAC47
(220,172,71)
0 Favorites   0 Comments

Color spaces of #dcac47

RGB 22017271
HSL0.110.680.57
HSV41°68°86°
CMYK 0.000.220.68   0.14
XYZ45.405145.175612.2879
Yxy45.17560.44140.4392
Hunter Lab67.21282.961936.2095
CIE-Lab73.00747.211356.8108

#dcac47 color RGB value is (220,172,71).

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

The process color (four color CMYK) of #dcac47 color hex is 0.00, 0.22, 0.68, 0.14. Web safe color of #dcac47 is #cc9933. Color #dcac47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01000111
Octal 334 254 107
Decimal 220 172 71
Hex DC AC 47

RGB Percentages of Color #dcac47

%47.52
%37.15
%15.33

CMYK Percentages of Color #dcac47

%0
%22
%68
%14

Triadic Colors of #dcac47

#dcac47 #47dcac #ac47dc

Analogous Colors of #dcac47

#dcac47 #c2dc47 #dc6147

Monochromatic Colors of #dcac47

#dcac47

Complementary Color

#dcac47 #4777dc

#dcac47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac47 Color CSS Codes

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

#dcac47 Text Font Color

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

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


#dcac47 Background Color

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

This div background color is #dcac47


#dcac47 Border Color

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

This div border color is #dcac47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac47


Comments

No comments written yet.

Please login to write comment.