COLOR #D5AC71

HEX: #D5AC71 RGB: (213,172,113)

Color info

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

RGB color model

#D5AC71 color RGB value is (213,172,113).

RGB: (213,172,113) (84%, 67%, 44%)

RGB channels and saturation

R 213 of 255 = 84%
G 172 of 255 = 67%
B 113 of 255 = 44%

213
172
113

R + G + B ~ 65%. #D5AC71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 172 + 113 = 498 (100%)
R 213 of 498 ~ 42.77%
G 172 of 498 ~ 34.54%
B 113 of 498 ~ 22.69'%

%42.77
%34.54
%22.69

CMYK color model

#D5AC71 color CMYK value is (0,19,47,16).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 46.95%
  • key color value is 16.47%

CMYK: (0,19,47,16)
C0M19Y47K16 (0%, 19%, 47%, 16%)
(0.00 / 0.19 / 0.47 / 0.16)

CMYK percentages

%0
%19.25
%46.95
%16.47

Codes

Color #D5AC71 in popluar color models

D5 AC 71
RGB 213 172 113
HSL 35° 54.35% 63.92%
HSB/HSV 35° 46.95% 83.53%
CMYK 0.00% 19.25% 46.95%
16.47%

Color #D5AC71 in popluar number systems.

HEX D5 AC 71
Decimal 213 172 113
Binary 11010101 10101100 1110001
Octal 325 254 161

Shades and tints

Shades of #D5AC71

#D5AC71
(213,172,113)
#C29D67
(194,157,103)
#AF8E5D
(175,142,93)
#9C7F53
(156,127,83)
#897049
(137,112,73)
#76613F
(118,97,63)
#635235
(99,82,53)
#50432B
(80,67,43)
#3D3421
(61,52,33)
#2A2517
(42,37,23)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #D5AC71

#D5AC71
(213,172,113)
#D8B37D
(216,179,125)
#DBBA89
(219,186,137)
#DEC195
(222,193,149)
#E1C8A1
(225,200,161)
#E4CFAD
(228,207,173)
#E7D6B9
(231,214,185)
#EADDC5
(234,221,197)
#EDE4D1
(237,228,209)
#F0EBDD
(240,235,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AC71 color. Also use rgb(213,172,113) instead hex code.

Text Font Color

.myTextColor { color: #D5AC71; }

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

This text font color is #D5AC71.

Background Color

.myBgColor { background-color: #D5AC71; }

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

This div background color is #D5AC71.

Border color

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

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

This div border color is #D5AC71.

Opacity

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

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

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

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

This text has shadow with #D5AC71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AC71.

Preview

Color preview on black background

This text has color #D5AC71 on black background.


Color preview on white background

This text has color #D5AC71 on white background.


Black color preview on #D5AC71 background

This text has black color on #D5AC71 background.


White color preview on #D5AC71 background

This text has white color on #D5AC71 background.


Related colors

Complementary color

Complementary color for #hex is #2A538E.


I love getcolorcode.com

Triadic colors

1 #71D5AC and #AC71D5 with #D5AC71 are triadic colors.

2 #71ACD5 and #ACD571 with #D5AC71 are triadic colors.