Color Hex Logo

#dcac5a Color Hex

#DCAC5A
(220,172,90)
0 Favorites   0 Comments

Color spaces of #dcac5a

RGB 22017290
HSL0.110.650.61
HSV38°59°86°
CMYK 0.000.220.59   0.14
XYZ46.113245.458916.0169
Yxy45.45890.42860.4225
Hunter Lab67.42324.092033.1115
CIE-Lab73.19308.432448.2041

#dcac5a color RGB value is (220,172,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01011010
Octal 334 254 132
Decimal 220 172 90
Hex DC AC 5A

RGB Percentages of Color #dcac5a

%45.64
%35.68
%18.67

CMYK Percentages of Color #dcac5a

%0
%22
%59
%14

Triadic Colors of #dcac5a

#dcac5a #5adcac #ac5adc

Analogous Colors of #dcac5a

#dcac5a #cbdc5a #dc6b5a

Monochromatic Colors of #dcac5a

#dcac5a

Complementary Color

#dcac5a #5a8adc

#dcac5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac5a Color CSS Codes

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

#dcac5a Text Font Color

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

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


#dcac5a Background Color

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

This div background color is #dcac5a


#dcac5a Border Color

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

This div border color is #dcac5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac5a


Comments

No comments written yet.

Please login to write comment.