COLOR #DAA39D

HEX: #DAA39D RGB: (218,163,157)

Color info

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

RGB color model

#DAA39D color RGB value is (218,163,157).

RGB: (218,163,157) (85%, 64%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 163 of 255 = 64%
B 157 of 255 = 62%

218
163
157

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

Portions of RGB colors in percentages

R + G + B = 218 + 163 + 157 = 538 (100%)
R 218 of 538 ~ 40.52%
G 163 of 538 ~ 30.3%
B 157 of 538 ~ 29.18'%

%40.52
%30.3
%29.18

CMYK color model

#DAA39D color CMYK value is (0,25,28,15).

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

CMYK: (0,25,28,15)
C0M25Y28K15 (0%, 25%, 28%, 15%)
(0.00 / 0.25 / 0.28 / 0.15)

CMYK percentages

%0
%25.23
%27.98
%14.51

Codes

Color #DAA39D in popluar color models

DA A3 9D
RGB 218 163 157
HSL 45.19% 73.53%
HSB/HSV 27.98% 85.49%
CMYK 0.00% 25.23% 27.98%
14.51%

Color #DAA39D in popluar number systems.

HEX DA A3 9D
Decimal 218 163 157
Binary 11011010 10100011 10011101
Octal 332 243 235

Shades and tints

Shades of #DAA39D

#DAA39D
(218,163,157)
#C7958F
(199,149,143)
#B48781
(180,135,129)
#A17973
(161,121,115)
#8E6B65
(142,107,101)
#7B5D57
(123,93,87)
#684F49
(104,79,73)
#55413B
(85,65,59)
#42332D
(66,51,45)
#2F251F
(47,37,31)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #DAA39D

#DAA39D
(218,163,157)
#DDABA5
(221,171,165)
#E0B3AD
(224,179,173)
#E3BBB5
(227,187,181)
#E6C3BD
(230,195,189)
#E9CBC5
(233,203,197)
#ECD3CD
(236,211,205)
#EFDBD5
(239,219,213)
#F2E3DD
(242,227,221)
#F5EBE5
(245,235,229)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA39D; }

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

This text font color is #DAA39D.

Background Color

.myBgColor { background-color: #DAA39D; }

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

This div background color is #DAA39D.

Border color

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

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

This div border color is #DAA39D.

Opacity

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

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

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

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

This text has shadow with #DAA39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA39D.

Preview

Color preview on black background

This text has color #DAA39D on black background.


Color preview on white background

This text has color #DAA39D on white background.


Black color preview on #DAA39D background

This text has black color on #DAA39D background.


White color preview on #DAA39D background

This text has white color on #DAA39D background.


Related colors

Complementary color

Complementary color for #hex is #255C62.


I love getcolorcode.com

Triadic colors

1 #9DDAA3 and #A39DDA with #DAA39D are triadic colors.

2 #9DA3DA and #A3DA9D with #DAA39D are triadic colors.