COLOR #D3A867

HEX: #D3A867
RGB: (211,168,103)

Color info

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

RGB color model

#D3A867 color RGB value is (211,168,103).

  • red value is 211;
  • green value is 168;
  • blue value is 103.
RGB:
(211,168,103)
(83%,66%,40%)

RGB channels and saturation

R 211 of 255 = 83%
G 168 of 255 = 66%
B 103 of 255 = 40%

211
168
103

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

Portions of RGB colors in percentages

R + G + B =
211 + 168 + 103 = 482 (100%)
R 211 of 482 ~ 43.78%
G 168 of 482 ~ 34.85%
B 103 of 482 ~ 21.37%

%43.78
%34.85
%21.37

CMYK color model

#D3A867 color CMYK value is (0,20,51,17).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 51.18%
  • key color value is 17.25%
CMYK:
(0,20,51,17)
C0M20Y51K17 
(0%,20%,51%,17%)
(0.00/0.20/0.51/0.17)	

CMYK percentages

%0
%20.38
%51.18
%17.25

Codes

Color #D3A867 in popluar color models

D3A867
RGB211168103
HSL36°55.10%61.57%
HSB/HSV36°51.18%82.75%
CMYK0.00%20.38%51.18%
17.25%

Color #D3A867 in popluar number systems.

HEXD3A867
Decimal211168103
Binary11010011101010001100111
Octal323250147

Shades and tints

Shades of #D3A867

#D3A867
(211,168,103)
#C0995E
(192,153,94)
#AD8A55
(173,138,85)
#9A7B4C
(154,123,76)
#876C43
(135,108,67)
#745D3A
(116,93,58)
#614E31
(97,78,49)
#4E3F28
(78,63,40)
#3B301F
(59,48,31)
#282116
(40,33,22)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #D3A867

#D3A867
(211,168,103)
#D7AF74
(215,175,116)
#DBB681
(219,182,129)
#DFBD8E
(223,189,142)
#E3C49B
(227,196,155)
#E7CBA8
(231,203,168)
#EBD2B5
(235,210,181)
#EFD9C2
(239,217,194)
#F3E0CF
(243,224,207)
#F7E7DC
(247,231,220)
#FBEEE9
(251,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A867 color. Also use rgb(211,168,103) instead hex code.

Text Font Color

.myTextColor { color: #D3A867; }

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

This text font color is #D3A867.


Background Color

.myBgColor { background-color: #D3A867; }

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

This div background color is #D3A867.


Border color

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

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

This div border color is #D3A867.


Opacity

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

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

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

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

This text has shadow with #D3A867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A867 on black background.


Color preview on white background

This text has color #D3A867 on white background.



Black color preview on #D3A867 background

This text has black color on #D3A867 background.


White color preview on #D3A867 background

This text has white color on #D3A867 background.