Color Hex Logo

#dca7aa Color Hex

#DCA7AA
(220,167,170)
0 Favorites   0 Comments

Color spaces of #dca7aa

RGB 220167170
HSL0.990.430.76
HSV357°24°86°
CMYK 0.000.240.23   0.14
XYZ50.589645.755444.1955
Yxy45.75540.36000.3256
Hunter Lab67.642715.12438.6118
CIE-Lab73.386519.92086.0326

#dca7aa color RGB value is (220,167,170).

#dca7aa hex color red value is 220, green value is 167 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dca7aa hue: 0.99 , saturation: 0.43 and the lightness value of dca7aa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 10101010
Octal 334 247 252
Decimal 220 167 170
Hex DC A7 AA

RGB Percentages of Color #dca7aa

%39.50
%29.98
%30.52

CMYK Percentages of Color #dca7aa

%0
%24
%23
%14

Triadic Colors of #dca7aa

#dca7aa #aadca7 #a7aadc

Analogous Colors of #dca7aa

#dca7aa #dcbfa7 #dca7c5

Monochromatic Colors of #dca7aa

#dca7aa

Complementary Color

#dca7aa #a7dcd9

#dca7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca7aa Color CSS Codes

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

#dca7aa Text Font Color

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

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


#dca7aa Background Color

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

This div background color is #dca7aa


#dca7aa Border Color

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

This div border color is #dca7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca7aa


Comments

No comments written yet.

Please login to write comment.