COLOR #DAAC80

HEX: #DAAC80 RGB: (218,172,128)

Color info

#DAAC80 contains mainly red and green colors. Web safe color of #DAAC80 is #CC9966 (or #C96).

RGB color model

#DAAC80 color RGB value is (218,172,128).

RGB: (218,172,128) (85%, 67%, 50%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 128 of 255 = 50%

218
172
128

R + G + B ~ 67%. #DAAC80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 172 + 128 = 518 (100%)
R 218 of 518 ~ 42.08%
G 172 of 518 ~ 33.2%
B 128 of 518 ~ 24.71'%

%42.08
%33.2
%24.71

CMYK color model

#DAAC80 color CMYK value is (0,21,41,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 41.28%
  • key color value is 14.51%

CMYK: (0,21,41,15)
C0M21Y41K15 (0%, 21%, 41%, 15%)
(0.00 / 0.21 / 0.41 / 0.15)

CMYK percentages

%0
%21.1
%41.28
%14.51

Codes

Color #DAAC80 in popluar color models

DA AC 80
RGB 218 172 128
HSL 29° 54.88% 67.84%
HSB/HSV 29° 41.28% 85.49%
CMYK 0.00% 21.10% 41.28%
14.51%

Color #DAAC80 in popluar number systems.

HEX DA AC 80
Decimal 218 172 128
Binary 11011010 10101100 10000000
Octal 332 254 200

Shades and tints

Shades of #DAAC80

#DAAC80
(218,172,128)
#C79D75
(199,157,117)
#B48E6A
(180,142,106)
#A17F5F
(161,127,95)
#8E7054
(142,112,84)
#7B6149
(123,97,73)
#68523E
(104,82,62)
#554333
(85,67,51)
#423428
(66,52,40)
#2F251D
(47,37,29)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #DAAC80

#DAAC80
(218,172,128)
#DDB38B
(221,179,139)
#E0BA96
(224,186,150)
#E3C1A1
(227,193,161)
#E6C8AC
(230,200,172)
#E9CFB7
(233,207,183)
#ECD6C2
(236,214,194)
#EFDDCD
(239,221,205)
#F2E4D8
(242,228,216)
#F5EBE3
(245,235,227)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAC80 color. Also use rgb(218,172,128) instead hex code.

Text Font Color

.myTextColor { color: #DAAC80; }

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

This text font color is #DAAC80.

Background Color

.myBgColor { background-color: #DAAC80; }

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

This div background color is #DAAC80.

Border color

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

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

This div border color is #DAAC80.

Opacity

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

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

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

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

This text has shadow with #DAAC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAC80.

Preview

Color preview on black background

This text has color #DAAC80 on black background.


Color preview on white background

This text has color #DAAC80 on white background.


Black color preview on #DAAC80 background

This text has black color on #DAAC80 background.


White color preview on #DAAC80 background

This text has white color on #DAAC80 background.


Related colors

Complementary color

Complementary color for #hex is #25537F.


I love getcolorcode.com

Triadic colors

1 #80DAAC and #AC80DA with #DAAC80 are triadic colors.

2 #80ACDA and #ACDA80 with #DAAC80 are triadic colors.