Color Hex Logo

#dca178 Color Hex

#DCA178
(220,161,120)
0 Favorites   0 Comments

Color spaces of #dca178

RGB 220161120
HSL0.070.590.67
HSV25°45°86°
CMYK 0.000.270.45   0.14
XYZ45.650242.061423.4819
Yxy42.06140.41050.3783
Hunter Lab64.854812.147423.9313
CIE-Lab70.913216.939829.9131

#dca178 color RGB value is (220,161,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01111000
Octal 334 241 170
Decimal 220 161 120
Hex DC A1 78

RGB Percentages of Color #dca178

%43.91
%32.14
%23.95

CMYK Percentages of Color #dca178

%0
%27
%45
%14

Triadic Colors of #dca178

#dca178 #78dca1 #a178dc

Analogous Colors of #dca178

#dca178 #dcd378 #dc7881

Monochromatic Colors of #dca178

#dca178

Complementary Color

#dca178 #78b3dc

#dca178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca178 Color CSS Codes

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

#dca178 Text Font Color

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

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


#dca178 Background Color

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

This div background color is #dca178


#dca178 Border Color

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

This div border color is #dca178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca178


Comments

No comments written yet.

Please login to write comment.