COLOR #D4BA10

HEX: #D4BA10
RGB: (212,186,16)

Color info

#D4BA10 contains mainly red and green colors. Web safe color of #D4BA10 is #CCCC00 (or #CC0).

RGB color model

#D4BA10 color RGB value is (212,186,16).

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

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 16 of 255 = 6%

212
186
16

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 16 = 414 (100%)
R 212 of 414 ~ 51.21%
G 186 of 414 ~ 44.93%
B 16 of 414 ~ 3.86%

%51.21
%44.93

CMYK color model

#D4BA10 color CMYK value is (0,12,92,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 92.45%
  • key color value is 16.86%
CMYK:
(0,12,92,17)
C0M12Y92K17 
(0%,12%,92%,17%)
(0.00/0.12/0.92/0.17)	

CMYK percentages

%0
%12.26
%92.45
%16.86

Codes

Color #D4BA10 in popluar color models

D4BA10
RGB21218616
HSL52°85.96%44.71%
HSB/HSV52°92.45%83.14%
CMYK0.00%12.26%92.45%
16.86%

Color #D4BA10 in popluar number systems.

HEXD4BA10
Decimal21218616
Binary110101001011101010000
Octal32427220

Shades and tints

Shades of #D4BA10

#D4BA10
(212,186,16)
#C1AA0F
(193,170,15)
#AE9A0E
(174,154,14)
#9B8A0D
(155,138,13)
#887A0C
(136,122,12)
#756A0B
(117,106,11)
#625A0A
(98,90,10)
#4F4A09
(79,74,9)
#3C3A08
(60,58,8)
#292A07
(41,42,7)
#161A06
(22,26,6)
#000000
(0,0,0)

Tints of #D4BA10

#D4BA10
(212,186,16)
#D7C025
(215,192,37)
#DAC63A
(218,198,58)
#DDCC4F
(221,204,79)
#E0D264
(224,210,100)
#E3D879
(227,216,121)
#E6DE8E
(230,222,142)
#E9E4A3
(233,228,163)
#ECEAB8
(236,234,184)
#EFF0CD
(239,240,205)
#F2F6E2
(242,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BA10; }

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

This text font color is #D4BA10.


Background Color

.myBgColor { background-color: #D4BA10; }

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

This div background color is #D4BA10.


Border color

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

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

This div border color is #D4BA10.


Opacity

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

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

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

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

This text has shadow with #D4BA10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BA10 on black background.


Color preview on white background

This text has color #D4BA10 on white background.



Black color preview on #D4BA10 background

This text has black color on #D4BA10 background.


White color preview on #D4BA10 background

This text has white color on #D4BA10 background.