COLOR #D7B588

HEX: #D7B588 RGB: (215,181,136)

Color info

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

RGB color model

#D7B588 color RGB value is (215,181,136).

RGB: (215,181,136) (84%, 71%, 53%)

RGB channels and saturation

R 215 of 255 = 84%
G 181 of 255 = 71%
B 136 of 255 = 53%

215
181
136

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

Portions of RGB colors in percentages

R + G + B = 215 + 181 + 136 = 532 (100%)
R 215 of 532 ~ 40.41%
G 181 of 532 ~ 34.02%
B 136 of 532 ~ 25.56'%

%40.41
%34.02
%25.56

CMYK color model

#D7B588 color CMYK value is (0,16,37,16).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 36.74%
  • key color value is 15.69%
CMYK: (0,16,37,16) C0M16Y37K16 (0%,16%,37%,16%) (0.00/0.16/0.37/0.16) 

CMYK percentages

%0
%15.81
%36.74
%15.69

Codes

Color #D7B588 in popluar color models

D7 B5 88
RGB 215 181 136
HSL 34° 49.69% 68.82%
HSB/HSV 34° 36.74% 84.31%
CMYK 0.00% 15.81% 36.74%
15.69%

Color #D7B588 in popluar number systems.

HEX D7 B5 88
Decimal 215 181 136
Binary 11010111 10110101 10001000
Octal 327 265 210

Shades and tints

Shades of #D7B588

#D7B588
(215,181,136)
#C4A57C
(196,165,124)
#B19570
(177,149,112)
#9E8564
(158,133,100)
#8B7558
(139,117,88)
#78654C
(120,101,76)
#655540
(101,85,64)
#524534
(82,69,52)
#3F3528
(63,53,40)
#2C251C
(44,37,28)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #D7B588

#D7B588
(215,181,136)
#DABB92
(218,187,146)
#DDC19C
(221,193,156)
#E0C7A6
(224,199,166)
#E3CDB0
(227,205,176)
#E6D3BA
(230,211,186)
#E9D9C4
(233,217,196)
#ECDFCE
(236,223,206)
#EFE5D8
(239,229,216)
#F2EBE2
(242,235,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B588 color. Also use rgb(215,181,136) instead hex code.

Text Font Color

.myTextColor { color: #D7B588; }

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

This text font color is #D7B588.

Background Color

.myBgColor { background-color: #D7B588; }

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

This div background color is #D7B588.

Border color

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

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

This div border color is #D7B588.

Opacity

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

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

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

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

This text has shadow with #D7B588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B588.

Preview

Color preview on black background

This text has color #D7B588 on black background.


Color preview on white background

This text has color #D7B588 on white background.


Black color preview on #D7B588 background

This text has black color on #D7B588 background.


White color preview on #D7B588 background

This text has white color on #D7B588 background.


Related colors

Complementary color

Complementary color for #hex is #284A77.


I love getcolorcode.com

Triadic colors

1 #88D7B5 and #B588D7 with #D7B588 are triadic colors.

2 #88B5D7 and #B5D788 with #D7B588 are triadic colors.