COLOR #DAA173

HEX: #DAA173
RGB: (218,161,115)

Color info

#DAA173 contains mainly red and green colors. Web safe color of #DAA173 is #CC9966 (or #C96).

RGB color model

#DAA173 color RGB value is (218,161,115).

  • red value is 218;
  • green value is 161;
  • blue value is 115.
RGB:
(218,161,115)
(85%,63%,45%)

RGB channels and saturation

R 218 of 255 = 85%
G 161 of 255 = 63%
B 115 of 255 = 45%

218
161
115

R + G + B ~ 64%. #DAA173 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 161 + 115 = 494 (100%)
R 218 of 494 ~ 44.13%
G 161 of 494 ~ 32.59%
B 115 of 494 ~ 23.28%

%44.13
%32.59
%23.28

CMYK color model

#DAA173 color CMYK value is (0,26,47,15).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 47.25%
  • key color value is 14.51%
CMYK:
(0,26,47,15)
C0M26Y47K15 
(0%,26%,47%,15%)
(0.00/0.26/0.47/0.15)	

CMYK percentages

%0
%26.15
%47.25
%14.51

Codes

Color #DAA173 in popluar color models

DAA173
RGB218161115
HSL27°58.19%65.29%
HSB/HSV27°47.25%85.49%
CMYK0.00%26.15%47.25%
14.51%

Color #DAA173 in popluar number systems.

HEXDAA173
Decimal218161115
Binary11011010101000011110011
Octal332241163

Shades and tints

Shades of #DAA173

#DAA173
(218,161,115)
#C79369
(199,147,105)
#B4855F
(180,133,95)
#A17755
(161,119,85)
#8E694B
(142,105,75)
#7B5B41
(123,91,65)
#684D37
(104,77,55)
#553F2D
(85,63,45)
#423123
(66,49,35)
#2F2319
(47,35,25)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #DAA173

#DAA173
(218,161,115)
#DDA97F
(221,169,127)
#E0B18B
(224,177,139)
#E3B997
(227,185,151)
#E6C1A3
(230,193,163)
#E9C9AF
(233,201,175)
#ECD1BB
(236,209,187)
#EFD9C7
(239,217,199)
#F2E1D3
(242,225,211)
#F5E9DF
(245,233,223)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA173; }

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

This text font color is #DAA173.


Background Color

.myBgColor { background-color: #DAA173; }

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

This div background color is #DAA173.


Border color

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

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

This div border color is #DAA173.


Opacity

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

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

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

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

This text has shadow with #DAA173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA173 on black background.


Color preview on white background

This text has color #DAA173 on white background.



Black color preview on #DAA173 background

This text has black color on #DAA173 background.


White color preview on #DAA173 background

This text has white color on #DAA173 background.