COLOR #DAA5CD

HEX: #DAA5CD
RGB: (218,165,205)

Color info

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

RGB color model

#DAA5CD color RGB value is (218,165,205).

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

RGB channels and saturation

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

218
165
205

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

Portions of RGB colors in percentages

R + G + B =
218 + 165 + 205 = 588 (100%)
R 218 of 588 ~ 37.07%
G 165 of 588 ~ 28.06%
B 205 of 588 ~ 34.86%

%37.07
%28.06
%34.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 5.96%
  • 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
%5.96
%14.51

Codes

Color #DAA5CD in popluar color models

DAA5CD
RGB218165205
HSL315°41.73%75.10%
HSB/HSV315°24.31%85.49%
CMYK0.00%24.31%5.96%
14.51%

Color #DAA5CD in popluar number systems.

HEXDAA5CD
Decimal218165205
Binary110110101010010111001101
Octal332245315

Shades and tints

Shades of #DAA5CD

#DAA5CD
(218,165,205)
#C796BB
(199,150,187)
#B487A9
(180,135,169)
#A17897
(161,120,151)
#8E6985
(142,105,133)
#7B5A73
(123,90,115)
#684B61
(104,75,97)
#553C4F
(85,60,79)
#422D3D
(66,45,61)
#2F1E2B
(47,30,43)
#1C0F19
(28,15,25)
#000000
(0,0,0)

Tints of #DAA5CD

#DAA5CD
(218,165,205)
#DDADD1
(221,173,209)
#E0B5D5
(224,181,213)
#E3BDD9
(227,189,217)
#E6C5DD
(230,197,221)
#E9CDE1
(233,205,225)
#ECD5E5
(236,213,229)
#EFDDE9
(239,221,233)
#F2E5ED
(242,229,237)
#F5EDF1
(245,237,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA5CD; }

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

This text font color is #DAA5CD.


Background Color

.myBgColor { background-color: #DAA5CD; }

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

This div background color is #DAA5CD.


Border color

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

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

This div border color is #DAA5CD.


Opacity

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

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

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

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

This text has shadow with #DAA5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA5CD on black background.


Color preview on white background

This text has color #DAA5CD on white background.



Black color preview on #DAA5CD background

This text has black color on #DAA5CD background.


White color preview on #DAA5CD background

This text has white color on #DAA5CD background.