COLOR #D3B17A

HEX: #D3B17A
RGB: (211,177,122)

Color info

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

RGB color model

#D3B17A color RGB value is (211,177,122).

  • red value is 211;
  • green value is 177;
  • blue value is 122.
RGB:
(211,177,122)
(83%,69%,48%)

RGB channels and saturation

R 211 of 255 = 83%
G 177 of 255 = 69%
B 122 of 255 = 48%

211
177
122

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

Portions of RGB colors in percentages

R + G + B =
211 + 177 + 122 = 510 (100%)
R 211 of 510 ~ 41.37%
G 177 of 510 ~ 34.71%
B 122 of 510 ~ 23.92%

%41.37
%34.71
%23.92

CMYK color model

#D3B17A color CMYK value is (0,16,42,17).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 42.18%
  • key color value is 17.25%
CMYK:
(0,16,42,17)
C0M16Y42K17 
(0%,16%,42%,17%)
(0.00/0.16/0.42/0.17)	

CMYK percentages

%0
%16.11
%42.18
%17.25

Codes

Color #D3B17A in popluar color models

D3B17A
RGB211177122
HSL37°50.28%65.29%
HSB/HSV37°42.18%82.75%
CMYK0.00%16.11%42.18%
17.25%

Color #D3B17A in popluar number systems.

HEXD3B17A
Decimal211177122
Binary11010011101100011111010
Octal323261172

Shades and tints

Shades of #D3B17A

#D3B17A
(211,177,122)
#C0A16F
(192,161,111)
#AD9164
(173,145,100)
#9A8159
(154,129,89)
#87714E
(135,113,78)
#746143
(116,97,67)
#615138
(97,81,56)
#4E412D
(78,65,45)
#3B3122
(59,49,34)
#282117
(40,33,23)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #D3B17A

#D3B17A
(211,177,122)
#D7B886
(215,184,134)
#DBBF92
(219,191,146)
#DFC69E
(223,198,158)
#E3CDAA
(227,205,170)
#E7D4B6
(231,212,182)
#EBDBC2
(235,219,194)
#EFE2CE
(239,226,206)
#F3E9DA
(243,233,218)
#F7F0E6
(247,240,230)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B17A color. Also use rgb(211,177,122) instead hex code.

Text Font Color

.myTextColor { color: #D3B17A; }

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

This text font color is #D3B17A.


Background Color

.myBgColor { background-color: #D3B17A; }

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

This div background color is #D3B17A.


Border color

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

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

This div border color is #D3B17A.


Opacity

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

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

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

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

This text has shadow with #D3B17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B17A on black background.


Color preview on white background

This text has color #D3B17A on white background.



Black color preview on #D3B17A background

This text has black color on #D3B17A background.


White color preview on #D3B17A background

This text has white color on #D3B17A background.