Color Hex Logo

#dcaa7b Color Hex

#DCAA7B
(220,170,123)
0 Favorites   0 Comments

Color spaces of #dcaa7b

RGB 220170123
HSL0.080.580.67
HSV29°44°86°
CMYK 0.000.230.44   0.14
XYZ47.465145.395224.9994
Yxy45.39520.40270.3852
Hunter Lab67.37607.842025.1640
CIE-Lab73.151412.414531.2420

#dcaa7b color RGB value is (220,170,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01111011
Octal 334 252 173
Decimal 220 170 123
Hex DC AA 7B

RGB Percentages of Color #dcaa7b

%42.88
%33.14
%23.98

CMYK Percentages of Color #dcaa7b

%0
%23
%44
%14

Triadic Colors of #dcaa7b

#dcaa7b #7bdcaa #aa7bdc

Analogous Colors of #dcaa7b

#dcaa7b #dcdb7b #dc7b7d

Monochromatic Colors of #dcaa7b

#dcaa7b

Complementary Color

#dcaa7b #7baddc

#dcaa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa7b Color CSS Codes

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

#dcaa7b Text Font Color

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

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


#dcaa7b Background Color

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

This div background color is #dcaa7b


#dcaa7b Border Color

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

This div border color is #dcaa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa7b


Comments

No comments written yet.

Please login to write comment.