COLOR #D8B583

HEX: #D8B583
RGB: (216,181,131)

Color info

#D8B583 contains mainly red and green colors. Web safe color of #D8B583 is #CCCC99 (or #CC9).

RGB color model

#D8B583 color RGB value is (216,181,131).

  • red value is 216;
  • green value is 181;
  • blue value is 131.
RGB:
(216,181,131)
(85%,71%,51%)

RGB channels and saturation

R 216 of 255 = 85%
G 181 of 255 = 71%
B 131 of 255 = 51%

216
181
131

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

Portions of RGB colors in percentages

R + G + B =
216 + 181 + 131 = 528 (100%)
R 216 of 528 ~ 40.91%
G 181 of 528 ~ 34.28%
B 131 of 528 ~ 24.81%

%40.91
%34.28
%24.81

CMYK color model

#D8B583 color CMYK value is (0,16,39,15).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 39.35%
  • key color value is 15.29%
CMYK:
(0,16,39,15)
C0M16Y39K15 
(0%,16%,39%,15%)
(0.00/0.16/0.39/0.15)	

CMYK percentages

%0
%16.2
%39.35
%15.29

Codes

Color #D8B583 in popluar color models

D8B583
RGB216181131
HSL35°52.15%68.04%
HSB/HSV35°39.35%84.71%
CMYK0.00%16.20%39.35%
15.29%

Color #D8B583 in popluar number systems.

HEXD8B583
Decimal216181131
Binary110110001011010110000011
Octal330265203

Shades and tints

Shades of #D8B583

#D8B583
(216,181,131)
#C5A578
(197,165,120)
#B2956D
(178,149,109)
#9F8562
(159,133,98)
#8C7557
(140,117,87)
#79654C
(121,101,76)
#665541
(102,85,65)
#534536
(83,69,54)
#40352B
(64,53,43)
#2D2520
(45,37,32)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #D8B583

#D8B583
(216,181,131)
#DBBB8E
(219,187,142)
#DEC199
(222,193,153)
#E1C7A4
(225,199,164)
#E4CDAF
(228,205,175)
#E7D3BA
(231,211,186)
#EAD9C5
(234,217,197)
#EDDFD0
(237,223,208)
#F0E5DB
(240,229,219)
#F3EBE6
(243,235,230)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B583 color. Also use rgb(216,181,131) instead hex code.

Text Font Color

.myTextColor { color: #D8B583; }

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

This text font color is #D8B583.


Background Color

.myBgColor { background-color: #D8B583; }

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

This div background color is #D8B583.


Border color

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

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

This div border color is #D8B583.


Opacity

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

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

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

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

This text has shadow with #D8B583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B583 on black background.


Color preview on white background

This text has color #D8B583 on white background.



Black color preview on #D8B583 background

This text has black color on #D8B583 background.


White color preview on #D8B583 background

This text has white color on #D8B583 background.