COLOR #DACC9B

HEX: #DACC9B RGB: (218,204,155)

Color info

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

RGB color model

#DACC9B color RGB value is (218,204,155).

RGB: (218,204,155) (85%, 80%, 61%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 155 of 255 = 61%

218
204
155

R + G + B ~ 75%. #DACC9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 204 + 155 = 577 (100%)
R 218 of 577 ~ 37.78%
G 204 of 577 ~ 35.36%
B 155 of 577 ~ 26.86'%

%37.78
%35.36
%26.86

CMYK color model

#DACC9B color CMYK value is (0,6,29,15).

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

CMYK: (0,6,29,15)
C0M6Y29K15 (0%, 6%, 29%, 15%)
(0.00 / 0.06 / 0.29 / 0.15)

CMYK percentages

%0
%6.42
%28.9
%14.51

Codes

Color #DACC9B in popluar color models

DA CC 9B
RGB 218 204 155
HSL 47° 45.99% 73.14%
HSB/HSV 47° 28.90% 85.49%
CMYK 0.00% 6.42% 28.90%
14.51%

Color #DACC9B in popluar number systems.

HEX DA CC 9B
Decimal 218 204 155
Binary 11011010 11001100 10011011
Octal 332 314 233

Shades and tints

Shades of #DACC9B

#DACC9B
(218,204,155)
#C7BA8D
(199,186,141)
#B4A87F
(180,168,127)
#A19671
(161,150,113)
#8E8463
(142,132,99)
#7B7255
(123,114,85)
#686047
(104,96,71)
#554E39
(85,78,57)
#423C2B
(66,60,43)
#2F2A1D
(47,42,29)
#1C180F
(28,24,15)
#000000
(0,0,0)

Tints of #DACC9B

#DACC9B
(218,204,155)
#DDD0A4
(221,208,164)
#E0D4AD
(224,212,173)
#E3D8B6
(227,216,182)
#E6DCBF
(230,220,191)
#E9E0C8
(233,224,200)
#ECE4D1
(236,228,209)
#EFE8DA
(239,232,218)
#F2ECE3
(242,236,227)
#F5F0EC
(245,240,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACC9B; }

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

This text font color is #DACC9B.

Background Color

.myBgColor { background-color: #DACC9B; }

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

This div background color is #DACC9B.

Border color

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

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

This div border color is #DACC9B.

Opacity

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

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

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

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

This text has shadow with #DACC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACC9B.

Preview

Color preview on black background

This text has color #DACC9B on black background.


Color preview on white background

This text has color #DACC9B on white background.


Black color preview on #DACC9B background

This text has black color on #DACC9B background.


White color preview on #DACC9B background

This text has white color on #DACC9B background.


Related colors

Complementary color

Complementary color for #hex is #253364.


I love getcolorcode.com

Triadic colors

1 #9BDACC and #CC9BDA with #DACC9B are triadic colors.

2 #9BCCDA and #CCDA9B with #DACC9B are triadic colors.