COLOR #D2B976

HEX: #D2B976
RGB: (210,185,118)

Color info

#D2B976 contains mainly red and green colors. Web safe color of #D2B976 is #CCCC66 (or #CC6).

RGB color model

#D2B976 color RGB value is (210,185,118).

  • red value is 210;
  • green value is 185;
  • blue value is 118.
RGB:
(210,185,118)
(82%,73%,46%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 118 of 255 = 46%

210
185
118

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

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 118 = 513 (100%)
R 210 of 513 ~ 40.94%
G 185 of 513 ~ 36.06%
B 118 of 513 ~ 23%

%40.94
%36.06
%23

CMYK color model

#D2B976 color CMYK value is (0,12,44,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 43.81%
  • key color value is 17.65%
CMYK:
(0,12,44,18)
C0M12Y44K18 
(0%,12%,44%,18%)
(0.00/0.12/0.44/0.18)	

CMYK percentages

%0
%11.9
%43.81
%17.65

Codes

Color #D2B976 in popluar color models

D2B976
RGB210185118
HSL44°50.55%64.31%
HSB/HSV44°43.81%82.35%
CMYK0.00%11.90%43.81%
17.65%

Color #D2B976 in popluar number systems.

HEXD2B976
Decimal210185118
Binary11010010101110011110110
Octal322271166

Shades and tints

Shades of #D2B976

#D2B976
(210,185,118)
#BFA96C
(191,169,108)
#AC9962
(172,153,98)
#998958
(153,137,88)
#86794E
(134,121,78)
#736944
(115,105,68)
#60593A
(96,89,58)
#4D4930
(77,73,48)
#3A3926
(58,57,38)
#27291C
(39,41,28)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #D2B976

#D2B976
(210,185,118)
#D6BF82
(214,191,130)
#DAC58E
(218,197,142)
#DECB9A
(222,203,154)
#E2D1A6
(226,209,166)
#E6D7B2
(230,215,178)
#EADDBE
(234,221,190)
#EEE3CA
(238,227,202)
#F2E9D6
(242,233,214)
#F6EFE2
(246,239,226)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B976 color. Also use rgb(210,185,118) instead hex code.

Text Font Color

.myTextColor { color: #D2B976; }

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

This text font color is #D2B976.


Background Color

.myBgColor { background-color: #D2B976; }

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

This div background color is #D2B976.


Border color

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

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

This div border color is #D2B976.


Opacity

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

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

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

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

This text has shadow with #D2B976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B976 on black background.


Color preview on white background

This text has color #D2B976 on white background.



Black color preview on #D2B976 background

This text has black color on #D2B976 background.


White color preview on #D2B976 background

This text has white color on #D2B976 background.