COLOR #D3BE74

HEX: #D3BE74
RGB: (211,190,116)

Color info

#D3BE74 contains mainly red and green colors. Web safe color of #D3BE74 is #CCCC66 (or #CC6).

RGB color model

#D3BE74 color RGB value is (211,190,116).

  • red value is 211;
  • green value is 190;
  • blue value is 116.
RGB:
(211,190,116)
(83%,75%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 116 of 255 = 45%

211
190
116

R + G + B ~ 68%. #D3BE74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 116 = 517 (100%)
R 211 of 517 ~ 40.81%
G 190 of 517 ~ 36.75%
B 116 of 517 ~ 22.44%

%40.81
%36.75
%22.44

CMYK color model

#D3BE74 color CMYK value is (0,10,45,17).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 45.02%
  • key color value is 17.25%
CMYK:
(0,10,45,17)
C0M10Y45K17 
(0%,10%,45%,17%)
(0.00/0.10/0.45/0.17)	

CMYK percentages

%0
%9.95
%45.02
%17.25

Codes

Color #D3BE74 in popluar color models

D3BE74
RGB211190116
HSL47°51.91%64.12%
HSB/HSV47°45.02%82.75%
CMYK0.00%9.95%45.02%
17.25%

Color #D3BE74 in popluar number systems.

HEXD3BE74
Decimal211190116
Binary11010011101111101110100
Octal323276164

Shades and tints

Shades of #D3BE74

#D3BE74
(211,190,116)
#C0AD6A
(192,173,106)
#AD9C60
(173,156,96)
#9A8B56
(154,139,86)
#877A4C
(135,122,76)
#746942
(116,105,66)
#615838
(97,88,56)
#4E472E
(78,71,46)
#3B3624
(59,54,36)
#28251A
(40,37,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #D3BE74

#D3BE74
(211,190,116)
#D7C380
(215,195,128)
#DBC88C
(219,200,140)
#DFCD98
(223,205,152)
#E3D2A4
(227,210,164)
#E7D7B0
(231,215,176)
#EBDCBC
(235,220,188)
#EFE1C8
(239,225,200)
#F3E6D4
(243,230,212)
#F7EBE0
(247,235,224)
#FBF0EC
(251,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BE74 color. Also use rgb(211,190,116) instead hex code.

Text Font Color

.myTextColor { color: #D3BE74; }

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

This text font color is #D3BE74.


Background Color

.myBgColor { background-color: #D3BE74; }

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

This div background color is #D3BE74.


Border color

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

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

This div border color is #D3BE74.


Opacity

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

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

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

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

This text has shadow with #D3BE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BE74 on black background.


Color preview on white background

This text has color #D3BE74 on white background.



Black color preview on #D3BE74 background

This text has black color on #D3BE74 background.


White color preview on #D3BE74 background

This text has white color on #D3BE74 background.