COLOR #D3A784

HEX: #D3A784
RGB: (211,167,132)

Color info

#D3A784 contains mainly red and green colors. Web safe color of #D3A784 is #CC9999 (or #C99).

RGB color model

#D3A784 color RGB value is (211,167,132).

  • red value is 211;
  • green value is 167;
  • blue value is 132.
RGB:
(211,167,132)
(83%,65%,52%)

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 132 of 255 = 52%

211
167
132

R + G + B ~ 67%. #D3A784 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 167 + 132 = 510 (100%)
R 211 of 510 ~ 41.37%
G 167 of 510 ~ 32.75%
B 132 of 510 ~ 25.88%

%41.37
%32.75
%25.88

CMYK color model

#D3A784 color CMYK value is (0,21,37,17).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 37.44%
  • key color value is 17.25%
CMYK:
(0,21,37,17)
C0M21Y37K17 
(0%,21%,37%,17%)
(0.00/0.21/0.37/0.17)	

CMYK percentages

%0
%20.85
%37.44
%17.25

Codes

Color #D3A784 in popluar color models

D3A784
RGB211167132
HSL27°47.31%67.25%
HSB/HSV27°37.44%82.75%
CMYK0.00%20.85%37.44%
17.25%

Color #D3A784 in popluar number systems.

HEXD3A784
Decimal211167132
Binary110100111010011110000100
Octal323247204

Shades and tints

Shades of #D3A784

#D3A784
(211,167,132)
#C09878
(192,152,120)
#AD896C
(173,137,108)
#9A7A60
(154,122,96)
#876B54
(135,107,84)
#745C48
(116,92,72)
#614D3C
(97,77,60)
#4E3E30
(78,62,48)
#3B2F24
(59,47,36)
#282018
(40,32,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #D3A784

#D3A784
(211,167,132)
#D7AF8F
(215,175,143)
#DBB79A
(219,183,154)
#DFBFA5
(223,191,165)
#E3C7B0
(227,199,176)
#E7CFBB
(231,207,187)
#EBD7C6
(235,215,198)
#EFDFD1
(239,223,209)
#F3E7DC
(243,231,220)
#F7EFE7
(247,239,231)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A784 color. Also use rgb(211,167,132) instead hex code.

Text Font Color

.myTextColor { color: #D3A784; }

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

This text font color is #D3A784.


Background Color

.myBgColor { background-color: #D3A784; }

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

This div background color is #D3A784.


Border color

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

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

This div border color is #D3A784.


Opacity

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

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

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

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

This text has shadow with #D3A784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A784 on black background.


Color preview on white background

This text has color #D3A784 on white background.



Black color preview on #D3A784 background

This text has black color on #D3A784 background.


White color preview on #D3A784 background

This text has white color on #D3A784 background.