COLOR #D4BC59

HEX: #D4BC59
RGB: (212,188,89)

Color info

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

RGB color model

#D4BC59 color RGB value is (212,188,89).

  • red value is 212;
  • green value is 188;
  • blue value is 89.
RGB:
(212,188,89)
(83%,74%,35%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 89 of 255 = 35%

212
188
89

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

Portions of RGB colors in percentages

R + G + B =
212 + 188 + 89 = 489 (100%)
R 212 of 489 ~ 43.35%
G 188 of 489 ~ 38.45%
B 89 of 489 ~ 18.2%

%43.35
%38.45
%18.2

CMYK color model

#D4BC59 color CMYK value is (0,11,58,17).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 58.02%
  • key color value is 16.86%
CMYK:
(0,11,58,17)
C0M11Y58K17 
(0%,11%,58%,17%)
(0.00/0.11/0.58/0.17)	

CMYK percentages

%0
%11.32
%58.02
%16.86

Codes

Color #D4BC59 in popluar color models

D4BC59
RGB21218889
HSL48°58.85%59.02%
HSB/HSV48°58.02%83.14%
CMYK0.00%11.32%58.02%
16.86%

Color #D4BC59 in popluar number systems.

HEXD4BC59
Decimal21218889
Binary11010100101111001011001
Octal324274131

Shades and tints

Shades of #D4BC59

#D4BC59
(212,188,89)
#C1AB51
(193,171,81)
#AE9A49
(174,154,73)
#9B8941
(155,137,65)
#887839
(136,120,57)
#756731
(117,103,49)
#625629
(98,86,41)
#4F4521
(79,69,33)
#3C3419
(60,52,25)
#292311
(41,35,17)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #D4BC59

#D4BC59
(212,188,89)
#D7C268
(215,194,104)
#DAC877
(218,200,119)
#DDCE86
(221,206,134)
#E0D495
(224,212,149)
#E3DAA4
(227,218,164)
#E6E0B3
(230,224,179)
#E9E6C2
(233,230,194)
#ECECD1
(236,236,209)
#EFF2E0
(239,242,224)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BC59 color. Also use rgb(212,188,89) instead hex code.

Text Font Color

.myTextColor { color: #D4BC59; }

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

This text font color is #D4BC59.


Background Color

.myBgColor { background-color: #D4BC59; }

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

This div background color is #D4BC59.


Border color

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

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

This div border color is #D4BC59.


Opacity

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

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

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

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

This text has shadow with #D4BC59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BC59 on black background.


Color preview on white background

This text has color #D4BC59 on white background.



Black color preview on #D4BC59 background

This text has black color on #D4BC59 background.


White color preview on #D4BC59 background

This text has white color on #D4BC59 background.