Color Hex Logo

#dcaa85 Color Hex

#DCAA85
(220,170,133)
0 Favorites   0 Comments

Color spaces of #dcaa85

RGB 220170133
HSL0.070.550.69
HSV26°40°86°
CMYK 0.000.230.40   0.14
XYZ48.123645.658528.4669
Yxy45.65850.39370.3735
Hunter Lab67.57118.877022.3216
CIE-Lab73.323413.499126.1197

#dcaa85 color RGB value is (220,170,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10000101
Octal 334 252 205
Decimal 220 170 133
Hex DC AA 85

RGB Percentages of Color #dcaa85

%42.07
%32.50
%25.43

CMYK Percentages of Color #dcaa85

%0
%23
%40
%14

Triadic Colors of #dcaa85

#dcaa85 #85dcaa #aa85dc

Analogous Colors of #dcaa85

#dcaa85 #dcd685 #dc858c

Monochromatic Colors of #dcaa85

#dcaa85

Complementary Color

#dcaa85 #85b7dc

#dcaa85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa85 Color CSS Codes

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

#dcaa85 Text Font Color

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

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


#dcaa85 Background Color

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

This div background color is #dcaa85


#dcaa85 Border Color

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

This div border color is #dcaa85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa85


Comments

No comments written yet.

Please login to write comment.