COLOR #DAA7A0

HEX: #DAA7A0
RGB: (218,167,160)

Color info

#DAA7A0 contains red, green and blue colors in about the same proportion. Web safe color of #DAA7A0 is #CC9999 (or #C99).

RGB color model

#DAA7A0 color RGB value is (218,167,160).

  • red value is 218;
  • green value is 167;
  • blue value is 160.
RGB:
(218,167,160)
(85%,65%,63%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 160 of 255 = 63%

218
167
160

R + G + B ~ 71%. #DAA7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 160 = 545 (100%)
R 218 of 545 ~ 40%
G 167 of 545 ~ 30.64%
B 160 of 545 ~ 29.36%

%40
%30.64
%29.36

CMYK color model

#DAA7A0 color CMYK value is (0,23,27,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(0,23,27,15)
C0M23Y27K15 
(0%,23%,27%,15%)
(0.00/0.23/0.27/0.15)	

CMYK percentages

%0
%23.39
%26.61
%14.51

Codes

Color #DAA7A0 in popluar color models

DAA7A0
RGB218167160
HSL43.94%74.12%
HSB/HSV26.61%85.49%
CMYK0.00%23.39%26.61%
14.51%

Color #DAA7A0 in popluar number systems.

HEXDAA7A0
Decimal218167160
Binary110110101010011110100000
Octal332247240

Shades and tints

Shades of #DAA7A0

#DAA7A0
(218,167,160)
#C79892
(199,152,146)
#B48984
(180,137,132)
#A17A76
(161,122,118)
#8E6B68
(142,107,104)
#7B5C5A
(123,92,90)
#684D4C
(104,77,76)
#553E3E
(85,62,62)
#422F30
(66,47,48)
#2F2022
(47,32,34)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #DAA7A0

#DAA7A0
(218,167,160)
#DDAFA8
(221,175,168)
#E0B7B0
(224,183,176)
#E3BFB8
(227,191,184)
#E6C7C0
(230,199,192)
#E9CFC8
(233,207,200)
#ECD7D0
(236,215,208)
#EFDFD8
(239,223,216)
#F2E7E0
(242,231,224)
#F5EFE8
(245,239,232)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA7A0 color. Also use rgb(218,167,160) instead hex code.

Text Font Color

.myTextColor { color: #DAA7A0; }

<p style="color:#DAA7A0">This sample text font color is #DAA7A0.</p>

This text font color is #DAA7A0.


Background Color

.myBgColor { background-color: #DAA7A0; }

<div style="background-color:#DAA7A0">Inner text</div>

This div background color is #DAA7A0.


Border color

.myBorderColor { border: 1px solid #DAA7A0; }

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

This div border color is #DAA7A0.


Opacity

.myOpacity80 { color: #DAA7A0; opacity: 0.8; }

<p style="color:#DAA7A0;opacity:0.8;">80%</p>

Text with #DAA7A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAA7A0;}

<p style="text-shadow: 3px 3px 1px #DAA7A0">Text here.</p>

This text has shadow with #DAA7A0 color.

.textShadow {text-shadow: 3px 3px 1px #DAA7A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAA7A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAA7A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAA7A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAA7A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAA7A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DAA7A0;
  -webkit-box-shadow:	1px 1px 3px 2px #DAA7A0;
  box-shadow:		1px 1px 3px 2px #DAA7A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DAA7A0;
-webkit-box-shadow: 1px 1px 3px 2px #DAA7A0;
box-shadow:1px 1px 3px 2px #DAA7A0;">
Div content here</div>
This div box has shadow with color #DAA7A0.

Preview

Color preview on black background

This text has color #DAA7A0 on black background.


Color preview on white background

This text has color #DAA7A0 on white background.



Black color preview on #DAA7A0 background

This text has black color on #DAA7A0 background.


White color preview on #DAA7A0 background

This text has white color on #DAA7A0 background.