Color Hex Logo

#dca289 Color Hex

#DCA289
(220,162,137)
0 Favorites   0 Comments

Color spaces of #dca289

RGB 220162137
HSL0.050.540.70
HSV18°38°86°
CMYK 0.000.260.38   0.14
XYZ46.950942.862429.4656
Yxy42.86240.39360.3593
Hunter Lab65.469413.438619.1441
CIE-Lab71.461518.260821.4312

#dca289 color RGB value is (220,162,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 10001001
Octal 334 242 211
Decimal 220 162 137
Hex DC A2 89

RGB Percentages of Color #dca289

%42.39
%31.21
%26.40

CMYK Percentages of Color #dca289

%0
%26
%38
%14

Triadic Colors of #dca289

#dca289 #89dca2 #a289dc

Analogous Colors of #dca289

#dca289 #dccc89 #dc899a

Monochromatic Colors of #dca289

#dca289

Complementary Color

#dca289 #89c3dc

#dca289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca289 Color CSS Codes

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

#dca289 Text Font Color

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

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


#dca289 Background Color

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

This div background color is #dca289


#dca289 Border Color

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

This div border color is #dca289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca289


Comments

No comments written yet.

Please login to write comment.