COLOR #D4BA3E

HEX: #D4BA3E
RGB: (212,186,62)

Color info

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

RGB color model

#D4BA3E color RGB value is (212,186,62).

  • red value is 212;
  • green value is 186;
  • blue value is 62.
RGB:
(212,186,62)
(83%,73%,24%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 62 of 255 = 24%

212
186
62

R + G + B ~ 60%. #D4BA3E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 62 = 460 (100%)
R 212 of 460 ~ 46.09%
G 186 of 460 ~ 40.43%
B 62 of 460 ~ 13.48%

%46.09
%40.43
%13.48

CMYK color model

#D4BA3E color CMYK value is (0,12,71,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 70.75%
  • key color value is 16.86%
CMYK:
(0,12,71,17)
C0M12Y71K17 
(0%,12%,71%,17%)
(0.00/0.12/0.71/0.17)	

CMYK percentages

%0
%12.26
%70.75
%16.86

Codes

Color #D4BA3E in popluar color models

D4BA3E
RGB21218662
HSL50°63.56%53.73%
HSB/HSV50°70.75%83.14%
CMYK0.00%12.26%70.75%
16.86%

Color #D4BA3E in popluar number systems.

HEXD4BA3E
Decimal21218662
Binary1101010010111010111110
Octal32427276

Shades and tints

Shades of #D4BA3E

#D4BA3E
(212,186,62)
#C1AA39
(193,170,57)
#AE9A34
(174,154,52)
#9B8A2F
(155,138,47)
#887A2A
(136,122,42)
#756A25
(117,106,37)
#625A20
(98,90,32)
#4F4A1B
(79,74,27)
#3C3A16
(60,58,22)
#292A11
(41,42,17)
#161A0C
(22,26,12)
#000000
(0,0,0)

Tints of #D4BA3E

#D4BA3E
(212,186,62)
#D7C04F
(215,192,79)
#DAC660
(218,198,96)
#DDCC71
(221,204,113)
#E0D282
(224,210,130)
#E3D893
(227,216,147)
#E6DEA4
(230,222,164)
#E9E4B5
(233,228,181)
#ECEAC6
(236,234,198)
#EFF0D7
(239,240,215)
#F2F6E8
(242,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BA3E color. Also use rgb(212,186,62) instead hex code.

Text Font Color

.myTextColor { color: #D4BA3E; }

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

This text font color is #D4BA3E.


Background Color

.myBgColor { background-color: #D4BA3E; }

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

This div background color is #D4BA3E.


Border color

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

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

This div border color is #D4BA3E.


Opacity

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

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

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

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

This text has shadow with #D4BA3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BA3E on black background.


Color preview on white background

This text has color #D4BA3E on white background.



Black color preview on #D4BA3E background

This text has black color on #D4BA3E background.


White color preview on #D4BA3E background

This text has white color on #D4BA3E background.