Color Hex Logo

#dcaa7d Color Hex

#DCAA7D
(220,170,125)
0 Favorites   0 Comments

Color spaces of #dcaa7d

RGB 220170125
HSL0.080.580.68
HSV28°43°86°
CMYK 0.000.230.43   0.14
XYZ47.591645.445825.6656
Yxy45.44580.40090.3829
Hunter Lab67.41358.041224.6166
CIE-Lab73.184512.623930.2208

#dcaa7d color RGB value is (220,170,125).

#dcaa7d hex color red value is 220, green value is 170 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcaa7d hue: 0.08 , saturation: 0.58 and the lightness value of dcaa7d is 0.68.

The process color (four color CMYK) of #dcaa7d color hex is 0.00, 0.23, 0.43, 0.14. Web safe color of #dcaa7d is #cc9966. Color #dcaa7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01111101
Octal 334 252 175
Decimal 220 170 125
Hex DC AA 7D

RGB Percentages of Color #dcaa7d

%42.72
%33.01
%24.27

CMYK Percentages of Color #dcaa7d

%0
%23
%43
%14

Triadic Colors of #dcaa7d

#dcaa7d #7ddcaa #aa7ddc

Analogous Colors of #dcaa7d

#dcaa7d #dcda7d #dc7d80

Monochromatic Colors of #dcaa7d

#dcaa7d

Complementary Color

#dcaa7d #7dafdc

#dcaa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa7d Color CSS Codes

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

#dcaa7d Text Font Color

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

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


#dcaa7d Background Color

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

This div background color is #dcaa7d


#dcaa7d Border Color

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

This div border color is #dcaa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa7d


Comments

No comments written yet.

Please login to write comment.