COLOR #D5B58D

HEX: #D5B58D
RGB: (213,181,141)

Color info

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

RGB color model

#D5B58D color RGB value is (213,181,141).

  • red value is 213;
  • green value is 181;
  • blue value is 141.
RGB:
(213,181,141)
(84%,71%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 141 of 255 = 55%

213
181
141

R + G + B ~ 70%. #D5B58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 181 + 141 = 535 (100%)
R 213 of 535 ~ 39.81%
G 181 of 535 ~ 33.83%
B 141 of 535 ~ 26.36%

%39.81
%33.83
%26.36

CMYK color model

#D5B58D color CMYK value is (0,15,34,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(0,15,34,16)
C0M15Y34K16 
(0%,15%,34%,16%)
(0.00/0.15/0.34/0.16)	

CMYK percentages

%0
%15.02
%33.8
%16.47

Codes

Color #D5B58D in popluar color models

D5B58D
RGB213181141
HSL33°46.15%69.41%
HSB/HSV33°33.80%83.53%
CMYK0.00%15.02%33.80%
16.47%

Color #D5B58D in popluar number systems.

HEXD5B58D
Decimal213181141
Binary110101011011010110001101
Octal325265215

Shades and tints

Shades of #D5B58D

#D5B58D
(213,181,141)
#C2A581
(194,165,129)
#AF9575
(175,149,117)
#9C8569
(156,133,105)
#89755D
(137,117,93)
#766551
(118,101,81)
#635545
(99,85,69)
#504539
(80,69,57)
#3D352D
(61,53,45)
#2A2521
(42,37,33)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5B58D

#D5B58D
(213,181,141)
#D8BB97
(216,187,151)
#DBC1A1
(219,193,161)
#DEC7AB
(222,199,171)
#E1CDB5
(225,205,181)
#E4D3BF
(228,211,191)
#E7D9C9
(231,217,201)
#EADFD3
(234,223,211)
#EDE5DD
(237,229,221)
#F0EBE7
(240,235,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B58D color. Also use rgb(213,181,141) instead hex code.

Text Font Color

.myTextColor { color: #D5B58D; }

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

This text font color is #D5B58D.


Background Color

.myBgColor { background-color: #D5B58D; }

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

This div background color is #D5B58D.


Border color

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

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

This div border color is #D5B58D.


Opacity

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

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

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

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

This text has shadow with #D5B58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B58D on black background.


Color preview on white background

This text has color #D5B58D on white background.



Black color preview on #D5B58D background

This text has black color on #D5B58D background.


White color preview on #D5B58D background

This text has white color on #D5B58D background.