COLOR #DAA19D

HEX: #DAA19D RGB: (218,161,157)

Color info

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

RGB color model

#DAA19D color RGB value is (218,161,157).

RGB: (218,161,157) (85%, 63%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 161 of 255 = 63%
B 157 of 255 = 62%

218
161
157

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

Portions of RGB colors in percentages

R + G + B = 218 + 161 + 157 = 536 (100%)
R 218 of 536 ~ 40.67%
G 161 of 536 ~ 30.04%
B 157 of 536 ~ 29.29'%

%40.67
%30.04
%29.29

CMYK color model

#DAA19D color CMYK value is (0,26,28,15).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 27.98%
  • key color value is 14.51%

CMYK: (0,26,28,15)
C0M26Y28K15 (0%, 26%, 28%, 15%)
(0.00 / 0.26 / 0.28 / 0.15)

CMYK percentages

%0
%26.15
%27.98
%14.51

Codes

Color #DAA19D in popluar color models

DA A1 9D
RGB 218 161 157
HSL 45.19% 73.53%
HSB/HSV 27.98% 85.49%
CMYK 0.00% 26.15% 27.98%
14.51%

Color #DAA19D in popluar number systems.

HEX DA A1 9D
Decimal 218 161 157
Binary 11011010 10100001 10011101
Octal 332 241 235

Shades and tints

Shades of #DAA19D

#DAA19D
(218,161,157)
#C7938F
(199,147,143)
#B48581
(180,133,129)
#A17773
(161,119,115)
#8E6965
(142,105,101)
#7B5B57
(123,91,87)
#684D49
(104,77,73)
#553F3B
(85,63,59)
#42312D
(66,49,45)
#2F231F
(47,35,31)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DAA19D

#DAA19D
(218,161,157)
#DDA9A5
(221,169,165)
#E0B1AD
(224,177,173)
#E3B9B5
(227,185,181)
#E6C1BD
(230,193,189)
#E9C9C5
(233,201,197)
#ECD1CD
(236,209,205)
#EFD9D5
(239,217,213)
#F2E1DD
(242,225,221)
#F5E9E5
(245,233,229)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA19D; }

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

This text font color is #DAA19D.

Background Color

.myBgColor { background-color: #DAA19D; }

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

This div background color is #DAA19D.

Border color

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

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

This div border color is #DAA19D.

Opacity

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

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

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

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

This text has shadow with #DAA19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA19D.

Preview

Color preview on black background

This text has color #DAA19D on black background.


Color preview on white background

This text has color #DAA19D on white background.


Black color preview on #DAA19D background

This text has black color on #DAA19D background.


White color preview on #DAA19D background

This text has white color on #DAA19D background.


Related colors

Complementary color

Complementary color for #hex is #255E62.


I love getcolorcode.com

Triadic colors

1 #9DDAA1 and #A19DDA with #DAA19D are triadic colors.

2 #9DA1DA and #A1DA9D with #DAA19D are triadic colors.