Color Hex Logo

#dcaa70 Color Hex

#DCAA70
(220,170,112)
0 Favorites   0 Comments

Color spaces of #dcaa70

RGB 220170112
HSL0.090.610.65
HSV32°49°86°
CMYK 0.000.230.49   0.14
XYZ46.814645.134921.5738
Yxy45.13490.41240.3976
Hunter Lab67.18256.814327.9884
CIE-Lab72.980611.329936.8184

#dcaa70 color RGB value is (220,170,112).

#dcaa70 hex color red value is 220, green value is 170 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dcaa70 hue: 0.09 , saturation: 0.61 and the lightness value of dcaa70 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01110000
Octal 334 252 160
Decimal 220 170 112
Hex DC AA 70

RGB Percentages of Color #dcaa70

%43.82
%33.86
%22.31

CMYK Percentages of Color #dcaa70

%0
%23
%49
%14

Triadic Colors of #dcaa70

#dcaa70 #70dcaa #aa70dc

Analogous Colors of #dcaa70

#dcaa70 #d8dc70 #dc7470

Monochromatic Colors of #dcaa70

#dcaa70

Complementary Color

#dcaa70 #70a2dc

#dcaa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa70 Color CSS Codes

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

#dcaa70 Text Font Color

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

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


#dcaa70 Background Color

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

This div background color is #dcaa70


#dcaa70 Border Color

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

This div border color is #dcaa70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa70


Comments

No comments written yet.

Please login to write comment.