COLOR #D5BC92

HEX: #D5BC92 RGB: (213,188,146)

Color info

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

RGB color model

#D5BC92 color RGB value is (213,188,146).

RGB: (213,188,146) (84%, 74%, 57%)

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 146 of 255 = 57%

213
188
146

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

Portions of RGB colors in percentages

R + G + B = 213 + 188 + 146 = 547 (100%)
R 213 of 547 ~ 38.94%
G 188 of 547 ~ 34.37%
B 146 of 547 ~ 26.69'%

%38.94
%34.37
%26.69

CMYK color model

#D5BC92 color CMYK value is (0,12,31,16).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 31.46%
  • key color value is 16.47%

CMYK: (0,12,31,16)
C0M12Y31K16 (0%, 12%, 31%, 16%)
(0.00 / 0.12 / 0.31 / 0.16)

CMYK percentages

%0
%11.74
%31.46
%16.47

Codes

Color #D5BC92 in popluar color models

D5 BC 92
RGB 213 188 146
HSL 38° 44.37% 70.39%
HSB/HSV 38° 31.46% 83.53%
CMYK 0.00% 11.74% 31.46%
16.47%

Color #D5BC92 in popluar number systems.

HEX D5 BC 92
Decimal 213 188 146
Binary 11010101 10111100 10010010
Octal 325 274 222

Shades and tints

Shades of #D5BC92

#D5BC92
(213,188,146)
#C2AB85
(194,171,133)
#AF9A78
(175,154,120)
#9C896B
(156,137,107)
#89785E
(137,120,94)
#766751
(118,103,81)
#635644
(99,86,68)
#504537
(80,69,55)
#3D342A
(61,52,42)
#2A231D
(42,35,29)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #D5BC92

#D5BC92
(213,188,146)
#D8C29B
(216,194,155)
#DBC8A4
(219,200,164)
#DECEAD
(222,206,173)
#E1D4B6
(225,212,182)
#E4DABF
(228,218,191)
#E7E0C8
(231,224,200)
#EAE6D1
(234,230,209)
#EDECDA
(237,236,218)
#F0F2E3
(240,242,227)
#F3F8EC
(243,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BC92 color. Also use rgb(213,188,146) instead hex code.

Text Font Color

.myTextColor { color: #D5BC92; }

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

This text font color is #D5BC92.

Background Color

.myBgColor { background-color: #D5BC92; }

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

This div background color is #D5BC92.

Border color

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

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

This div border color is #D5BC92.

Opacity

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

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

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

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

This text has shadow with #D5BC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BC92.

Preview

Color preview on black background

This text has color #D5BC92 on black background.


Color preview on white background

This text has color #D5BC92 on white background.


Black color preview on #D5BC92 background

This text has black color on #D5BC92 background.


White color preview on #D5BC92 background

This text has white color on #D5BC92 background.


Related colors

Complementary color

Complementary color for #hex is #2A436D.


I love getcolorcode.com

Triadic colors

1 #92D5BC and #BC92D5 with #D5BC92 are triadic colors.

2 #92BCD5 and #BCD592 with #D5BC92 are triadic colors.