Color Hex Logo

#dcac74 Color Hex

#DCAC74
(220,172,116)
0 Favorites   0 Comments

Color spaces of #dcac74

RGB 220172116
HSL0.090.600.66
HSV32°47°86°
CMYK 0.000.220.47   0.14
XYZ47.420145.981622.8990
Yxy45.98160.40770.3954
Hunter Lab67.80976.160027.4449
CIE-Lab73.533610.641635.4317

#dcac74 color RGB value is (220,172,116).

#dcac74 hex color red value is 220, green value is 172 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dcac74 hue: 0.09 , saturation: 0.60 and the lightness value of dcac74 is 0.66.

The process color (four color CMYK) of #dcac74 color hex is 0.00, 0.22, 0.47, 0.14. Web safe color of #dcac74 is #cc9966. Color #dcac74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01110100
Octal 334 254 164
Decimal 220 172 116
Hex DC AC 74

RGB Percentages of Color #dcac74

%43.31
%33.86
%22.83

CMYK Percentages of Color #dcac74

%0
%22
%47
%14

Triadic Colors of #dcac74

#dcac74 #74dcac #ac74dc

Analogous Colors of #dcac74

#dcac74 #d8dc74 #dc7874

Monochromatic Colors of #dcac74

#dcac74

Complementary Color

#dcac74 #74a4dc

#dcac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac74 Color CSS Codes

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

#dcac74 Text Font Color

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

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


#dcac74 Background Color

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

This div background color is #dcac74


#dcac74 Border Color

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

This div border color is #dcac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac74


Comments

No comments written yet.

Please login to write comment.