COLOR #DAA8AA

HEX: #DAA8AA
RGB: (218,168,170)

Color info

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

RGB color model

#DAA8AA color RGB value is (218,168,170).

  • red value is 218;
  • green value is 168;
  • blue value is 170.
RGB:
(218,168,170)
(85%,66%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 168 of 255 = 66%
B 170 of 255 = 67%

218
168
170

R + G + B ~ 73%. #DAA8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 168 + 170 = 556 (100%)
R 218 of 556 ~ 39.21%
G 168 of 556 ~ 30.22%
B 170 of 556 ~ 30.58%

%39.21
%30.22
%30.58

CMYK color model

#DAA8AA color CMYK value is (0,23,22,15).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 22.02%
  • key color value is 14.51%
CMYK:
(0,23,22,15)
C0M23Y22K15 
(0%,23%,22%,15%)
(0.00/0.23/0.22/0.15)	

CMYK percentages

%0
%22.94
%22.02
%14.51

Codes

Color #DAA8AA in popluar color models

DAA8AA
RGB218168170
HSL358°40.32%75.69%
HSB/HSV358°22.94%85.49%
CMYK0.00%22.94%22.02%
14.51%

Color #DAA8AA in popluar number systems.

HEXDAA8AA
Decimal218168170
Binary110110101010100010101010
Octal332250252

Shades and tints

Shades of #DAA8AA

#DAA8AA
(218,168,170)
#C7999B
(199,153,155)
#B48A8C
(180,138,140)
#A17B7D
(161,123,125)
#8E6C6E
(142,108,110)
#7B5D5F
(123,93,95)
#684E50
(104,78,80)
#553F41
(85,63,65)
#423032
(66,48,50)
#2F2123
(47,33,35)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #DAA8AA

#DAA8AA
(218,168,170)
#DDAFB1
(221,175,177)
#E0B6B8
(224,182,184)
#E3BDBF
(227,189,191)
#E6C4C6
(230,196,198)
#E9CBCD
(233,203,205)
#ECD2D4
(236,210,212)
#EFD9DB
(239,217,219)
#F2E0E2
(242,224,226)
#F5E7E9
(245,231,233)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA8AA color. Also use rgb(218,168,170) instead hex code.

Text Font Color

.myTextColor { color: #DAA8AA; }

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

This text font color is #DAA8AA.


Background Color

.myBgColor { background-color: #DAA8AA; }

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

This div background color is #DAA8AA.


Border color

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

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

This div border color is #DAA8AA.


Opacity

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

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

Text with #DAA8AA 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 #DAA8AA;}

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

This text has shadow with #DAA8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA8AA on black background.


Color preview on white background

This text has color #DAA8AA on white background.



Black color preview on #DAA8AA background

This text has black color on #DAA8AA background.


White color preview on #DAA8AA background

This text has white color on #DAA8AA background.