COLOR #D7B39F

HEX: #D7B39F RGB: (215,179,159)

Color info

#D7B39F contains red, green and blue colors in about the same proportion. Web safe color of #D7B39F is #CC9999 (or #C99).

RGB color model

#D7B39F color RGB value is (215,179,159).

RGB: (215,179,159) (84%, 70%, 62%)

RGB channels and saturation

R 215 of 255 = 84%
G 179 of 255 = 70%
B 159 of 255 = 62%

215
179
159

R + G + B ~ 72%. #D7B39F is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 179 + 159 = 553 (100%)
R 215 of 553 ~ 38.88%
G 179 of 553 ~ 32.37%
B 159 of 553 ~ 28.75'%

%38.88
%32.37
%28.75

CMYK color model

#D7B39F color CMYK value is (0,17,26,16).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 26.05%
  • key color value is 15.69%

CMYK: (0,17,26,16)
C0M17Y26K16 (0%, 17%, 26%, 16%)
(0.00 / 0.17 / 0.26 / 0.16)

CMYK percentages

%0
%16.74
%26.05
%15.69

Codes

Color #D7B39F in popluar color models

D7 B3 9F
RGB 215 179 159
HSL 21° 41.18% 73.33%
HSB/HSV 21° 26.05% 84.31%
CMYK 0.00% 16.74% 26.05%
15.69%

Color #D7B39F in popluar number systems.

HEX D7 B3 9F
Decimal 215 179 159
Binary 11010111 10110011 10011111
Octal 327 263 237

Shades and tints

Shades of #D7B39F

#D7B39F
(215,179,159)
#C4A391
(196,163,145)
#B19383
(177,147,131)
#9E8375
(158,131,117)
#8B7367
(139,115,103)
#786359
(120,99,89)
#65534B
(101,83,75)
#52433D
(82,67,61)
#3F332F
(63,51,47)
#2C2321
(44,35,33)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #D7B39F

#D7B39F
(215,179,159)
#DAB9A7
(218,185,167)
#DDBFAF
(221,191,175)
#E0C5B7
(224,197,183)
#E3CBBF
(227,203,191)
#E6D1C7
(230,209,199)
#E9D7CF
(233,215,207)
#ECDDD7
(236,221,215)
#EFE3DF
(239,227,223)
#F2E9E7
(242,233,231)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B39F color. Also use rgb(215,179,159) instead hex code.

Text Font Color

.myTextColor { color: #D7B39F; }

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

This text font color is #D7B39F.

Background Color

.myBgColor { background-color: #D7B39F; }

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

This div background color is #D7B39F.

Border color

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

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

This div border color is #D7B39F.

Opacity

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

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

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

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

This text has shadow with #D7B39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B39F.

Preview

Color preview on black background

This text has color #D7B39F on black background.


Color preview on white background

This text has color #D7B39F on white background.


Black color preview on #D7B39F background

This text has black color on #D7B39F background.


White color preview on #D7B39F background

This text has white color on #D7B39F background.


Related colors

Complementary color

Complementary color for #hex is #284C60.


I love getcolorcode.com

Triadic colors

1 #9FD7B3 and #B39FD7 with #D7B39F are triadic colors.

2 #9FB3D7 and #B3D79F with #D7B39F are triadic colors.