COLOR #D3BA55

HEX: #D3BA55
RGB: (211,186,85)

Color info

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

RGB color model

#D3BA55 color RGB value is (211,186,85).

  • red value is 211;
  • green value is 186;
  • blue value is 85.
RGB:
(211,186,85)
(83%,73%,33%)

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 85 of 255 = 33%

211
186
85

R + G + B ~ 63%. #D3BA55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 186 + 85 = 482 (100%)
R 211 of 482 ~ 43.78%
G 186 of 482 ~ 38.59%
B 85 of 482 ~ 17.63%

%43.78
%38.59
%17.63

CMYK color model

#D3BA55 color CMYK value is (0,12,60,17).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 59.72%
  • key color value is 17.25%
CMYK:
(0,12,60,17)
C0M12Y60K17 
(0%,12%,60%,17%)
(0.00/0.12/0.60/0.17)	

CMYK percentages

%0
%11.85
%59.72
%17.25

Codes

Color #D3BA55 in popluar color models

D3BA55
RGB21118685
HSL48°58.88%58.04%
HSB/HSV48°59.72%82.75%
CMYK0.00%11.85%59.72%
17.25%

Color #D3BA55 in popluar number systems.

HEXD3BA55
Decimal21118685
Binary11010011101110101010101
Octal323272125

Shades and tints

Shades of #D3BA55

#D3BA55
(211,186,85)
#C0AA4E
(192,170,78)
#AD9A47
(173,154,71)
#9A8A40
(154,138,64)
#877A39
(135,122,57)
#746A32
(116,106,50)
#615A2B
(97,90,43)
#4E4A24
(78,74,36)
#3B3A1D
(59,58,29)
#282A16
(40,42,22)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #D3BA55

#D3BA55
(211,186,85)
#D7C064
(215,192,100)
#DBC673
(219,198,115)
#DFCC82
(223,204,130)
#E3D291
(227,210,145)
#E7D8A0
(231,216,160)
#EBDEAF
(235,222,175)
#EFE4BE
(239,228,190)
#F3EACD
(243,234,205)
#F7F0DC
(247,240,220)
#FBF6EB
(251,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BA55 color. Also use rgb(211,186,85) instead hex code.

Text Font Color

.myTextColor { color: #D3BA55; }

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

This text font color is #D3BA55.


Background Color

.myBgColor { background-color: #D3BA55; }

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

This div background color is #D3BA55.


Border color

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

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

This div border color is #D3BA55.


Opacity

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

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

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

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

This text has shadow with #D3BA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BA55 on black background.


Color preview on white background

This text has color #D3BA55 on white background.



Black color preview on #D3BA55 background

This text has black color on #D3BA55 background.


White color preview on #D3BA55 background

This text has white color on #D3BA55 background.