COLOR #DAAA9E

HEX: #DAAA9E RGB: (218,170,158)

Color info

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

RGB color model

#DAAA9E color RGB value is (218,170,158).

RGB: (218,170,158) (85%, 67%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 158 of 255 = 62%

218
170
158

R + G + B ~ 71%. #DAAA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 158 = 546 (100%)
R 218 of 546 ~ 39.93%
G 170 of 546 ~ 31.14%
B 158 of 546 ~ 28.94'%

%39.93
%31.14
%28.94

CMYK color model

#DAAA9E color CMYK value is (0,22,28,15).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (0,22,28,15)
C0M22Y28K15 (0%, 22%, 28%, 15%)
(0.00 / 0.22 / 0.28 / 0.15)

CMYK percentages

%0
%22.02
%27.52
%14.51

Codes

Color #DAAA9E in popluar color models

DA AA 9E
RGB 218 170 158
HSL 12° 44.78% 73.73%
HSB/HSV 12° 27.52% 85.49%
CMYK 0.00% 22.02% 27.52%
14.51%

Color #DAAA9E in popluar number systems.

HEX DA AA 9E
Decimal 218 170 158
Binary 11011010 10101010 10011110
Octal 332 252 236

Shades and tints

Shades of #DAAA9E

#DAAA9E
(218,170,158)
#C79B90
(199,155,144)
#B48C82
(180,140,130)
#A17D74
(161,125,116)
#8E6E66
(142,110,102)
#7B5F58
(123,95,88)
#68504A
(104,80,74)
#55413C
(85,65,60)
#42322E
(66,50,46)
#2F2320
(47,35,32)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DAAA9E

#DAAA9E
(218,170,158)
#DDB1A6
(221,177,166)
#E0B8AE
(224,184,174)
#E3BFB6
(227,191,182)
#E6C6BE
(230,198,190)
#E9CDC6
(233,205,198)
#ECD4CE
(236,212,206)
#EFDBD6
(239,219,214)
#F2E2DE
(242,226,222)
#F5E9E6
(245,233,230)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAA9E color. Also use rgb(218,170,158) instead hex code.

Text Font Color

.myTextColor { color: #DAAA9E; }

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

This text font color is #DAAA9E.

Background Color

.myBgColor { background-color: #DAAA9E; }

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

This div background color is #DAAA9E.

Border color

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

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

This div border color is #DAAA9E.

Opacity

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

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

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

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

This text has shadow with #DAAA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAA9E.

Preview

Color preview on black background

This text has color #DAAA9E on black background.


Color preview on white background

This text has color #DAAA9E on white background.


Black color preview on #DAAA9E background

This text has black color on #DAAA9E background.


White color preview on #DAAA9E background

This text has white color on #DAAA9E background.


Related colors

Complementary color

Complementary color for #hex is #255561.


I love getcolorcode.com

Triadic colors

1 #9EDAAA and #AA9EDA with #DAAA9E are triadic colors.

2 #9EAADA and #AADA9E with #DAAA9E are triadic colors.