COLOR #D2A37C

HEX: #D2A37C RGB: (210,163,124)

Color info

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

RGB color model

#D2A37C color RGB value is (210,163,124).

RGB: (210,163,124) (82%, 64%, 49%)

RGB channels and saturation

R 210 of 255 = 82%
G 163 of 255 = 64%
B 124 of 255 = 49%

210
163
124

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

Portions of RGB colors in percentages

R + G + B = 210 + 163 + 124 = 497 (100%)
R 210 of 497 ~ 42.25%
G 163 of 497 ~ 32.8%
B 124 of 497 ~ 24.95'%

%42.25
%32.8
%24.95

CMYK color model

#D2A37C color CMYK value is (0,22,41,18).

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 40.95%
  • key color value is 17.65%

CMYK: (0,22,41,18)
C0M22Y41K18 (0%, 22%, 41%, 18%)
(0.00 / 0.22 / 0.41 / 0.18)

CMYK percentages

%0
%22.38
%40.95
%17.65

Codes

Color #D2A37C in popluar color models

D2 A3 7C
RGB 210 163 124
HSL 27° 48.86% 65.49%
HSB/HSV 27° 40.95% 82.35%
CMYK 0.00% 22.38% 40.95%
17.65%

Color #D2A37C in popluar number systems.

HEX D2 A3 7C
Decimal 210 163 124
Binary 11010010 10100011 1111100
Octal 322 243 174

Shades and tints

Shades of #D2A37C

#D2A37C
(210,163,124)
#BF9571
(191,149,113)
#AC8766
(172,135,102)
#99795B
(153,121,91)
#866B50
(134,107,80)
#735D45
(115,93,69)
#604F3A
(96,79,58)
#4D412F
(77,65,47)
#3A3324
(58,51,36)
#272519
(39,37,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #D2A37C

#D2A37C
(210,163,124)
#D6AB87
(214,171,135)
#DAB392
(218,179,146)
#DEBB9D
(222,187,157)
#E2C3A8
(226,195,168)
#E6CBB3
(230,203,179)
#EAD3BE
(234,211,190)
#EEDBC9
(238,219,201)
#F2E3D4
(242,227,212)
#F6EBDF
(246,235,223)
#FAF3EA
(250,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A37C color. Also use rgb(210,163,124) instead hex code.

Text Font Color

.myTextColor { color: #D2A37C; }

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

This text font color is #D2A37C.

Background Color

.myBgColor { background-color: #D2A37C; }

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

This div background color is #D2A37C.

Border color

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

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

This div border color is #D2A37C.

Opacity

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

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

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

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

This text has shadow with #D2A37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A37C.

Preview

Color preview on black background

This text has color #D2A37C on black background.


Color preview on white background

This text has color #D2A37C on white background.


Black color preview on #D2A37C background

This text has black color on #D2A37C background.


White color preview on #D2A37C background

This text has white color on #D2A37C background.


Related colors

Complementary color

Complementary color for #hex is #2D5C83.


I love getcolorcode.com

Triadic colors

1 #7CD2A3 and #A37CD2 with #D2A37C are triadic colors.

2 #7CA3D2 and #A3D27C with #D2A37C are triadic colors.