Color Hex Logo

#dcac5f Color Hex

#DCAC5F
(220,172,95)
0 Favorites   0 Comments

Color spaces of #dcac5f

RGB 22017295
HSL0.100.640.62
HSV37°57°86°
CMYK 0.000.220.57   0.14
XYZ46.333345.546917.1759
Yxy45.54690.42490.4176
Hunter Lab67.48844.442032.1525
CIE-Lab73.25068.808645.8157

#dcac5f color RGB value is (220,172,95).

#dcac5f hex color red value is 220, green value is 172 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dcac5f hue: 0.10 , saturation: 0.64 and the lightness value of dcac5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01011111
Octal 334 254 137
Decimal 220 172 95
Hex DC AC 5F

RGB Percentages of Color #dcac5f

%45.17
%35.32
%19.51

CMYK Percentages of Color #dcac5f

%0
%22
%57
%14

Triadic Colors of #dcac5f

#dcac5f #5fdcac #ac5fdc

Analogous Colors of #dcac5f

#dcac5f #cedc5f #dc6e5f

Monochromatic Colors of #dcac5f

#dcac5f

Complementary Color

#dcac5f #5f8fdc

#dcac5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac5f Color CSS Codes

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

#dcac5f Text Font Color

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

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


#dcac5f Background Color

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

This div background color is #dcac5f


#dcac5f Border Color

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

This div border color is #dcac5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac5f


Comments

No comments written yet.

Please login to write comment.