COLOR #D5B789

HEX: #D5B789
RGB: (213,183,137)

Color info

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

RGB color model

#D5B789 color RGB value is (213,183,137).

  • red value is 213;
  • green value is 183;
  • blue value is 137.
RGB:
(213,183,137)
(84%,72%,54%)

RGB channels and saturation

R 213 of 255 = 84%
G 183 of 255 = 72%
B 137 of 255 = 54%

213
183
137

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

Portions of RGB colors in percentages

R + G + B =
213 + 183 + 137 = 533 (100%)
R 213 of 533 ~ 39.96%
G 183 of 533 ~ 34.33%
B 137 of 533 ~ 25.7%

%39.96
%34.33
%25.7

CMYK color model

#D5B789 color CMYK value is (0,14,36,16).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 35.68%
  • key color value is 16.47%
CMYK:
(0,14,36,16)
C0M14Y36K16 
(0%,14%,36%,16%)
(0.00/0.14/0.36/0.16)	

CMYK percentages

%0
%14.08
%35.68
%16.47

Codes

Color #D5B789 in popluar color models

D5B789
RGB213183137
HSL36°47.50%68.63%
HSB/HSV36°35.68%83.53%
CMYK0.00%14.08%35.68%
16.47%

Color #D5B789 in popluar number systems.

HEXD5B789
Decimal213183137
Binary110101011011011110001001
Octal325267211

Shades and tints

Shades of #D5B789

#D5B789
(213,183,137)
#C2A77D
(194,167,125)
#AF9771
(175,151,113)
#9C8765
(156,135,101)
#897759
(137,119,89)
#76674D
(118,103,77)
#635741
(99,87,65)
#504735
(80,71,53)
#3D3729
(61,55,41)
#2A271D
(42,39,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D5B789

#D5B789
(213,183,137)
#D8BD93
(216,189,147)
#DBC39D
(219,195,157)
#DEC9A7
(222,201,167)
#E1CFB1
(225,207,177)
#E4D5BB
(228,213,187)
#E7DBC5
(231,219,197)
#EAE1CF
(234,225,207)
#EDE7D9
(237,231,217)
#F0EDE3
(240,237,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B789 color. Also use rgb(213,183,137) instead hex code.

Text Font Color

.myTextColor { color: #D5B789; }

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

This text font color is #D5B789.


Background Color

.myBgColor { background-color: #D5B789; }

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

This div background color is #D5B789.


Border color

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

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

This div border color is #D5B789.


Opacity

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

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

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

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

This text has shadow with #D5B789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B789 on black background.


Color preview on white background

This text has color #D5B789 on white background.



Black color preview on #D5B789 background

This text has black color on #D5B789 background.


White color preview on #D5B789 background

This text has white color on #D5B789 background.