COLOR #DAA67B

HEX: #DAA67B RGB: (218,166,123)

Color info

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

RGB color model

#DAA67B color RGB value is (218,166,123).

RGB: (218,166,123) (85%, 65%, 48%)

RGB channels and saturation

R 218 of 255 = 85%
G 166 of 255 = 65%
B 123 of 255 = 48%

218
166
123

R + G + B ~ 66%. #DAA67B is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 166 + 123 = 507 (100%)
R 218 of 507 ~ 43%
G 166 of 507 ~ 32.74%
B 123 of 507 ~ 24.26'%

%43
%32.74
%24.26

CMYK color model

#DAA67B color CMYK value is (0,24,44,15).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 43.58%
  • key color value is 14.51%

CMYK: (0,24,44,15)
C0M24Y44K15 (0%, 24%, 44%, 15%)
(0.00 / 0.24 / 0.44 / 0.15)

CMYK percentages

%0
%23.85
%43.58
%14.51

Codes

Color #DAA67B in popluar color models

DA A6 7B
RGB 218 166 123
HSL 27° 56.21% 66.86%
HSB/HSV 27° 43.58% 85.49%
CMYK 0.00% 23.85% 43.58%
14.51%

Color #DAA67B in popluar number systems.

HEX DA A6 7B
Decimal 218 166 123
Binary 11011010 10100110 1111011
Octal 332 246 173

Shades and tints

Shades of #DAA67B

#DAA67B
(218,166,123)
#C79770
(199,151,112)
#B48865
(180,136,101)
#A1795A
(161,121,90)
#8E6A4F
(142,106,79)
#7B5B44
(123,91,68)
#684C39
(104,76,57)
#553D2E
(85,61,46)
#422E23
(66,46,35)
#2F1F18
(47,31,24)
#1C100D
(28,16,13)
#000000
(0,0,0)

Tints of #DAA67B

#DAA67B
(218,166,123)
#DDAE87
(221,174,135)
#E0B693
(224,182,147)
#E3BE9F
(227,190,159)
#E6C6AB
(230,198,171)
#E9CEB7
(233,206,183)
#ECD6C3
(236,214,195)
#EFDECF
(239,222,207)
#F2E6DB
(242,230,219)
#F5EEE7
(245,238,231)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA67B color. Also use rgb(218,166,123) instead hex code.

Text Font Color

.myTextColor { color: #DAA67B; }

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

This text font color is #DAA67B.

Background Color

.myBgColor { background-color: #DAA67B; }

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

This div background color is #DAA67B.

Border color

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

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

This div border color is #DAA67B.

Opacity

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

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

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

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

This text has shadow with #DAA67B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA67B.

Preview

Color preview on black background

This text has color #DAA67B on black background.


Color preview on white background

This text has color #DAA67B on white background.


Black color preview on #DAA67B background

This text has black color on #DAA67B background.


White color preview on #DAA67B background

This text has white color on #DAA67B background.


Related colors

Complementary color

Complementary color for #hex is #255984.


I love getcolorcode.com

Triadic colors

1 #7BDAA6 and #A67BDA with #DAA67B are triadic colors.

2 #7BA6DA and #A6DA7B with #DAA67B are triadic colors.