COLOR #D3A67B

HEX: #D3A67B RGB: (211,166,123)

Color info

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

RGB color model

#D3A67B color RGB value is (211,166,123).

RGB: (211,166,123) (83%, 65%, 48%)

RGB channels and saturation

R 211 of 255 = 83%
G 166 of 255 = 65%
B 123 of 255 = 48%

211
166
123

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

Portions of RGB colors in percentages

R + G + B = 211 + 166 + 123 = 500 (100%)
R 211 of 500 ~ 42.2%
G 166 of 500 ~ 33.2%
B 123 of 500 ~ 24.6'%

%42.2
%33.2
%24.6

CMYK color model

#D3A67B color CMYK value is (0,21,42,17).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 41.71%
  • key color value is 17.25%

CMYK: (0,21,42,17)
C0M21Y42K17 (0%, 21%, 42%, 17%)
(0.00 / 0.21 / 0.42 / 0.17)

CMYK percentages

%0
%21.33
%41.71
%17.25

Codes

Color #D3A67B in popluar color models

D3 A6 7B
RGB 211 166 123
HSL 29° 50.00% 65.49%
HSB/HSV 29° 41.71% 82.75%
CMYK 0.00% 21.33% 41.71%
17.25%

Color #D3A67B in popluar number systems.

HEX D3 A6 7B
Decimal 211 166 123
Binary 11010011 10100110 1111011
Octal 323 246 173

Shades and tints

Shades of #D3A67B

#D3A67B
(211,166,123)
#C09770
(192,151,112)
#AD8865
(173,136,101)
#9A795A
(154,121,90)
#876A4F
(135,106,79)
#745B44
(116,91,68)
#614C39
(97,76,57)
#4E3D2E
(78,61,46)
#3B2E23
(59,46,35)
#281F18
(40,31,24)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #D3A67B

#D3A67B
(211,166,123)
#D7AE87
(215,174,135)
#DBB693
(219,182,147)
#DFBE9F
(223,190,159)
#E3C6AB
(227,198,171)
#E7CEB7
(231,206,183)
#EBD6C3
(235,214,195)
#EFDECF
(239,222,207)
#F3E6DB
(243,230,219)
#F7EEE7
(247,238,231)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A67B color. Also use rgb(211,166,123) instead hex code.

Text Font Color

.myTextColor { color: #D3A67B; }

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

This text font color is #D3A67B.

Background Color

.myBgColor { background-color: #D3A67B; }

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

This div background color is #D3A67B.

Border color

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

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

This div border color is #D3A67B.

Opacity

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

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

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

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

This text has shadow with #D3A67B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A67B.

Preview

Color preview on black background

This text has color #D3A67B on black background.


Color preview on white background

This text has color #D3A67B on white background.


Black color preview on #D3A67B background

This text has black color on #D3A67B background.


White color preview on #D3A67B background

This text has white color on #D3A67B background.


Related colors

Complementary color

Complementary color for #hex is #2C5984.


I love getcolorcode.com

Triadic colors

1 #7BD3A6 and #A67BD3 with #D3A67B are triadic colors.

2 #7BA6D3 and #A6D37B with #D3A67B are triadic colors.