Color Hex Logo

#dcac3a Color Hex

#DCAC3A
(220,172,58)
0 Favorites   0 Comments

Color spaces of #dcac3a

RGB 22017258
HSL0.120.700.55
HSV42°74°86°
CMYK 0.000.220.74   0.14
XYZ45.031445.026210.3205
Yxy45.02620.44860.4486
Hunter Lab67.10162.362437.8520
CIE-Lab72.90916.559462.1024

#dcac3a color RGB value is (220,172,58).

#dcac3a hex color red value is 220, green value is 172 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dcac3a hue: 0.12 , saturation: 0.70 and the lightness value of dcac3a is 0.55.

The process color (four color CMYK) of #dcac3a color hex is 0.00, 0.22, 0.74, 0.14. Web safe color of #dcac3a is #cc9933. Color #dcac3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 00111010
Octal 334 254 72
Decimal 220 172 58
Hex DC AC 3A

RGB Percentages of Color #dcac3a

%48.89
%38.22
%12.89

CMYK Percentages of Color #dcac3a

%0
%22
%74
%14

Triadic Colors of #dcac3a

#dcac3a #3adcac #ac3adc

Analogous Colors of #dcac3a

#dcac3a #bbdc3a #dc5b3a

Monochromatic Colors of #dcac3a

#dcac3a

Complementary Color

#dcac3a #3a6adc

#dcac3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac3a Color CSS Codes

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

#dcac3a Text Font Color

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

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


#dcac3a Background Color

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

This div background color is #dcac3a


#dcac3a Border Color

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

This div border color is #dcac3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac3a


Comments

No comments written yet.

Please login to write comment.