COLOR #D2B377

HEX: #D2B377
RGB: (210,179,119)

Color info

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

RGB color model

#D2B377 color RGB value is (210,179,119).

  • red value is 210;
  • green value is 179;
  • blue value is 119.
RGB:
(210,179,119)
(82%,70%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 179 of 255 = 70%
B 119 of 255 = 47%

210
179
119

R + G + B ~ 66%. #D2B377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 179 + 119 = 508 (100%)
R 210 of 508 ~ 41.34%
G 179 of 508 ~ 35.24%
B 119 of 508 ~ 23.43%

%41.34
%35.24
%23.43

CMYK color model

#D2B377 color CMYK value is (0,15,43,18).

  • cyan value is 0.00%
  • magenta value is 14.76%
  • yellow value is 43.33%
  • key color value is 17.65%
CMYK:
(0,15,43,18)
C0M15Y43K18 
(0%,15%,43%,18%)
(0.00/0.15/0.43/0.18)	

CMYK percentages

%0
%14.76
%43.33
%17.65

Codes

Color #D2B377 in popluar color models

D2B377
RGB210179119
HSL40°50.28%64.51%
HSB/HSV40°43.33%82.35%
CMYK0.00%14.76%43.33%
17.65%

Color #D2B377 in popluar number systems.

HEXD2B377
Decimal210179119
Binary11010010101100111110111
Octal322263167

Shades and tints

Shades of #D2B377

#D2B377
(210,179,119)
#BFA36D
(191,163,109)
#AC9363
(172,147,99)
#998359
(153,131,89)
#86734F
(134,115,79)
#736345
(115,99,69)
#60533B
(96,83,59)
#4D4331
(77,67,49)
#3A3327
(58,51,39)
#27231D
(39,35,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #D2B377

#D2B377
(210,179,119)
#D6B983
(214,185,131)
#DABF8F
(218,191,143)
#DEC59B
(222,197,155)
#E2CBA7
(226,203,167)
#E6D1B3
(230,209,179)
#EAD7BF
(234,215,191)
#EEDDCB
(238,221,203)
#F2E3D7
(242,227,215)
#F6E9E3
(246,233,227)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B377 color. Also use rgb(210,179,119) instead hex code.

Text Font Color

.myTextColor { color: #D2B377; }

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

This text font color is #D2B377.


Background Color

.myBgColor { background-color: #D2B377; }

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

This div background color is #D2B377.


Border color

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

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

This div border color is #D2B377.


Opacity

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

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

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

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

This text has shadow with #D2B377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B377 on black background.


Color preview on white background

This text has color #D2B377 on white background.



Black color preview on #D2B377 background

This text has black color on #D2B377 background.


White color preview on #D2B377 background

This text has white color on #D2B377 background.