COLOR #DAA5CC

HEX: #DAA5CC RGB: (218,165,204)

Color info

#DAA5CC contains red, green and blue colors in about the same proportion. Web safe color of #DAA5CC is #CC99CC (or #C9C).

RGB color model

#DAA5CC color RGB value is (218,165,204).

RGB: (218,165,204) (85%, 65%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 204 of 255 = 80%

218
165
204

R + G + B ~ 77%. #DAA5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 165 + 204 = 587 (100%)
R 218 of 587 ~ 37.14%
G 165 of 587 ~ 28.11%
B 204 of 587 ~ 34.75'%

%37.14
%28.11
%34.75

CMYK color model

#DAA5CC color CMYK value is (0,24,6,15).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 6.42%
  • key color value is 14.51%

CMYK: (0,24,6,15)
C0M24Y6K15 (0%, 24%, 6%, 15%)
(0.00 / 0.24 / 0.06 / 0.15)

CMYK percentages

%0
%24.31
%6.42
%14.51

Codes

Color #DAA5CC in popluar color models

DA A5 CC
RGB 218 165 204
HSL 316° 41.73% 75.10%
HSB/HSV 316° 24.31% 85.49%
CMYK 0.00% 24.31% 6.42%
14.51%

Color #DAA5CC in popluar number systems.

HEX DA A5 CC
Decimal 218 165 204
Binary 11011010 10100101 11001100
Octal 332 245 314

Shades and tints

Shades of #DAA5CC

#DAA5CC
(218,165,204)
#C796BA
(199,150,186)
#B487A8
(180,135,168)
#A17896
(161,120,150)
#8E6984
(142,105,132)
#7B5A72
(123,90,114)
#684B60
(104,75,96)
#553C4E
(85,60,78)
#422D3C
(66,45,60)
#2F1E2A
(47,30,42)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #DAA5CC

#DAA5CC
(218,165,204)
#DDADD0
(221,173,208)
#E0B5D4
(224,181,212)
#E3BDD8
(227,189,216)
#E6C5DC
(230,197,220)
#E9CDE0
(233,205,224)
#ECD5E4
(236,213,228)
#EFDDE8
(239,221,232)
#F2E5EC
(242,229,236)
#F5EDF0
(245,237,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA5CC; }

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

This text font color is #DAA5CC.

Background Color

.myBgColor { background-color: #DAA5CC; }

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

This div background color is #DAA5CC.

Border color

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

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

This div border color is #DAA5CC.

Opacity

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

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

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

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

This text has shadow with #DAA5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA5CC.

Preview

Color preview on black background

This text has color #DAA5CC on black background.


Color preview on white background

This text has color #DAA5CC on white background.


Black color preview on #DAA5CC background

This text has black color on #DAA5CC background.


White color preview on #DAA5CC background

This text has white color on #DAA5CC background.


Related colors

Complementary color

Complementary color for #hex is #255A33.


I love getcolorcode.com

Triadic colors

1 #CCDAA5 and #A5CCDA with #DAA5CC are triadic colors.

2 #CCA5DA and #A5DACC with #DAA5CC are triadic colors.