Color Hex Logo

#dcaa89 Color Hex

#DCAA89
(220,170,137)
0 Favorites   0 Comments

Color spaces of #dcaa89

RGB 220170137
HSL0.070.540.70
HSV24°38°86°
CMYK 0.000.230.38   0.14
XYZ48.405345.771229.9504
Yxy45.77120.39000.3687
Hunter Lab67.65449.317721.1106
CIE-Lab73.396813.958624.0623

#dcaa89 color RGB value is (220,170,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10001001
Octal 334 252 211
Decimal 220 170 137
Hex DC AA 89

RGB Percentages of Color #dcaa89

%41.75
%32.26
%26.00

CMYK Percentages of Color #dcaa89

%0
%23
%38
%14

Triadic Colors of #dcaa89

#dcaa89 #89dcaa #aa89dc

Analogous Colors of #dcaa89

#dcaa89 #dcd489 #dc8992

Monochromatic Colors of #dcaa89

#dcaa89

Complementary Color

#dcaa89 #89bbdc

#dcaa89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa89 Color CSS Codes

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

#dcaa89 Text Font Color

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

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


#dcaa89 Background Color

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

This div background color is #dcaa89


#dcaa89 Border Color

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

This div border color is #dcaa89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa89


Comments

No comments written yet.

Please login to write comment.