COLOR #DAC09B

HEX: #DAC09B RGB: (218,192,155)

Color info

#DAC09B contains mainly red and green colors. Web safe color of #DAC09B is #CCCC99 (or #CC9).

RGB color model

#DAC09B color RGB value is (218,192,155).

RGB: (218,192,155) (85%, 75%, 61%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 155 of 255 = 61%

218
192
155

R + G + B ~ 74%. #DAC09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 192 + 155 = 565 (100%)
R 218 of 565 ~ 38.58%
G 192 of 565 ~ 33.98%
B 155 of 565 ~ 27.43'%

%38.58
%33.98
%27.43

CMYK color model

#DAC09B color CMYK value is (0,12,29,15).

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

CMYK: (0,12,29,15)
C0M12Y29K15 (0%, 12%, 29%, 15%)
(0.00 / 0.12 / 0.29 / 0.15)

CMYK percentages

%0
%11.93
%28.9
%14.51

Codes

Color #DAC09B in popluar color models

DA C0 9B
RGB 218 192 155
HSL 35° 45.99% 73.14%
HSB/HSV 35° 28.90% 85.49%
CMYK 0.00% 11.93% 28.90%
14.51%

Color #DAC09B in popluar number systems.

HEX DA C0 9B
Decimal 218 192 155
Binary 11011010 11000000 10011011
Octal 332 300 233

Shades and tints

Shades of #DAC09B

#DAC09B
(218,192,155)
#C7AF8D
(199,175,141)
#B49E7F
(180,158,127)
#A18D71
(161,141,113)
#8E7C63
(142,124,99)
#7B6B55
(123,107,85)
#685A47
(104,90,71)
#554939
(85,73,57)
#42382B
(66,56,43)
#2F271D
(47,39,29)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #DAC09B

#DAC09B
(218,192,155)
#DDC5A4
(221,197,164)
#E0CAAD
(224,202,173)
#E3CFB6
(227,207,182)
#E6D4BF
(230,212,191)
#E9D9C8
(233,217,200)
#ECDED1
(236,222,209)
#EFE3DA
(239,227,218)
#F2E8E3
(242,232,227)
#F5EDEC
(245,237,236)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC09B; }

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

This text font color is #DAC09B.

Background Color

.myBgColor { background-color: #DAC09B; }

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

This div background color is #DAC09B.

Border color

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

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

This div border color is #DAC09B.

Opacity

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

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

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

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

This text has shadow with #DAC09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC09B.

Preview

Color preview on black background

This text has color #DAC09B on black background.


Color preview on white background

This text has color #DAC09B on white background.


Black color preview on #DAC09B background

This text has black color on #DAC09B background.


White color preview on #DAC09B background

This text has white color on #DAC09B background.


Related colors

Complementary color

Complementary color for #hex is #253F64.


I love getcolorcode.com

Triadic colors

1 #9BDAC0 and #C09BDA with #DAC09B are triadic colors.

2 #9BC0DA and #C0DA9B with #DAC09B are triadic colors.