COLOR #D7BC5A

HEX: #D7BC5A
RGB: (215,188,90)

Color info

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

RGB color model

#D7BC5A color RGB value is (215,188,90).

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

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 90 of 255 = 35%

215
188
90

R + G + B ~ 64%. #D7BC5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 188 + 90 = 493 (100%)
R 215 of 493 ~ 43.61%
G 188 of 493 ~ 38.13%
B 90 of 493 ~ 18.26%

%43.61
%38.13
%18.26

CMYK color model

#D7BC5A color CMYK value is (0,13,58,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 58.14%
  • key color value is 15.69%
CMYK:
(0,13,58,16)
C0M13Y58K16 
(0%,13%,58%,16%)
(0.00/0.13/0.58/0.16)	

CMYK percentages

%0
%12.56
%58.14
%15.69

Codes

Color #D7BC5A in popluar color models

D7BC5A
RGB21518890
HSL47°60.98%59.80%
HSB/HSV47°58.14%84.31%
CMYK0.00%12.56%58.14%
15.69%

Color #D7BC5A in popluar number systems.

HEXD7BC5A
Decimal21518890
Binary11010111101111001011010
Octal327274132

Shades and tints

Shades of #D7BC5A

#D7BC5A
(215,188,90)
#C4AB52
(196,171,82)
#B19A4A
(177,154,74)
#9E8942
(158,137,66)
#8B783A
(139,120,58)
#786732
(120,103,50)
#65562A
(101,86,42)
#524522
(82,69,34)
#3F341A
(63,52,26)
#2C2312
(44,35,18)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #D7BC5A

#D7BC5A
(215,188,90)
#DAC269
(218,194,105)
#DDC878
(221,200,120)
#E0CE87
(224,206,135)
#E3D496
(227,212,150)
#E6DAA5
(230,218,165)
#E9E0B4
(233,224,180)
#ECE6C3
(236,230,195)
#EFECD2
(239,236,210)
#F2F2E1
(242,242,225)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BC5A; }

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

This text font color is #D7BC5A.


Background Color

.myBgColor { background-color: #D7BC5A; }

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

This div background color is #D7BC5A.


Border color

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

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

This div border color is #D7BC5A.


Opacity

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

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

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

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

This text has shadow with #D7BC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BC5A on black background.


Color preview on white background

This text has color #D7BC5A on white background.



Black color preview on #D7BC5A background

This text has black color on #D7BC5A background.


White color preview on #D7BC5A background

This text has white color on #D7BC5A background.