COLOR #D2B38F

HEX: #D2B38F
RGB: (210,179,143)

Color info

#D2B38F contains mainly red and green colors. Web safe color of #D2B38F is #CC9999 (or #C99).

RGB color model

#D2B38F color RGB value is (210,179,143).

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

RGB channels and saturation

R 210 of 255 = 82%
G 179 of 255 = 70%
B 143 of 255 = 56%

210
179
143

R + G + B ~ 69%. #D2B38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 179 + 143 = 532 (100%)
R 210 of 532 ~ 39.47%
G 179 of 532 ~ 33.65%
B 143 of 532 ~ 26.88%

%39.47
%33.65
%26.88

CMYK color model

#D2B38F color CMYK value is (0,15,32,18).

  • cyan value is 0.00%
  • magenta value is 14.76%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(0,15,32,18)
C0M15Y32K18 
(0%,15%,32%,18%)
(0.00/0.15/0.32/0.18)	

CMYK percentages

%0
%14.76
%31.9
%17.65

Codes

Color #D2B38F in popluar color models

D2B38F
RGB210179143
HSL32°42.68%69.22%
HSB/HSV32°31.90%82.35%
CMYK0.00%14.76%31.90%
17.65%

Color #D2B38F in popluar number systems.

HEXD2B38F
Decimal210179143
Binary110100101011001110001111
Octal322263217

Shades and tints

Shades of #D2B38F

#D2B38F
(210,179,143)
#BFA382
(191,163,130)
#AC9375
(172,147,117)
#998368
(153,131,104)
#86735B
(134,115,91)
#73634E
(115,99,78)
#605341
(96,83,65)
#4D4334
(77,67,52)
#3A3327
(58,51,39)
#27231A
(39,35,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #D2B38F

#D2B38F
(210,179,143)
#D6B999
(214,185,153)
#DABFA3
(218,191,163)
#DEC5AD
(222,197,173)
#E2CBB7
(226,203,183)
#E6D1C1
(230,209,193)
#EAD7CB
(234,215,203)
#EEDDD5
(238,221,213)
#F2E3DF
(242,227,223)
#F6E9E9
(246,233,233)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B38F; }

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

This text font color is #D2B38F.


Background Color

.myBgColor { background-color: #D2B38F; }

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

This div background color is #D2B38F.


Border color

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

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

This div border color is #D2B38F.


Opacity

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

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

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

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

This text has shadow with #D2B38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B38F on black background.


Color preview on white background

This text has color #D2B38F on white background.



Black color preview on #D2B38F background

This text has black color on #D2B38F background.


White color preview on #D2B38F background

This text has white color on #D2B38F background.