Color Hex Logo

#dca98c Color Hex

#DCA98C
(220,169,140)
0 Favorites   0 Comments

Color spaces of #dca98c

RGB 220169140
HSL0.060.530.71
HSV22°36°86°
CMYK 0.000.230.36   0.14
XYZ48.436845.485031.0375
Yxy45.48500.38760.3640
Hunter Lab67.442610.173019.9242
CIE-Lab73.210114.850022.1854

#dca98c color RGB value is (220,169,140).

#dca98c hex color red value is 220, green value is 169 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dca98c hue: 0.06 , saturation: 0.53 and the lightness value of dca98c is 0.71.

The process color (four color CMYK) of #dca98c color hex is 0.00, 0.23, 0.36, 0.14. Web safe color of #dca98c is #cc9999. Color #dca98c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 10001100
Octal 334 251 214
Decimal 220 169 140
Hex DC A9 8C

RGB Percentages of Color #dca98c

%41.59
%31.95
%26.47

CMYK Percentages of Color #dca98c

%0
%23
%36
%14

Triadic Colors of #dca98c

#dca98c #8cdca9 #a98cdc

Analogous Colors of #dca98c

#dca98c #dcd18c #dc8c97

Monochromatic Colors of #dca98c

#dca98c

Complementary Color

#dca98c #8cbfdc

#dca98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca98c Color CSS Codes

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

#dca98c Text Font Color

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

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


#dca98c Background Color

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

This div background color is #dca98c


#dca98c Border Color

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

This div border color is #dca98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca98c


Comments

No comments written yet.

Please login to write comment.