COLOR #D4AC7C

HEX: #D4AC7C RGB: (212,172,124)

Color info

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

RGB color model

#D4AC7C color RGB value is (212,172,124).

RGB: (212,172,124) (83%, 67%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 172 of 255 = 67%
B 124 of 255 = 49%

212
172
124

R + G + B ~ 66%. #D4AC7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 172 + 124 = 508 (100%)
R 212 of 508 ~ 41.73%
G 172 of 508 ~ 33.86%
B 124 of 508 ~ 24.41'%

%41.73
%33.86
%24.41

CMYK color model

#D4AC7C color CMYK value is (0,19,42,17).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 41.51%
  • key color value is 16.86%

CMYK: (0,19,42,17)
C0M19Y42K17 (0%, 19%, 42%, 17%)
(0.00 / 0.19 / 0.42 / 0.17)

CMYK percentages

%0
%18.87
%41.51
%16.86

Codes

Color #D4AC7C in popluar color models

D4 AC 7C
RGB 212 172 124
HSL 33° 50.57% 65.88%
HSB/HSV 33° 41.51% 83.14%
CMYK 0.00% 18.87% 41.51%
16.86%

Color #D4AC7C in popluar number systems.

HEX D4 AC 7C
Decimal 212 172 124
Binary 11010100 10101100 1111100
Octal 324 254 174

Shades and tints

Shades of #D4AC7C

#D4AC7C
(212,172,124)
#C19D71
(193,157,113)
#AE8E66
(174,142,102)
#9B7F5B
(155,127,91)
#887050
(136,112,80)
#756145
(117,97,69)
#62523A
(98,82,58)
#4F432F
(79,67,47)
#3C3424
(60,52,36)
#292519
(41,37,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #D4AC7C

#D4AC7C
(212,172,124)
#D7B387
(215,179,135)
#DABA92
(218,186,146)
#DDC19D
(221,193,157)
#E0C8A8
(224,200,168)
#E3CFB3
(227,207,179)
#E6D6BE
(230,214,190)
#E9DDC9
(233,221,201)
#ECE4D4
(236,228,212)
#EFEBDF
(239,235,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AC7C; }

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

This text font color is #D4AC7C.

Background Color

.myBgColor { background-color: #D4AC7C; }

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

This div background color is #D4AC7C.

Border color

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

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

This div border color is #D4AC7C.

Opacity

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

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

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

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

This text has shadow with #D4AC7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AC7C.

Preview

Color preview on black background

This text has color #D4AC7C on black background.


Color preview on white background

This text has color #D4AC7C on white background.


Black color preview on #D4AC7C background

This text has black color on #D4AC7C background.


White color preview on #D4AC7C background

This text has white color on #D4AC7C background.


Related colors

Complementary color

Complementary color for #hex is #2B5383.


I love getcolorcode.com

Triadic colors

1 #7CD4AC and #AC7CD4 with #D4AC7C are triadic colors.

2 #7CACD4 and #ACD47C with #D4AC7C are triadic colors.