COLOR #D2B97C

HEX: #D2B97C
RGB: (210,185,124)

Color info

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

RGB color model

#D2B97C color RGB value is (210,185,124).

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

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 124 of 255 = 49%

210
185
124

R + G + B ~ 68%. #D2B97C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 124 = 519 (100%)
R 210 of 519 ~ 40.46%
G 185 of 519 ~ 35.65%
B 124 of 519 ~ 23.89%

%40.46
%35.65
%23.89

CMYK color model

#D2B97C color CMYK value is (0,12,41,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 40.95%
  • key color value is 17.65%
CMYK:
(0,12,41,18)
C0M12Y41K18 
(0%,12%,41%,18%)
(0.00/0.12/0.41/0.18)	

CMYK percentages

%0
%11.9
%40.95
%17.65

Codes

Color #D2B97C in popluar color models

D2B97C
RGB210185124
HSL43°48.86%65.49%
HSB/HSV43°40.95%82.35%
CMYK0.00%11.90%40.95%
17.65%

Color #D2B97C in popluar number systems.

HEXD2B97C
Decimal210185124
Binary11010010101110011111100
Octal322271174

Shades and tints

Shades of #D2B97C

#D2B97C
(210,185,124)
#BFA971
(191,169,113)
#AC9966
(172,153,102)
#99895B
(153,137,91)
#867950
(134,121,80)
#736945
(115,105,69)
#60593A
(96,89,58)
#4D492F
(77,73,47)
#3A3924
(58,57,36)
#272919
(39,41,25)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #D2B97C

#D2B97C
(210,185,124)
#D6BF87
(214,191,135)
#DAC592
(218,197,146)
#DECB9D
(222,203,157)
#E2D1A8
(226,209,168)
#E6D7B3
(230,215,179)
#EADDBE
(234,221,190)
#EEE3C9
(238,227,201)
#F2E9D4
(242,233,212)
#F6EFDF
(246,239,223)
#FAF5EA
(250,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B97C; }

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

This text font color is #D2B97C.


Background Color

.myBgColor { background-color: #D2B97C; }

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

This div background color is #D2B97C.


Border color

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

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

This div border color is #D2B97C.


Opacity

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

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

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

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

This text has shadow with #D2B97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B97C on black background.


Color preview on white background

This text has color #D2B97C on white background.



Black color preview on #D2B97C background

This text has black color on #D2B97C background.


White color preview on #D2B97C background

This text has white color on #D2B97C background.