Color Hex Logo

#dca684 Color Hex

#DCA684
(220,166,132)
0 Favorites   0 Comments

Color spaces of #dca684

RGB 220166132
HSL0.060.560.69
HSV23°40°86°
CMYK 0.000.250.40   0.14
XYZ47.316344.154027.8585
Yxy44.15400.39650.3700
Hunter Lab66.448510.820621.6566
CIE-Lab72.331315.534325.3269

#dca684 color RGB value is (220,166,132).

#dca684 hex color red value is 220, green value is 166 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dca684 hue: 0.06 , saturation: 0.56 and the lightness value of dca684 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 10000100
Octal 334 246 204
Decimal 220 166 132
Hex DC A6 84

RGB Percentages of Color #dca684

%42.47
%32.05
%25.48

CMYK Percentages of Color #dca684

%0
%25
%40
%14

Triadic Colors of #dca684

#dca684 #84dca6 #a684dc

Analogous Colors of #dca684

#dca684 #dcd284 #dc848e

Monochromatic Colors of #dca684

#dca684

Complementary Color

#dca684 #84badc

#dca684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca684 Color CSS Codes

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

#dca684 Text Font Color

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

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


#dca684 Background Color

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

This div background color is #dca684


#dca684 Border Color

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

This div border color is #dca684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca684

#dca684 Color Palettes


Comments

No comments written yet.

Please login to write comment.