COLOR #D3B863

HEX: #D3B863
RGB: (211,184,99)

Color info

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

RGB color model

#D3B863 color RGB value is (211,184,99).

  • red value is 211;
  • green value is 184;
  • blue value is 99.
RGB:
(211,184,99)
(83%,72%,39%)

RGB channels and saturation

R 211 of 255 = 83%
G 184 of 255 = 72%
B 99 of 255 = 39%

211
184
99

R + G + B ~ 65%. #D3B863 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 184 + 99 = 494 (100%)
R 211 of 494 ~ 42.71%
G 184 of 494 ~ 37.25%
B 99 of 494 ~ 20.04%

%42.71
%37.25
%20.04

CMYK color model

#D3B863 color CMYK value is (0,13,53,17).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 53.08%
  • key color value is 17.25%
CMYK:
(0,13,53,17)
C0M13Y53K17 
(0%,13%,53%,17%)
(0.00/0.13/0.53/0.17)	

CMYK percentages

%0
%12.8
%53.08
%17.25

Codes

Color #D3B863 in popluar color models

D3B863
RGB21118499
HSL46°56.00%60.78%
HSB/HSV46°53.08%82.75%
CMYK0.00%12.80%53.08%
17.25%

Color #D3B863 in popluar number systems.

HEXD3B863
Decimal21118499
Binary11010011101110001100011
Octal323270143

Shades and tints

Shades of #D3B863

#D3B863
(211,184,99)
#C0A85A
(192,168,90)
#AD9851
(173,152,81)
#9A8848
(154,136,72)
#87783F
(135,120,63)
#746836
(116,104,54)
#61582D
(97,88,45)
#4E4824
(78,72,36)
#3B381B
(59,56,27)
#282812
(40,40,18)
#151809
(21,24,9)
#000000
(0,0,0)

Tints of #D3B863

#D3B863
(211,184,99)
#D7BE71
(215,190,113)
#DBC47F
(219,196,127)
#DFCA8D
(223,202,141)
#E3D09B
(227,208,155)
#E7D6A9
(231,214,169)
#EBDCB7
(235,220,183)
#EFE2C5
(239,226,197)
#F3E8D3
(243,232,211)
#F7EEE1
(247,238,225)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B863; }

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

This text font color is #D3B863.


Background Color

.myBgColor { background-color: #D3B863; }

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

This div background color is #D3B863.


Border color

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

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

This div border color is #D3B863.


Opacity

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

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

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

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

This text has shadow with #D3B863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B863 on black background.


Color preview on white background

This text has color #D3B863 on white background.



Black color preview on #D3B863 background

This text has black color on #D3B863 background.


White color preview on #D3B863 background

This text has white color on #D3B863 background.