COLOR #D0AA70

HEX: #D0AA70 RGB: (208,170,112)

Color info

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

RGB color model

#D0AA70 color RGB value is (208,170,112).

RGB: (208,170,112) (82%, 67%, 44%)

RGB channels and saturation

R 208 of 255 = 82%
G 170 of 255 = 67%
B 112 of 255 = 44%

208
170
112

R + G + B ~ 64%. #D0AA70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 170 + 112 = 490 (100%)
R 208 of 490 ~ 42.45%
G 170 of 490 ~ 34.69%
B 112 of 490 ~ 22.86'%

%42.45
%34.69
%22.86

CMYK color model

#D0AA70 color CMYK value is (0,18,46,18).

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

CMYK: (0,18,46,18)
C0M18Y46K18 (0%, 18%, 46%, 18%)
(0.00 / 0.18 / 0.46 / 0.18)

CMYK percentages

%0
%18.27
%46.15
%18.43

Codes

Color #D0AA70 in popluar color models

D0 AA 70
RGB 208 170 112
HSL 36° 50.53% 62.75%
HSB/HSV 36° 46.15% 81.57%
CMYK 0.00% 18.27% 46.15%
18.43%

Color #D0AA70 in popluar number systems.

HEX D0 AA 70
Decimal 208 170 112
Binary 11010000 10101010 1110000
Octal 320 252 160

Shades and tints

Shades of #D0AA70

#D0AA70
(208,170,112)
#BE9B66
(190,155,102)
#AC8C5C
(172,140,92)
#9A7D52
(154,125,82)
#886E48
(136,110,72)
#765F3E
(118,95,62)
#645034
(100,80,52)
#52412A
(82,65,42)
#403220
(64,50,32)
#2E2316
(46,35,22)
#1C140C
(28,20,12)
#000000
(0,0,0)

Tints of #D0AA70

#D0AA70
(208,170,112)
#D4B17D
(212,177,125)
#D8B88A
(216,184,138)
#DCBF97
(220,191,151)
#E0C6A4
(224,198,164)
#E4CDB1
(228,205,177)
#E8D4BE
(232,212,190)
#ECDBCB
(236,219,203)
#F0E2D8
(240,226,216)
#F4E9E5
(244,233,229)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AA70; }

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

This text font color is #D0AA70.

Background Color

.myBgColor { background-color: #D0AA70; }

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

This div background color is #D0AA70.

Border color

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

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

This div border color is #D0AA70.

Opacity

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

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

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

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

This text has shadow with #D0AA70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AA70.

Preview

Color preview on black background

This text has color #D0AA70 on black background.


Color preview on white background

This text has color #D0AA70 on white background.


Black color preview on #D0AA70 background

This text has black color on #D0AA70 background.


White color preview on #D0AA70 background

This text has white color on #D0AA70 background.


Related colors

Complementary color

Complementary color for #hex is #2F558F.


I love getcolorcode.com

Triadic colors

1 #70D0AA and #AA70D0 with #D0AA70 are triadic colors.

2 #70AAD0 and #AAD070 with #D0AA70 are triadic colors.