COLOR #D2BA4A

HEX: #D2BA4A
RGB: (210,186,74)

Color info

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

RGB color model

#D2BA4A color RGB value is (210,186,74).

  • red value is 210;
  • green value is 186;
  • blue value is 74.
RGB:
(210,186,74)
(82%,73%,29%)

RGB channels and saturation

R 210 of 255 = 82%
G 186 of 255 = 73%
B 74 of 255 = 29%

210
186
74

R + G + B ~ 61%. #D2BA4A is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 186 + 74 = 470 (100%)
R 210 of 470 ~ 44.68%
G 186 of 470 ~ 39.57%
B 74 of 470 ~ 15.74%

%44.68
%39.57
%15.74

CMYK color model

#D2BA4A color CMYK value is (0,11,65,18).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 64.76%
  • key color value is 17.65%
CMYK:
(0,11,65,18)
C0M11Y65K18 
(0%,11%,65%,18%)
(0.00/0.11/0.65/0.18)	

CMYK percentages

%0
%11.43
%64.76
%17.65

Codes

Color #D2BA4A in popluar color models

D2BA4A
RGB21018674
HSL49°60.18%55.69%
HSB/HSV49°64.76%82.35%
CMYK0.00%11.43%64.76%
17.65%

Color #D2BA4A in popluar number systems.

HEXD2BA4A
Decimal21018674
Binary11010010101110101001010
Octal322272112

Shades and tints

Shades of #D2BA4A

#D2BA4A
(210,186,74)
#BFAA44
(191,170,68)
#AC9A3E
(172,154,62)
#998A38
(153,138,56)
#867A32
(134,122,50)
#736A2C
(115,106,44)
#605A26
(96,90,38)
#4D4A20
(77,74,32)
#3A3A1A
(58,58,26)
#272A14
(39,42,20)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #D2BA4A

#D2BA4A
(210,186,74)
#D6C05A
(214,192,90)
#DAC66A
(218,198,106)
#DECC7A
(222,204,122)
#E2D28A
(226,210,138)
#E6D89A
(230,216,154)
#EADEAA
(234,222,170)
#EEE4BA
(238,228,186)
#F2EACA
(242,234,202)
#F6F0DA
(246,240,218)
#FAF6EA
(250,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BA4A color. Also use rgb(210,186,74) instead hex code.

Text Font Color

.myTextColor { color: #D2BA4A; }

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

This text font color is #D2BA4A.


Background Color

.myBgColor { background-color: #D2BA4A; }

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

This div background color is #D2BA4A.


Border color

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

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

This div border color is #D2BA4A.


Opacity

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

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

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

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

This text has shadow with #D2BA4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BA4A on black background.


Color preview on white background

This text has color #D2BA4A on white background.



Black color preview on #D2BA4A background

This text has black color on #D2BA4A background.


White color preview on #D2BA4A background

This text has white color on #D2BA4A background.