Color Hex Logo

#dca693 Color Hex

#DCA693
(220,166,147)
0 Favorites   0 Comments

Color spaces of #dca693

RGB 220166147
HSL0.040.510.72
HSV16°33°86°
CMYK 0.000.250.33   0.14
XYZ48.417944.594733.6595
Yxy44.59470.38220.3520
Hunter Lab66.779312.556616.8609
CIE-Lab72.624217.323517.5685

#dca693 color RGB value is (220,166,147).

#dca693 hex color red value is 220, green value is 166 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dca693 hue: 0.04 , saturation: 0.51 and the lightness value of dca693 is 0.72.

The process color (four color CMYK) of #dca693 color hex is 0.00, 0.25, 0.33, 0.14. Web safe color of #dca693 is #cc9999. Color #dca693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 10010011
Octal 334 246 223
Decimal 220 166 147
Hex DC A6 93

RGB Percentages of Color #dca693

%41.28
%31.14
%27.58

CMYK Percentages of Color #dca693

%0
%25
%33
%14

Triadic Colors of #dca693

#dca693 #93dca6 #a693dc

Analogous Colors of #dca693

#dca693 #dccb93 #dc93a5

Monochromatic Colors of #dca693

#dca693

Complementary Color

#dca693 #93c9dc

#dca693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca693 Color CSS Codes

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

#dca693 Text Font Color

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

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


#dca693 Background Color

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

This div background color is #dca693


#dca693 Border Color

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

This div border color is #dca693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca693


Comments

No comments written yet.

Please login to write comment.