COLOR #DAA997

HEX: #DAA997 RGB: (218,169,151)

Color info

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

RGB color model

#DAA997 color RGB value is (218,169,151).

RGB: (218,169,151) (85%, 66%, 59%)

RGB channels and saturation

R 218 of 255 = 85%
G 169 of 255 = 66%
B 151 of 255 = 59%

218
169
151

R + G + B ~ 70%. #DAA997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 169 + 151 = 538 (100%)
R 218 of 538 ~ 40.52%
G 169 of 538 ~ 31.41%
B 151 of 538 ~ 28.07'%

%40.52
%31.41
%28.07

CMYK color model

#DAA997 color CMYK value is (0,22,31,15).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 30.73%
  • key color value is 14.51%

CMYK: (0,22,31,15)
C0M22Y31K15 (0%, 22%, 31%, 15%)
(0.00 / 0.22 / 0.31 / 0.15)

CMYK percentages

%0
%22.48
%30.73
%14.51

Codes

Color #DAA997 in popluar color models

DA A9 97
RGB 218 169 151
HSL 16° 47.52% 72.35%
HSB/HSV 16° 30.73% 85.49%
CMYK 0.00% 22.48% 30.73%
14.51%

Color #DAA997 in popluar number systems.

HEX DA A9 97
Decimal 218 169 151
Binary 11011010 10101001 10010111
Octal 332 251 227

Shades and tints

Shades of #DAA997

#DAA997
(218,169,151)
#C79A8A
(199,154,138)
#B48B7D
(180,139,125)
#A17C70
(161,124,112)
#8E6D63
(142,109,99)
#7B5E56
(123,94,86)
#684F49
(104,79,73)
#55403C
(85,64,60)
#42312F
(66,49,47)
#2F2222
(47,34,34)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #DAA997

#DAA997
(218,169,151)
#DDB0A0
(221,176,160)
#E0B7A9
(224,183,169)
#E3BEB2
(227,190,178)
#E6C5BB
(230,197,187)
#E9CCC4
(233,204,196)
#ECD3CD
(236,211,205)
#EFDAD6
(239,218,214)
#F2E1DF
(242,225,223)
#F5E8E8
(245,232,232)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA997; }

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

This text font color is #DAA997.

Background Color

.myBgColor { background-color: #DAA997; }

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

This div background color is #DAA997.

Border color

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

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

This div border color is #DAA997.

Opacity

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

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

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

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

This text has shadow with #DAA997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA997.

Preview

Color preview on black background

This text has color #DAA997 on black background.


Color preview on white background

This text has color #DAA997 on white background.


Black color preview on #DAA997 background

This text has black color on #DAA997 background.


White color preview on #DAA997 background

This text has white color on #DAA997 background.


Related colors

Complementary color

Complementary color for #hex is #255668.


I love getcolorcode.com

Triadic colors

1 #97DAA9 and #A997DA with #DAA997 are triadic colors.

2 #97A9DA and #A9DA97 with #DAA997 are triadic colors.