COLOR #D7BC6D

HEX: #D7BC6D
RGB: (215,188,109)

Color info

#D7BC6D contains mainly red and green colors. Web safe color of #D7BC6D is #CCCC66 (or #CC6).

RGB color model

#D7BC6D color RGB value is (215,188,109).

  • red value is 215;
  • green value is 188;
  • blue value is 109.
RGB:
(215,188,109)
(84%,74%,43%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 109 of 255 = 43%

215
188
109

R + G + B ~ 67%. #D7BC6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 109 = 512 (100%)
R 215 of 512 ~ 41.99%
G 188 of 512 ~ 36.72%
B 109 of 512 ~ 21.29%

%41.99
%36.72
%21.29

CMYK color model

#D7BC6D color CMYK value is (0,13,49,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 49.30%
  • key color value is 15.69%
CMYK:
(0,13,49,16)
C0M13Y49K16 
(0%,13%,49%,16%)
(0.00/0.13/0.49/0.16)	

CMYK percentages

%0
%12.56
%49.3
%15.69

Codes

Color #D7BC6D in popluar color models

D7BC6D
RGB215188109
HSL45°56.99%63.53%
HSB/HSV45°49.30%84.31%
CMYK0.00%12.56%49.30%
15.69%

Color #D7BC6D in popluar number systems.

HEXD7BC6D
Decimal215188109
Binary11010111101111001101101
Octal327274155

Shades and tints

Shades of #D7BC6D

#D7BC6D
(215,188,109)
#C4AB64
(196,171,100)
#B19A5B
(177,154,91)
#9E8952
(158,137,82)
#8B7849
(139,120,73)
#786740
(120,103,64)
#655637
(101,86,55)
#52452E
(82,69,46)
#3F3425
(63,52,37)
#2C231C
(44,35,28)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D7BC6D

#D7BC6D
(215,188,109)
#DAC27A
(218,194,122)
#DDC887
(221,200,135)
#E0CE94
(224,206,148)
#E3D4A1
(227,212,161)
#E6DAAE
(230,218,174)
#E9E0BB
(233,224,187)
#ECE6C8
(236,230,200)
#EFECD5
(239,236,213)
#F2F2E2
(242,242,226)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BC6D color. Also use rgb(215,188,109) instead hex code.

Text Font Color

.myTextColor { color: #D7BC6D; }

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

This text font color is #D7BC6D.


Background Color

.myBgColor { background-color: #D7BC6D; }

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

This div background color is #D7BC6D.


Border color

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

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

This div border color is #D7BC6D.


Opacity

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

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

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

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

This text has shadow with #D7BC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BC6D on black background.


Color preview on white background

This text has color #D7BC6D on white background.



Black color preview on #D7BC6D background

This text has black color on #D7BC6D background.


White color preview on #D7BC6D background

This text has white color on #D7BC6D background.