COLOR #D3B14F

HEX: #D3B14F RGB: (211,177,79)

Color info

#D3B14F contains mainly red and green colors. Web safe color of #D3B14F is #CC9966 (or #C96).

RGB color model

#D3B14F color RGB value is (211,177,79).

RGB: (211,177,79) (83%, 69%, 31%)

RGB channels and saturation

R 211 of 255 = 83%
G 177 of 255 = 69%
B 79 of 255 = 31%

211
177
79

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

Portions of RGB colors in percentages

R + G + B = 211 + 177 + 79 = 467 (100%)
R 211 of 467 ~ 45.18%
G 177 of 467 ~ 37.9%
B 79 of 467 ~ 16.92'%

%45.18
%37.9
%16.92

CMYK color model

#D3B14F color CMYK value is (0,16,63,17).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 62.56%
  • key color value is 17.25%

CMYK: (0,16,63,17)
C0M16Y63K17 (0%, 16%, 63%, 17%)
(0.00 / 0.16 / 0.63 / 0.17)

CMYK percentages

%0
%16.11
%62.56
%17.25

Codes

Color #D3B14F in popluar color models

D3 B1 4F
RGB 211 177 79
HSL 45° 60.00% 56.86%
HSB/HSV 45° 62.56% 82.75%
CMYK 0.00% 16.11% 62.56%
17.25%

Color #D3B14F in popluar number systems.

HEX D3 B1 4F
Decimal 211 177 79
Binary 11010011 10110001 1001111
Octal 323 261 117

Shades and tints

Shades of #D3B14F

#D3B14F
(211,177,79)
#C0A148
(192,161,72)
#AD9141
(173,145,65)
#9A813A
(154,129,58)
#877133
(135,113,51)
#74612C
(116,97,44)
#615125
(97,81,37)
#4E411E
(78,65,30)
#3B3117
(59,49,23)
#282110
(40,33,16)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #D3B14F

#D3B14F
(211,177,79)
#D7B85F
(215,184,95)
#DBBF6F
(219,191,111)
#DFC67F
(223,198,127)
#E3CD8F
(227,205,143)
#E7D49F
(231,212,159)
#EBDBAF
(235,219,175)
#EFE2BF
(239,226,191)
#F3E9CF
(243,233,207)
#F7F0DF
(247,240,223)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B14F color. Also use rgb(211,177,79) instead hex code.

Text Font Color

.myTextColor { color: #D3B14F; }

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

This text font color is #D3B14F.

Background Color

.myBgColor { background-color: #D3B14F; }

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

This div background color is #D3B14F.

Border color

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

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

This div border color is #D3B14F.

Opacity

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

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

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

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

This text has shadow with #D3B14F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B14F.

Preview

Color preview on black background

This text has color #D3B14F on black background.


Color preview on white background

This text has color #D3B14F on white background.


Black color preview on #D3B14F background

This text has black color on #D3B14F background.


White color preview on #D3B14F background

This text has white color on #D3B14F background.


Related colors

Complementary color

Complementary color for #hex is #2C4EB0.


I love getcolorcode.com

Triadic colors

1 #4FD3B1 and #B14FD3 with #D3B14F are triadic colors.

2 #4FB1D3 and #B1D34F with #D3B14F are triadic colors.