COLOR #DAA89C

HEX: #DAA89C
RGB: (218,168,156)

Color info

#DAA89C contains mainly red and green colors. Web safe color of #DAA89C is #CC9999 (or #C99).

RGB color model

#DAA89C color RGB value is (218,168,156).

  • red value is 218;
  • green value is 168;
  • blue value is 156.
RGB:
(218,168,156)
(85%,66%,61%)

RGB channels and saturation

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

218
168
156

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

Portions of RGB colors in percentages

R + G + B =
218 + 168 + 156 = 542 (100%)
R 218 of 542 ~ 40.22%
G 168 of 542 ~ 31%
B 156 of 542 ~ 28.78%

%40.22
%31
%28.78

CMYK color model

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

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

CMYK percentages

%0
%22.94
%28.44
%14.51

Codes

Color #DAA89C in popluar color models

DAA89C
RGB218168156
HSL12°45.59%73.33%
HSB/HSV12°28.44%85.49%
CMYK0.00%22.94%28.44%
14.51%

Color #DAA89C in popluar number systems.

HEXDAA89C
Decimal218168156
Binary110110101010100010011100
Octal332250234

Shades and tints

Shades of #DAA89C

#DAA89C
(218,168,156)
#C7998E
(199,153,142)
#B48A80
(180,138,128)
#A17B72
(161,123,114)
#8E6C64
(142,108,100)
#7B5D56
(123,93,86)
#684E48
(104,78,72)
#553F3A
(85,63,58)
#42302C
(66,48,44)
#2F211E
(47,33,30)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #DAA89C

#DAA89C
(218,168,156)
#DDAFA5
(221,175,165)
#E0B6AE
(224,182,174)
#E3BDB7
(227,189,183)
#E6C4C0
(230,196,192)
#E9CBC9
(233,203,201)
#ECD2D2
(236,210,210)
#EFD9DB
(239,217,219)
#F2E0E4
(242,224,228)
#F5E7ED
(245,231,237)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA89C; }

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

This text font color is #DAA89C.


Background Color

.myBgColor { background-color: #DAA89C; }

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

This div background color is #DAA89C.


Border color

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

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

This div border color is #DAA89C.


Opacity

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

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

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

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

This text has shadow with #DAA89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA89C on black background.


Color preview on white background

This text has color #DAA89C on white background.



Black color preview on #DAA89C background

This text has black color on #DAA89C background.


White color preview on #DAA89C background

This text has white color on #DAA89C background.