COLOR #D2A371

HEX: #D2A371
RGB: (210,163,113)

Color info

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

RGB color model

#D2A371 color RGB value is (210,163,113).

  • red value is 210;
  • green value is 163;
  • blue value is 113.
RGB:
(210,163,113)
(82%,64%,44%)

RGB channels and saturation

R 210 of 255 = 82%
G 163 of 255 = 64%
B 113 of 255 = 44%

210
163
113

R + G + B ~ 63%. #D2A371 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 163 + 113 = 486 (100%)
R 210 of 486 ~ 43.21%
G 163 of 486 ~ 33.54%
B 113 of 486 ~ 23.25%

%43.21
%33.54
%23.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 46.19%
  • key color value is 17.65%
CMYK:
(0,22,46,18)
C0M22Y46K18 
(0%,22%,46%,18%)
(0.00/0.22/0.46/0.18)	

CMYK percentages

%0
%22.38
%46.19
%17.65

Codes

Color #D2A371 in popluar color models

D2A371
RGB210163113
HSL31°51.87%63.33%
HSB/HSV31°46.19%82.35%
CMYK0.00%22.38%46.19%
17.65%

Color #D2A371 in popluar number systems.

HEXD2A371
Decimal210163113
Binary11010010101000111110001
Octal322243161

Shades and tints

Shades of #D2A371

#D2A371
(210,163,113)
#BF9567
(191,149,103)
#AC875D
(172,135,93)
#997953
(153,121,83)
#866B49
(134,107,73)
#735D3F
(115,93,63)
#604F35
(96,79,53)
#4D412B
(77,65,43)
#3A3321
(58,51,33)
#272517
(39,37,23)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #D2A371

#D2A371
(210,163,113)
#D6AB7D
(214,171,125)
#DAB389
(218,179,137)
#DEBB95
(222,187,149)
#E2C3A1
(226,195,161)
#E6CBAD
(230,203,173)
#EAD3B9
(234,211,185)
#EEDBC5
(238,219,197)
#F2E3D1
(242,227,209)
#F6EBDD
(246,235,221)
#FAF3E9
(250,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A371; }

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

This text font color is #D2A371.


Background Color

.myBgColor { background-color: #D2A371; }

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

This div background color is #D2A371.


Border color

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

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

This div border color is #D2A371.


Opacity

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

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

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

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

This text has shadow with #D2A371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A371 on black background.


Color preview on white background

This text has color #D2A371 on white background.



Black color preview on #D2A371 background

This text has black color on #D2A371 background.


White color preview on #D2A371 background

This text has white color on #D2A371 background.