COLOR #D8BC46

HEX: #D8BC46 RGB: (216,188,70)

Color info

#D8BC46 contains mainly red and green colors. Web safe color of #D8BC46 is #CCCC33 (or #CC3).

RGB color model

#D8BC46 color RGB value is (216,188,70).

RGB: (216,188,70) (85%, 74%, 27%)

RGB channels and saturation

R 216 of 255 = 85%
G 188 of 255 = 74%
B 70 of 255 = 27%

216
188
70

R + G + B ~ 62%. #D8BC46 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 188 + 70 = 474 (100%)
R 216 of 474 ~ 45.57%
G 188 of 474 ~ 39.66%
B 70 of 474 ~ 14.77'%

%45.57
%39.66
%14.77

CMYK color model

#D8BC46 color CMYK value is (0,13,68,15).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 67.59%
  • key color value is 15.29%

CMYK: (0,13,68,15)
C0M13Y68K15 (0%, 13%, 68%, 15%)
(0.00 / 0.13 / 0.68 / 0.15)

CMYK percentages

%0
%12.96
%67.59
%15.29

Codes

Color #D8BC46 in popluar color models

D8 BC 46
RGB 216 188 70
HSL 48° 65.18% 56.08%
HSB/HSV 48° 67.59% 84.71%
CMYK 0.00% 12.96% 67.59%
15.29%

Color #D8BC46 in popluar number systems.

HEX D8 BC 46
Decimal 216 188 70
Binary 11011000 10111100 1000110
Octal 330 274 106

Shades and tints

Shades of #D8BC46

#D8BC46
(216,188,70)
#C5AB40
(197,171,64)
#B29A3A
(178,154,58)
#9F8934
(159,137,52)
#8C782E
(140,120,46)
#796728
(121,103,40)
#665622
(102,86,34)
#53451C
(83,69,28)
#403416
(64,52,22)
#2D2310
(45,35,16)
#1A120A
(26,18,10)
#000000
(0,0,0)

Tints of #D8BC46

#D8BC46
(216,188,70)
#DBC256
(219,194,86)
#DEC866
(222,200,102)
#E1CE76
(225,206,118)
#E4D486
(228,212,134)
#E7DA96
(231,218,150)
#EAE0A6
(234,224,166)
#EDE6B6
(237,230,182)
#F0ECC6
(240,236,198)
#F3F2D6
(243,242,214)
#F6F8E6
(246,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BC46 color. Also use rgb(216,188,70) instead hex code.

Text Font Color

.myTextColor { color: #D8BC46; }

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

This text font color is #D8BC46.

Background Color

.myBgColor { background-color: #D8BC46; }

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

This div background color is #D8BC46.

Border color

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

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

This div border color is #D8BC46.

Opacity

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

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

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

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

This text has shadow with #D8BC46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BC46.

Preview

Color preview on black background

This text has color #D8BC46 on black background.


Color preview on white background

This text has color #D8BC46 on white background.


Black color preview on #D8BC46 background

This text has black color on #D8BC46 background.


White color preview on #D8BC46 background

This text has white color on #D8BC46 background.


Related colors

Complementary color

Complementary color for #hex is #2743B9.


I love getcolorcode.com

Triadic colors

1 #46D8BC and #BC46D8 with #D8BC46 are triadic colors.

2 #46BCD8 and #BCD846 with #D8BC46 are triadic colors.