COLOR #D6AC77

HEX: #D6AC77 RGB: (214,172,119)

Color info

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

RGB color model

#D6AC77 color RGB value is (214,172,119).

RGB: (214,172,119) (84%, 67%, 47%)

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 119 of 255 = 47%

214
172
119

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

Portions of RGB colors in percentages

R + G + B = 214 + 172 + 119 = 505 (100%)
R 214 of 505 ~ 42.38%
G 172 of 505 ~ 34.06%
B 119 of 505 ~ 23.56'%

%42.38
%34.06
%23.56

CMYK color model

#D6AC77 color CMYK value is (0,20,44,16).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 44.39%
  • key color value is 16.08%

CMYK: (0,20,44,16)
C0M20Y44K16 (0%, 20%, 44%, 16%)
(0.00 / 0.20 / 0.44 / 0.16)

CMYK percentages

%0
%19.63
%44.39
%16.08

Codes

Color #D6AC77 in popluar color models

D6 AC 77
RGB 214 172 119
HSL 33° 53.67% 65.29%
HSB/HSV 33° 44.39% 83.92%
CMYK 0.00% 19.63% 44.39%
16.08%

Color #D6AC77 in popluar number systems.

HEX D6 AC 77
Decimal 214 172 119
Binary 11010110 10101100 1110111
Octal 326 254 167

Shades and tints

Shades of #D6AC77

#D6AC77
(214,172,119)
#C39D6D
(195,157,109)
#B08E63
(176,142,99)
#9D7F59
(157,127,89)
#8A704F
(138,112,79)
#776145
(119,97,69)
#64523B
(100,82,59)
#514331
(81,67,49)
#3E3427
(62,52,39)
#2B251D
(43,37,29)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #D6AC77

#D6AC77
(214,172,119)
#D9B383
(217,179,131)
#DCBA8F
(220,186,143)
#DFC19B
(223,193,155)
#E2C8A7
(226,200,167)
#E5CFB3
(229,207,179)
#E8D6BF
(232,214,191)
#EBDDCB
(235,221,203)
#EEE4D7
(238,228,215)
#F1EBE3
(241,235,227)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AC77 color. Also use rgb(214,172,119) instead hex code.

Text Font Color

.myTextColor { color: #D6AC77; }

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

This text font color is #D6AC77.

Background Color

.myBgColor { background-color: #D6AC77; }

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

This div background color is #D6AC77.

Border color

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

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

This div border color is #D6AC77.

Opacity

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

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

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

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

This text has shadow with #D6AC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AC77.

Preview

Color preview on black background

This text has color #D6AC77 on black background.


Color preview on white background

This text has color #D6AC77 on white background.


Black color preview on #D6AC77 background

This text has black color on #D6AC77 background.


White color preview on #D6AC77 background

This text has white color on #D6AC77 background.


Related colors

Complementary color

Complementary color for #hex is #295388.


I love getcolorcode.com

Triadic colors

1 #77D6AC and #AC77D6 with #D6AC77 are triadic colors.

2 #77ACD6 and #ACD677 with #D6AC77 are triadic colors.