COLOR #DAA874

HEX: #DAA874 RGB: (218,168,116)

Color info

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

RGB color model

#DAA874 color RGB value is (218,168,116).

RGB: (218,168,116) (85%, 66%, 45%)

RGB channels and saturation

R 218 of 255 = 85%
G 168 of 255 = 66%
B 116 of 255 = 45%

218
168
116

R + G + B ~ 65%. #DAA874 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 168 + 116 = 502 (100%)
R 218 of 502 ~ 43.43%
G 168 of 502 ~ 33.47%
B 116 of 502 ~ 23.11'%

%43.43
%33.47
%23.11

CMYK color model

#DAA874 color CMYK value is (0,23,47,15).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 46.79%
  • key color value is 14.51%

CMYK: (0,23,47,15)
C0M23Y47K15 (0%, 23%, 47%, 15%)
(0.00 / 0.23 / 0.47 / 0.15)

CMYK percentages

%0
%22.94
%46.79
%14.51

Codes

Color #DAA874 in popluar color models

DA A8 74
RGB 218 168 116
HSL 31° 57.95% 65.49%
HSB/HSV 31° 46.79% 85.49%
CMYK 0.00% 22.94% 46.79%
14.51%

Color #DAA874 in popluar number systems.

HEX DA A8 74
Decimal 218 168 116
Binary 11011010 10101000 1110100
Octal 332 250 164

Shades and tints

Shades of #DAA874

#DAA874
(218,168,116)
#C7996A
(199,153,106)
#B48A60
(180,138,96)
#A17B56
(161,123,86)
#8E6C4C
(142,108,76)
#7B5D42
(123,93,66)
#684E38
(104,78,56)
#553F2E
(85,63,46)
#423024
(66,48,36)
#2F211A
(47,33,26)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #DAA874

#DAA874
(218,168,116)
#DDAF80
(221,175,128)
#E0B68C
(224,182,140)
#E3BD98
(227,189,152)
#E6C4A4
(230,196,164)
#E9CBB0
(233,203,176)
#ECD2BC
(236,210,188)
#EFD9C8
(239,217,200)
#F2E0D4
(242,224,212)
#F5E7E0
(245,231,224)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA874; }

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

This text font color is #DAA874.

Background Color

.myBgColor { background-color: #DAA874; }

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

This div background color is #DAA874.

Border color

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

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

This div border color is #DAA874.

Opacity

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

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

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

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

This text has shadow with #DAA874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA874.

Preview

Color preview on black background

This text has color #DAA874 on black background.


Color preview on white background

This text has color #DAA874 on white background.


Black color preview on #DAA874 background

This text has black color on #DAA874 background.


White color preview on #DAA874 background

This text has white color on #DAA874 background.


Related colors

Complementary color

Complementary color for #hex is #25578B.


I love getcolorcode.com

Triadic colors

1 #74DAA8 and #A874DA with #DAA874 are triadic colors.

2 #74A8DA and #A8DA74 with #DAA874 are triadic colors.