Color Hex Logo

#dca184 Color Hex

#DCA184
(220,161,132)
0 Favorites   0 Comments

Color spaces of #dca184

RGB 220161132
HSL0.050.560.69
HSV20°40°86°
CMYK 0.000.270.40   0.14
XYZ46.424942.371327.5614
Yxy42.37130.39900.3641
Hunter Lab65.093213.394120.4610
CIE-Lab71.126218.224623.7020

#dca184 color RGB value is (220,161,132).

#dca184 hex color red value is 220, green value is 161 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dca184 hue: 0.05 , saturation: 0.56 and the lightness value of dca184 is 0.69.

The process color (four color CMYK) of #dca184 color hex is 0.00, 0.27, 0.40, 0.14. Web safe color of #dca184 is #cc9999. Color #dca184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 10000100
Octal 334 241 204
Decimal 220 161 132
Hex DC A1 84

RGB Percentages of Color #dca184

%42.88
%31.38
%25.73

CMYK Percentages of Color #dca184

%0
%27
%40
%14

Triadic Colors of #dca184

#dca184 #84dca1 #a184dc

Analogous Colors of #dca184

#dca184 #dccd84 #dc8493

Monochromatic Colors of #dca184

#dca184

Complementary Color

#dca184 #84bfdc

#dca184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca184 Color CSS Codes

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

#dca184 Text Font Color

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

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


#dca184 Background Color

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

This div background color is #dca184


#dca184 Border Color

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

This div border color is #dca184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca184


Comments

No comments written yet.

Please login to write comment.