COLOR #D8BD93

HEX: #D8BD93 RGB: (216,189,147)

Color info

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

RGB color model

#D8BD93 color RGB value is (216,189,147).

RGB: (216,189,147) (85%, 74%, 58%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 147 of 255 = 58%

216
189
147

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

Portions of RGB colors in percentages

R + G + B = 216 + 189 + 147 = 552 (100%)
R 216 of 552 ~ 39.13%
G 189 of 552 ~ 34.24%
B 147 of 552 ~ 26.63'%

%39.13
%34.24
%26.63

CMYK color model

#D8BD93 color CMYK value is (0,13,32,15).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 31.94%
  • key color value is 15.29%

CMYK: (0,13,32,15)
C0M13Y32K15 (0%, 13%, 32%, 15%)
(0.00 / 0.13 / 0.32 / 0.15)

CMYK percentages

%0
%12.5
%31.94
%15.29

Codes

Color #D8BD93 in popluar color models

D8 BD 93
RGB 216 189 147
HSL 37° 46.94% 71.18%
HSB/HSV 37° 31.94% 84.71%
CMYK 0.00% 12.50% 31.94%
15.29%

Color #D8BD93 in popluar number systems.

HEX D8 BD 93
Decimal 216 189 147
Binary 11011000 10111101 10010011
Octal 330 275 223

Shades and tints

Shades of #D8BD93

#D8BD93
(216,189,147)
#C5AC86
(197,172,134)
#B29B79
(178,155,121)
#9F8A6C
(159,138,108)
#8C795F
(140,121,95)
#796852
(121,104,82)
#665745
(102,87,69)
#534638
(83,70,56)
#40352B
(64,53,43)
#2D241E
(45,36,30)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #D8BD93

#D8BD93
(216,189,147)
#DBC39C
(219,195,156)
#DEC9A5
(222,201,165)
#E1CFAE
(225,207,174)
#E4D5B7
(228,213,183)
#E7DBC0
(231,219,192)
#EAE1C9
(234,225,201)
#EDE7D2
(237,231,210)
#F0EDDB
(240,237,219)
#F3F3E4
(243,243,228)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BD93 color. Also use rgb(216,189,147) instead hex code.

Text Font Color

.myTextColor { color: #D8BD93; }

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

This text font color is #D8BD93.

Background Color

.myBgColor { background-color: #D8BD93; }

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

This div background color is #D8BD93.

Border color

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

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

This div border color is #D8BD93.

Opacity

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

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

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

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

This text has shadow with #D8BD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BD93.

Preview

Color preview on black background

This text has color #D8BD93 on black background.


Color preview on white background

This text has color #D8BD93 on white background.


Black color preview on #D8BD93 background

This text has black color on #D8BD93 background.


White color preview on #D8BD93 background

This text has white color on #D8BD93 background.


Related colors

Complementary color

Complementary color for #hex is #27426C.


I love getcolorcode.com

Triadic colors

1 #93D8BD and #BD93D8 with #D8BD93 are triadic colors.

2 #93BDD8 and #BDD893 with #D8BD93 are triadic colors.