COLOR #DAA09B

HEX: #DAA09B RGB: (218,160,155)

Color info

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

RGB color model

#DAA09B color RGB value is (218,160,155).

RGB: (218,160,155) (85%, 63%, 61%)

RGB channels and saturation

R 218 of 255 = 85%
G 160 of 255 = 63%
B 155 of 255 = 61%

218
160
155

R + G + B ~ 70%. #DAA09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 160 + 155 = 533 (100%)
R 218 of 533 ~ 40.9%
G 160 of 533 ~ 30.02%
B 155 of 533 ~ 29.08'%

%40.9
%30.02
%29.08

CMYK color model

#DAA09B color CMYK value is (0,27,29,15).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 28.90%
  • key color value is 14.51%

CMYK: (0,27,29,15)
C0M27Y29K15 (0%, 27%, 29%, 15%)
(0.00 / 0.27 / 0.29 / 0.15)

CMYK percentages

%0
%26.61
%28.9
%14.51

Codes

Color #DAA09B in popluar color models

DA A0 9B
RGB 218 160 155
HSL 45.99% 73.14%
HSB/HSV 28.90% 85.49%
CMYK 0.00% 26.61% 28.90%
14.51%

Color #DAA09B in popluar number systems.

HEX DA A0 9B
Decimal 218 160 155
Binary 11011010 10100000 10011011
Octal 332 240 233

Shades and tints

Shades of #DAA09B

#DAA09B
(218,160,155)
#C7928D
(199,146,141)
#B4847F
(180,132,127)
#A17671
(161,118,113)
#8E6863
(142,104,99)
#7B5A55
(123,90,85)
#684C47
(104,76,71)
#553E39
(85,62,57)
#42302B
(66,48,43)
#2F221D
(47,34,29)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #DAA09B

#DAA09B
(218,160,155)
#DDA8A4
(221,168,164)
#E0B0AD
(224,176,173)
#E3B8B6
(227,184,182)
#E6C0BF
(230,192,191)
#E9C8C8
(233,200,200)
#ECD0D1
(236,208,209)
#EFD8DA
(239,216,218)
#F2E0E3
(242,224,227)
#F5E8EC
(245,232,236)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA09B color. Also use rgb(218,160,155) instead hex code.

Text Font Color

.myTextColor { color: #DAA09B; }

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

This text font color is #DAA09B.

Background Color

.myBgColor { background-color: #DAA09B; }

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

This div background color is #DAA09B.

Border color

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

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

This div border color is #DAA09B.

Opacity

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

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

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

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

This text has shadow with #DAA09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA09B.

Preview

Color preview on black background

This text has color #DAA09B on black background.


Color preview on white background

This text has color #DAA09B on white background.


Black color preview on #DAA09B background

This text has black color on #DAA09B background.


White color preview on #DAA09B background

This text has white color on #DAA09B background.


Related colors

Complementary color

Complementary color for #hex is #255F64.


I love getcolorcode.com

Triadic colors

1 #9BDAA0 and #A09BDA with #DAA09B are triadic colors.

2 #9BA0DA and #A0DA9B with #DAA09B are triadic colors.