Color Hex Logo

#dca174 Color Hex

#DCA174
(220,161,116)
0 Favorites   0 Comments

Color spaces of #dca174

RGB 220161116
HSL0.070.600.66
HSV26°47°86°
CMYK 0.000.270.47   0.14
XYZ45.412541.966322.2298
Yxy41.96630.41430.3829
Hunter Lab64.781411.763125.0016
CIE-Lab70.847716.541631.9709

#dca174 color RGB value is (220,161,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01110100
Octal 334 241 164
Decimal 220 161 116
Hex DC A1 74

RGB Percentages of Color #dca174

%44.27
%32.39
%23.34

CMYK Percentages of Color #dca174

%0
%27
%47
%14

Triadic Colors of #dca174

#dca174 #74dca1 #a174dc

Analogous Colors of #dca174

#dca174 #dcd574 #dc747b

Monochromatic Colors of #dca174

#dca174

Complementary Color

#dca174 #74afdc

#dca174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca174 Color CSS Codes

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

#dca174 Text Font Color

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

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


#dca174 Background Color

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

This div background color is #dca174


#dca174 Border Color

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

This div border color is #dca174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca174


Comments

No comments written yet.

Please login to write comment.