Color Hex Logo

#dca389 Color Hex

#DCA389
(220,163,137)
0 Favorites   0 Comments

Color spaces of #dca389

RGB 220163137
HSL0.050.540.70
HSV19°38°86°
CMYK 0.000.260.38   0.14
XYZ47.127743.216229.5246
Yxy43.21620.39320.3605
Hunter Lab65.739012.921719.3891
CIE-Lab71.701517.721921.7587

#dca389 color RGB value is (220,163,137).

#dca389 hex color red value is 220, green value is 163 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dca389 hue: 0.05 , saturation: 0.54 and the lightness value of dca389 is 0.70.

The process color (four color CMYK) of #dca389 color hex is 0.00, 0.26, 0.38, 0.14. Web safe color of #dca389 is #cc9999. Color #dca389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10001001
Octal 334 243 211
Decimal 220 163 137
Hex DC A3 89

RGB Percentages of Color #dca389

%42.31
%31.35
%26.35

CMYK Percentages of Color #dca389

%0
%26
%38
%14

Triadic Colors of #dca389

#dca389 #89dca3 #a389dc

Analogous Colors of #dca389

#dca389 #dccd89 #dc8999

Monochromatic Colors of #dca389

#dca389

Complementary Color

#dca389 #89c2dc

#dca389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca389 Color CSS Codes

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

#dca389 Text Font Color

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

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


#dca389 Background Color

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

This div background color is #dca389


#dca389 Border Color

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

This div border color is #dca389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca389


Comments

No comments written yet.

Please login to write comment.