COLOR #D5B18D

HEX: #D5B18D
RGB: (213,177,141)

Color info

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

RGB color model

#D5B18D color RGB value is (213,177,141).

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

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 141 of 255 = 55%

213
177
141

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

Portions of RGB colors in percentages

R + G + B =
213 + 177 + 141 = 531 (100%)
R 213 of 531 ~ 40.11%
G 177 of 531 ~ 33.33%
B 141 of 531 ~ 26.55%

%40.11
%33.33
%26.55

CMYK color model

#D5B18D color CMYK value is (0,17,34,16).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(0,17,34,16)
C0M17Y34K16 
(0%,17%,34%,16%)
(0.00/0.17/0.34/0.16)	

CMYK percentages

%0
%16.9
%33.8
%16.47

Codes

Color #D5B18D in popluar color models

D5B18D
RGB213177141
HSL30°46.15%69.41%
HSB/HSV30°33.80%83.53%
CMYK0.00%16.90%33.80%
16.47%

Color #D5B18D in popluar number systems.

HEXD5B18D
Decimal213177141
Binary110101011011000110001101
Octal325261215

Shades and tints

Shades of #D5B18D

#D5B18D
(213,177,141)
#C2A181
(194,161,129)
#AF9175
(175,145,117)
#9C8169
(156,129,105)
#89715D
(137,113,93)
#766151
(118,97,81)
#635145
(99,81,69)
#504139
(80,65,57)
#3D312D
(61,49,45)
#2A2121
(42,33,33)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #D5B18D

#D5B18D
(213,177,141)
#D8B897
(216,184,151)
#DBBFA1
(219,191,161)
#DEC6AB
(222,198,171)
#E1CDB5
(225,205,181)
#E4D4BF
(228,212,191)
#E7DBC9
(231,219,201)
#EAE2D3
(234,226,211)
#EDE9DD
(237,233,221)
#F0F0E7
(240,240,231)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B18D; }

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

This text font color is #D5B18D.


Background Color

.myBgColor { background-color: #D5B18D; }

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

This div background color is #D5B18D.


Border color

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

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

This div border color is #D5B18D.


Opacity

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

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

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

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

This text has shadow with #D5B18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B18D on black background.


Color preview on white background

This text has color #D5B18D on white background.



Black color preview on #D5B18D background

This text has black color on #D5B18D background.


White color preview on #D5B18D background

This text has white color on #D5B18D background.