COLOR #DAA8A8

HEX: #DAA8A8 RGB: (218,168,168)

Color info

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

RGB color model

#DAA8A8 color RGB value is (218,168,168).

RGB: (218,168,168) (85%, 66%, 66%)

RGB channels and saturation

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

218
168
168

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

Portions of RGB colors in percentages

R + G + B = 218 + 168 + 168 = 554 (100%)
R 218 of 554 ~ 39.35%
G 168 of 554 ~ 30.32%
B 168 of 554 ~ 30.32'%

%39.35
%30.32
%30.32

CMYK color model

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

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

CMYK percentages

%0
%22.94
%22.94
%14.51

Codes

Color #DAA8A8 in popluar color models

DA A8 A8
RGB 218 168 168
HSL 40.32% 75.69%
HSB/HSV 22.94% 85.49%
CMYK 0.00% 22.94% 22.94%
14.51%

Color #DAA8A8 in popluar number systems.

HEX DA A8 A8
Decimal 218 168 168
Binary 11011010 10101000 10101000
Octal 332 250 250

Shades and tints

Shades of #DAA8A8

#DAA8A8
(218,168,168)
#C79999
(199,153,153)
#B48A8A
(180,138,138)
#A17B7B
(161,123,123)
#8E6C6C
(142,108,108)
#7B5D5D
(123,93,93)
#684E4E
(104,78,78)
#553F3F
(85,63,63)
#423030
(66,48,48)
#2F2121
(47,33,33)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #DAA8A8

#DAA8A8
(218,168,168)
#DDAFAF
(221,175,175)
#E0B6B6
(224,182,182)
#E3BDBD
(227,189,189)
#E6C4C4
(230,196,196)
#E9CBCB
(233,203,203)
#ECD2D2
(236,210,210)
#EFD9D9
(239,217,217)
#F2E0E0
(242,224,224)
#F5E7E7
(245,231,231)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA8A8; }

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

This text font color is #DAA8A8.

Background Color

.myBgColor { background-color: #DAA8A8; }

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

This div background color is #DAA8A8.

Border color

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

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

This div border color is #DAA8A8.

Opacity

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

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

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

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

This text has shadow with #DAA8A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA8A8.

Preview

Color preview on black background

This text has color #DAA8A8 on black background.


Color preview on white background

This text has color #DAA8A8 on white background.


Black color preview on #DAA8A8 background

This text has black color on #DAA8A8 background.


White color preview on #DAA8A8 background

This text has white color on #DAA8A8 background.


Related colors

Complementary color

Complementary color for #hex is #255757.


I love getcolorcode.com