Color Hex Logo

#dcac76 Color Hex

#DCAC76
(220,172,118)
0 Favorites   0 Comments

Color spaces of #dcac76

RGB 220172118
HSL0.090.590.66
HSV32°46°86°
CMYK 0.000.220.46   0.14
XYZ47.537746.028723.5185
Yxy46.02870.40600.3931
Hunter Lab67.84456.344826.9380
CIE-Lab73.564210.837434.4213

#dcac76 color RGB value is (220,172,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01110110
Octal 334 254 166
Decimal 220 172 118
Hex DC AC 76

RGB Percentages of Color #dcac76

%43.14
%33.73
%23.14

CMYK Percentages of Color #dcac76

%0
%22
%46
%14

Triadic Colors of #dcac76

#dcac76 #76dcac #ac76dc

Analogous Colors of #dcac76

#dcac76 #d9dc76 #dc7976

Monochromatic Colors of #dcac76

#dcac76

Complementary Color

#dcac76 #76a6dc

#dcac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac76 Color CSS Codes

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

#dcac76 Text Font Color

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

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


#dcac76 Background Color

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

This div background color is #dcac76


#dcac76 Border Color

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

This div border color is #dcac76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac76


Comments

No comments written yet.

Please login to write comment.