COLOR #DAA0AD

HEX: #DAA0AD RGB: (218,160,173)

Color info

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

RGB color model

#DAA0AD color RGB value is (218,160,173).

RGB: (218,160,173) (85%, 63%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 160 of 255 = 63%
B 173 of 255 = 68%

218
160
173

R + G + B ~ 72%. #DAA0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 160 + 173 = 551 (100%)
R 218 of 551 ~ 39.56%
G 160 of 551 ~ 29.04%
B 173 of 551 ~ 31.4'%

%39.56
%29.04
%31.4

CMYK color model

#DAA0AD color CMYK value is (0,27,21,15).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK: (0,27,21,15) C0M27Y21K15 (0%,27%,21%,15%) (0.00/0.27/0.21/0.15) 

CMYK percentages

%0
%26.61
%20.64
%14.51

Codes

Color #DAA0AD in popluar color models

DA A0 AD
RGB 218 160 173
HSL 347° 43.94% 74.12%
HSB/HSV 347° 26.61% 85.49%
CMYK 0.00% 26.61% 20.64%
14.51%

Color #DAA0AD in popluar number systems.

HEX DA A0 AD
Decimal 218 160 173
Binary 11011010 10100000 10101101
Octal 332 240 255

Shades and tints

Shades of #DAA0AD

#DAA0AD
(218,160,173)
#C7929E
(199,146,158)
#B4848F
(180,132,143)
#A17680
(161,118,128)
#8E6871
(142,104,113)
#7B5A62
(123,90,98)
#684C53
(104,76,83)
#553E44
(85,62,68)
#423035
(66,48,53)
#2F2226
(47,34,38)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #DAA0AD

#DAA0AD
(218,160,173)
#DDA8B4
(221,168,180)
#E0B0BB
(224,176,187)
#E3B8C2
(227,184,194)
#E6C0C9
(230,192,201)
#E9C8D0
(233,200,208)
#ECD0D7
(236,208,215)
#EFD8DE
(239,216,222)
#F2E0E5
(242,224,229)
#F5E8EC
(245,232,236)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA0AD; }

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

This text font color is #DAA0AD.

Background Color

.myBgColor { background-color: #DAA0AD; }

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

This div background color is #DAA0AD.

Border color

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

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

This div border color is #DAA0AD.

Opacity

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

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

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

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

This text has shadow with #DAA0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA0AD.

Preview

Color preview on black background

This text has color #DAA0AD on black background.


Color preview on white background

This text has color #DAA0AD on white background.


Black color preview on #DAA0AD background

This text has black color on #DAA0AD background.


White color preview on #DAA0AD background

This text has white color on #DAA0AD background.


Related colors

Complementary color

Complementary color for #hex is #255F52.


I love getcolorcode.com

Triadic colors

1 #ADDAA0 and #A0ADDA with #DAA0AD are triadic colors.

2 #ADA0DA and #A0DAAD with #DAA0AD are triadic colors.