COLOR #DAAC7C

HEX: #DAAC7C
RGB: (218,172,124)

Color info

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

RGB color model

#DAAC7C color RGB value is (218,172,124).

  • red value is 218;
  • green value is 172;
  • blue value is 124.
RGB:
(218,172,124)
(85%,67%,49%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 124 of 255 = 49%

218
172
124

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

Portions of RGB colors in percentages

R + G + B =
218 + 172 + 124 = 514 (100%)
R 218 of 514 ~ 42.41%
G 172 of 514 ~ 33.46%
B 124 of 514 ~ 24.12%

%42.41
%33.46
%24.12

CMYK color model

#DAAC7C color CMYK value is (0,21,43,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 43.12%
  • key color value is 14.51%
CMYK:
(0,21,43,15)
C0M21Y43K15 
(0%,21%,43%,15%)
(0.00/0.21/0.43/0.15)	

CMYK percentages

%0
%21.1
%43.12
%14.51

Codes

Color #DAAC7C in popluar color models

DAAC7C
RGB218172124
HSL31°55.95%67.06%
HSB/HSV31°43.12%85.49%
CMYK0.00%21.10%43.12%
14.51%

Color #DAAC7C in popluar number systems.

HEXDAAC7C
Decimal218172124
Binary11011010101011001111100
Octal332254174

Shades and tints

Shades of #DAAC7C

#DAAC7C
(218,172,124)
#C79D71
(199,157,113)
#B48E66
(180,142,102)
#A17F5B
(161,127,91)
#8E7050
(142,112,80)
#7B6145
(123,97,69)
#68523A
(104,82,58)
#55432F
(85,67,47)
#423424
(66,52,36)
#2F2519
(47,37,25)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #DAAC7C

#DAAC7C
(218,172,124)
#DDB387
(221,179,135)
#E0BA92
(224,186,146)
#E3C19D
(227,193,157)
#E6C8A8
(230,200,168)
#E9CFB3
(233,207,179)
#ECD6BE
(236,214,190)
#EFDDC9
(239,221,201)
#F2E4D4
(242,228,212)
#F5EBDF
(245,235,223)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAC7C; }

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

This text font color is #DAAC7C.


Background Color

.myBgColor { background-color: #DAAC7C; }

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

This div background color is #DAAC7C.


Border color

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

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

This div border color is #DAAC7C.


Opacity

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

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

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

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

This text has shadow with #DAAC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAC7C on black background.


Color preview on white background

This text has color #DAAC7C on white background.



Black color preview on #DAAC7C background

This text has black color on #DAAC7C background.


White color preview on #DAAC7C background

This text has white color on #DAAC7C background.