COLOR #DAA5A4

HEX: #DAA5A4
RGB: (218,165,164)

Color info

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

RGB color model

#DAA5A4 color RGB value is (218,165,164).

  • red value is 218;
  • green value is 165;
  • blue value is 164.
RGB:
(218,165,164)
(85%,65%,64%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 164 of 255 = 64%

218
165
164

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

Portions of RGB colors in percentages

R + G + B =
218 + 165 + 164 = 547 (100%)
R 218 of 547 ~ 39.85%
G 165 of 547 ~ 30.16%
B 164 of 547 ~ 29.98%

%39.85
%30.16
%29.98

CMYK color model

#DAA5A4 color CMYK value is (0,24,25,15).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 24.77%
  • key color value is 14.51%
CMYK:
(0,24,25,15)
C0M24Y25K15 
(0%,24%,25%,15%)
(0.00/0.24/0.25/0.15)	

CMYK percentages

%0
%24.31
%24.77
%14.51

Codes

Color #DAA5A4 in popluar color models

DAA5A4
RGB218165164
HSL42.19%74.90%
HSB/HSV24.77%85.49%
CMYK0.00%24.31%24.77%
14.51%

Color #DAA5A4 in popluar number systems.

HEXDAA5A4
Decimal218165164
Binary110110101010010110100100
Octal332245244

Shades and tints

Shades of #DAA5A4

#DAA5A4
(218,165,164)
#C79696
(199,150,150)
#B48788
(180,135,136)
#A1787A
(161,120,122)
#8E696C
(142,105,108)
#7B5A5E
(123,90,94)
#684B50
(104,75,80)
#553C42
(85,60,66)
#422D34
(66,45,52)
#2F1E26
(47,30,38)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #DAA5A4

#DAA5A4
(218,165,164)
#DDADAC
(221,173,172)
#E0B5B4
(224,181,180)
#E3BDBC
(227,189,188)
#E6C5C4
(230,197,196)
#E9CDCC
(233,205,204)
#ECD5D4
(236,213,212)
#EFDDDC
(239,221,220)
#F2E5E4
(242,229,228)
#F5EDEC
(245,237,236)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA5A4 color. Also use rgb(218,165,164) instead hex code.

Text Font Color

.myTextColor { color: #DAA5A4; }

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

This text font color is #DAA5A4.


Background Color

.myBgColor { background-color: #DAA5A4; }

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

This div background color is #DAA5A4.


Border color

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

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

This div border color is #DAA5A4.


Opacity

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

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

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

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

This text has shadow with #DAA5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA5A4 on black background.


Color preview on white background

This text has color #DAA5A4 on white background.



Black color preview on #DAA5A4 background

This text has black color on #DAA5A4 background.


White color preview on #DAA5A4 background

This text has white color on #DAA5A4 background.