COLOR #DAA76B

HEX: #DAA76B RGB: (218,167,107)

Color info

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

RGB color model

#DAA76B color RGB value is (218,167,107).

RGB: (218,167,107) (85%, 65%, 42%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 107 of 255 = 42%

218
167
107

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

Portions of RGB colors in percentages

R + G + B = 218 + 167 + 107 = 492 (100%)
R 218 of 492 ~ 44.31%
G 167 of 492 ~ 33.94%
B 107 of 492 ~ 21.75'%

%44.31
%33.94
%21.75

CMYK color model

#DAA76B color CMYK value is (0,23,51,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 50.92%
  • key color value is 14.51%

CMYK: (0,23,51,15)
C0M23Y51K15 (0%, 23%, 51%, 15%)
(0.00 / 0.23 / 0.51 / 0.15)

CMYK percentages

%0
%23.39
%50.92
%14.51

Codes

Color #DAA76B in popluar color models

DA A7 6B
RGB 218 167 107
HSL 32° 60.00% 63.73%
HSB/HSV 32° 50.92% 85.49%
CMYK 0.00% 23.39% 50.92%
14.51%

Color #DAA76B in popluar number systems.

HEX DA A7 6B
Decimal 218 167 107
Binary 11011010 10100111 1101011
Octal 332 247 153

Shades and tints

Shades of #DAA76B

#DAA76B
(218,167,107)
#C79862
(199,152,98)
#B48959
(180,137,89)
#A17A50
(161,122,80)
#8E6B47
(142,107,71)
#7B5C3E
(123,92,62)
#684D35
(104,77,53)
#553E2C
(85,62,44)
#422F23
(66,47,35)
#2F201A
(47,32,26)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #DAA76B

#DAA76B
(218,167,107)
#DDAF78
(221,175,120)
#E0B785
(224,183,133)
#E3BF92
(227,191,146)
#E6C79F
(230,199,159)
#E9CFAC
(233,207,172)
#ECD7B9
(236,215,185)
#EFDFC6
(239,223,198)
#F2E7D3
(242,231,211)
#F5EFE0
(245,239,224)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA76B color. Also use rgb(218,167,107) instead hex code.

Text Font Color

.myTextColor { color: #DAA76B; }

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

This text font color is #DAA76B.

Background Color

.myBgColor { background-color: #DAA76B; }

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

This div background color is #DAA76B.

Border color

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

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

This div border color is #DAA76B.

Opacity

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

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

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

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

This text has shadow with #DAA76B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA76B.

Preview

Color preview on black background

This text has color #DAA76B on black background.


Color preview on white background

This text has color #DAA76B on white background.


Black color preview on #DAA76B background

This text has black color on #DAA76B background.


White color preview on #DAA76B background

This text has white color on #DAA76B background.


Related colors

Complementary color

Complementary color for #hex is #255894.


I love getcolorcode.com

Triadic colors

1 #6BDAA7 and #A76BDA with #DAA76B are triadic colors.

2 #6BA7DA and #A7DA6B with #DAA76B are triadic colors.