COLOR #D0AA77

HEX: #D0AA77 RGB: (208,170,119)

Color info

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

RGB color model

#D0AA77 color RGB value is (208,170,119).

RGB: (208,170,119) (82%, 67%, 47%)

RGB channels and saturation

R 208 of 255 = 82%
G 170 of 255 = 67%
B 119 of 255 = 47%

208
170
119

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

Portions of RGB colors in percentages

R + G + B = 208 + 170 + 119 = 497 (100%)
R 208 of 497 ~ 41.85%
G 170 of 497 ~ 34.21%
B 119 of 497 ~ 23.94'%

%41.85
%34.21
%23.94

CMYK color model

#D0AA77 color CMYK value is (0,18,43,18).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 42.79%
  • key color value is 18.43%

CMYK: (0,18,43,18)
C0M18Y43K18 (0%, 18%, 43%, 18%)
(0.00 / 0.18 / 0.43 / 0.18)

CMYK percentages

%0
%18.27
%42.79
%18.43

Codes

Color #D0AA77 in popluar color models

D0 AA 77
RGB 208 170 119
HSL 34° 48.63% 64.12%
HSB/HSV 34° 42.79% 81.57%
CMYK 0.00% 18.27% 42.79%
18.43%

Color #D0AA77 in popluar number systems.

HEX D0 AA 77
Decimal 208 170 119
Binary 11010000 10101010 1110111
Octal 320 252 167

Shades and tints

Shades of #D0AA77

#D0AA77
(208,170,119)
#BE9B6D
(190,155,109)
#AC8C63
(172,140,99)
#9A7D59
(154,125,89)
#886E4F
(136,110,79)
#765F45
(118,95,69)
#64503B
(100,80,59)
#524131
(82,65,49)
#403227
(64,50,39)
#2E231D
(46,35,29)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #D0AA77

#D0AA77
(208,170,119)
#D4B183
(212,177,131)
#D8B88F
(216,184,143)
#DCBF9B
(220,191,155)
#E0C6A7
(224,198,167)
#E4CDB3
(228,205,179)
#E8D4BF
(232,212,191)
#ECDBCB
(236,219,203)
#F0E2D7
(240,226,215)
#F4E9E3
(244,233,227)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AA77 color. Also use rgb(208,170,119) instead hex code.

Text Font Color

.myTextColor { color: #D0AA77; }

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

This text font color is #D0AA77.

Background Color

.myBgColor { background-color: #D0AA77; }

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

This div background color is #D0AA77.

Border color

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

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

This div border color is #D0AA77.

Opacity

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

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

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

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

This text has shadow with #D0AA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AA77.

Preview

Color preview on black background

This text has color #D0AA77 on black background.


Color preview on white background

This text has color #D0AA77 on white background.


Black color preview on #D0AA77 background

This text has black color on #D0AA77 background.


White color preview on #D0AA77 background

This text has white color on #D0AA77 background.


Related colors

Complementary color

Complementary color for #hex is #2F5588.


I love getcolorcode.com

Triadic colors

1 #77D0AA and #AA77D0 with #D0AA77 are triadic colors.

2 #77AAD0 and #AAD077 with #D0AA77 are triadic colors.