Color Hex Logo

#dcac79 Color Hex

#DCAC79
(220,172,121)
0 Favorites   0 Comments

Color spaces of #dcac79

RGB 220172121
HSL0.090.590.67
HSV31°45°86°
CMYK 0.000.220.45   0.14
XYZ47.718946.101224.4725
Yxy46.10120.40340.3897
Hunter Lab67.89796.629326.1585
CIE-Lab73.611211.138532.9013

#dcac79 color RGB value is (220,172,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01111001
Octal 334 254 171
Decimal 220 172 121
Hex DC AC 79

RGB Percentages of Color #dcac79

%42.88
%33.53
%23.59

CMYK Percentages of Color #dcac79

%0
%22
%45
%14

Triadic Colors of #dcac79

#dcac79 #79dcac #ac79dc

Analogous Colors of #dcac79

#dcac79 #dbdc79 #dc7b79

Monochromatic Colors of #dcac79

#dcac79

Complementary Color

#dcac79 #79a9dc

#dcac79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac79 Color CSS Codes

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

#dcac79 Text Font Color

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

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


#dcac79 Background Color

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

This div background color is #dcac79


#dcac79 Border Color

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

This div border color is #dcac79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac79


Comments

No comments written yet.

Please login to write comment.