Color Hex Logo

#dca089 Color Hex

#DCA089
(220,160,137)
0 Favorites   0 Comments

Color spaces of #dca089

RGB 220160137
HSL0.050.540.70
HSV17°38°86°
CMYK 0.000.270.38   0.14
XYZ46.601442.163429.3491
Yxy42.16340.39450.3570
Hunter Lab64.933414.472618.6550
CIE-Lab70.983419.338220.7777

#dca089 color RGB value is (220,160,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10001001
Octal 334 240 211
Decimal 220 160 137
Hex DC A0 89

RGB Percentages of Color #dca089

%42.55
%30.95
%26.50

CMYK Percentages of Color #dca089

%0
%27
%38
%14

Triadic Colors of #dca089

#dca089 #89dca0 #a089dc

Analogous Colors of #dca089

#dca089 #dcca89 #dc899c

Monochromatic Colors of #dca089

#dca089

Complementary Color

#dca089 #89c5dc

#dca089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca089 Color CSS Codes

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

#dca089 Text Font Color

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

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


#dca089 Background Color

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

This div background color is #dca089


#dca089 Border Color

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

This div border color is #dca089


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,160,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 #dca089">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca089


Comments

No comments written yet.

Please login to write comment.