Color Hex Logo

#dca97c Color Hex

#DCA97C
(220,169,124)
0 Favorites   0 Comments

Color spaces of #dca97c

RGB 220169124
HSL0.080.580.67
HSV28°44°86°
CMYK 0.000.230.44   0.14
XYZ47.341345.046825.2685
Yxy45.04680.40240.3829
Hunter Lab67.11698.451424.6601
CIE-Lab72.922713.055030.4099

#dca97c color RGB value is (220,169,124).

#dca97c hex color red value is 220, green value is 169 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dca97c hue: 0.08 , saturation: 0.58 and the lightness value of dca97c is 0.67.

The process color (four color CMYK) of #dca97c color hex is 0.00, 0.23, 0.44, 0.14. Web safe color of #dca97c is #cc9966. Color #dca97c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 01111100
Octal 334 251 174
Decimal 220 169 124
Hex DC A9 7C

RGB Percentages of Color #dca97c

%42.88
%32.94
%24.17

CMYK Percentages of Color #dca97c

%0
%23
%44
%14

Triadic Colors of #dca97c

#dca97c #7cdca9 #a97cdc

Analogous Colors of #dca97c

#dca97c #dcd97c #dc7c7f

Monochromatic Colors of #dca97c

#dca97c

Complementary Color

#dca97c #7cafdc

#dca97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca97c Color CSS Codes

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

#dca97c Text Font Color

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

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


#dca97c Background Color

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

This div background color is #dca97c


#dca97c Border Color

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

This div border color is #dca97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca97c


Comments

No comments written yet.

Please login to write comment.