COLOR #D3B82A

HEX: #D3B82A RGB: (211,184,42)

Color info

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

RGB color model

#D3B82A color RGB value is (211,184,42).

RGB: (211,184,42) (83%, 72%, 16%)

RGB channels and saturation

R 211 of 255 = 83%
G 184 of 255 = 72%
B 42 of 255 = 16%

211
184
42

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

Portions of RGB colors in percentages

R + G + B = 211 + 184 + 42 = 437 (100%)
R 211 of 437 ~ 48.28%
G 184 of 437 ~ 42.11%
B 42 of 437 ~ 9.61'%

%48.28
%42.11

CMYK color model

#D3B82A color CMYK value is (0,13,80,17).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 80.09%
  • key color value is 17.25%

CMYK: (0,13,80,17)
C0M13Y80K17 (0%, 13%, 80%, 17%)
(0.00 / 0.13 / 0.80 / 0.17)

CMYK percentages

%0
%12.8
%80.09
%17.25

Codes

Color #D3B82A in popluar color models

D3 B8 2A
RGB 211 184 42
HSL 50° 66.80% 49.61%
HSB/HSV 50° 80.09% 82.75%
CMYK 0.00% 12.80% 80.09%
17.25%

Color #D3B82A in popluar number systems.

HEX D3 B8 2A
Decimal 211 184 42
Binary 11010011 10111000 101010
Octal 323 270 52

Shades and tints

Shades of #D3B82A

#D3B82A
(211,184,42)
#C0A827
(192,168,39)
#AD9824
(173,152,36)
#9A8821
(154,136,33)
#87781E
(135,120,30)
#74681B
(116,104,27)
#615818
(97,88,24)
#4E4815
(78,72,21)
#3B3812
(59,56,18)
#28280F
(40,40,15)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #D3B82A

#D3B82A
(211,184,42)
#D7BE3D
(215,190,61)
#DBC450
(219,196,80)
#DFCA63
(223,202,99)
#E3D076
(227,208,118)
#E7D689
(231,214,137)
#EBDC9C
(235,220,156)
#EFE2AF
(239,226,175)
#F3E8C2
(243,232,194)
#F7EED5
(247,238,213)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B82A color. Also use rgb(211,184,42) instead hex code.

Text Font Color

.myTextColor { color: #D3B82A; }

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

This text font color is #D3B82A.

Background Color

.myBgColor { background-color: #D3B82A; }

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

This div background color is #D3B82A.

Border color

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

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

This div border color is #D3B82A.

Opacity

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

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

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

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

This text has shadow with #D3B82A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B82A.

Preview

Color preview on black background

This text has color #D3B82A on black background.


Color preview on white background

This text has color #D3B82A on white background.


Black color preview on #D3B82A background

This text has black color on #D3B82A background.


White color preview on #D3B82A background

This text has white color on #D3B82A background.


Related colors

Complementary color

Complementary color for #hex is #2C47D5.


I love getcolorcode.com

Triadic colors

1 #2AD3B8 and #B82AD3 with #D3B82A are triadic colors.

2 #2AB8D3 and #B8D32A with #D3B82A are triadic colors.