COLOR #DACCA7

HEX: #DACCA7 RGB: (218,204,167)

Color info

#DACCA7 contains red, green and blue colors in about the same proportion. Web safe color of #DACCA7 is #CCCC99 (or #CC9).

RGB color model

#DACCA7 color RGB value is (218,204,167).

RGB: (218,204,167) (85%, 80%, 65%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 167 of 255 = 65%

218
204
167

R + G + B ~ 77%. #DACCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 204 + 167 = 589 (100%)
R 218 of 589 ~ 37.01%
G 204 of 589 ~ 34.63%
B 167 of 589 ~ 28.35'%

%37.01
%34.63
%28.35

CMYK color model

#DACCA7 color CMYK value is (0,6,23,15).

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

CMYK: (0,6,23,15)
C0M6Y23K15 (0%, 6%, 23%, 15%)
(0.00 / 0.06 / 0.23 / 0.15)

CMYK percentages

%0
%6.42
%23.39
%14.51

Codes

Color #DACCA7 in popluar color models

DA CC A7
RGB 218 204 167
HSL 44° 40.80% 75.49%
HSB/HSV 44° 23.39% 85.49%
CMYK 0.00% 6.42% 23.39%
14.51%

Color #DACCA7 in popluar number systems.

HEX DA CC A7
Decimal 218 204 167
Binary 11011010 11001100 10100111
Octal 332 314 247

Shades and tints

Shades of #DACCA7

#DACCA7
(218,204,167)
#C7BA98
(199,186,152)
#B4A889
(180,168,137)
#A1967A
(161,150,122)
#8E846B
(142,132,107)
#7B725C
(123,114,92)
#68604D
(104,96,77)
#554E3E
(85,78,62)
#423C2F
(66,60,47)
#2F2A20
(47,42,32)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #DACCA7

#DACCA7
(218,204,167)
#DDD0AF
(221,208,175)
#E0D4B7
(224,212,183)
#E3D8BF
(227,216,191)
#E6DCC7
(230,220,199)
#E9E0CF
(233,224,207)
#ECE4D7
(236,228,215)
#EFE8DF
(239,232,223)
#F2ECE7
(242,236,231)
#F5F0EF
(245,240,239)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCA7; }

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

This text font color is #DACCA7.

Background Color

.myBgColor { background-color: #DACCA7; }

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

This div background color is #DACCA7.

Border color

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

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

This div border color is #DACCA7.

Opacity

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

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

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

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

This text has shadow with #DACCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACCA7.

Preview

Color preview on black background

This text has color #DACCA7 on black background.


Color preview on white background

This text has color #DACCA7 on white background.


Black color preview on #DACCA7 background

This text has black color on #DACCA7 background.


White color preview on #DACCA7 background

This text has white color on #DACCA7 background.


Related colors

Complementary color

Complementary color for #hex is #253358.


I love getcolorcode.com

Triadic colors

1 #A7DACC and #CCA7DA with #DACCA7 are triadic colors.

2 #A7CCDA and #CCDAA7 with #DACCA7 are triadic colors.