COLOR #D3B63F

HEX: #D3B63F
RGB: (211,182,63)

Color info

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

RGB color model

#D3B63F color RGB value is (211,182,63).

  • red value is 211;
  • green value is 182;
  • blue value is 63.
RGB:
(211,182,63)
(83%,71%,25%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 63 of 255 = 25%

211
182
63

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

Portions of RGB colors in percentages

R + G + B =
211 + 182 + 63 = 456 (100%)
R 211 of 456 ~ 46.27%
G 182 of 456 ~ 39.91%
B 63 of 456 ~ 13.82%

%46.27
%39.91
%13.82

CMYK color model

#D3B63F color CMYK value is (0,14,70,17).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 70.14%
  • key color value is 17.25%
CMYK:
(0,14,70,17)
C0M14Y70K17 
(0%,14%,70%,17%)
(0.00/0.14/0.70/0.17)	

CMYK percentages

%0
%13.74
%70.14
%17.25

Codes

Color #D3B63F in popluar color models

D3B63F
RGB21118263
HSL48°62.71%53.73%
HSB/HSV48°70.14%82.75%
CMYK0.00%13.74%70.14%
17.25%

Color #D3B63F in popluar number systems.

HEXD3B63F
Decimal21118263
Binary1101001110110110111111
Octal32326677

Shades and tints

Shades of #D3B63F

#D3B63F
(211,182,63)
#C0A63A
(192,166,58)
#AD9635
(173,150,53)
#9A8630
(154,134,48)
#87762B
(135,118,43)
#746626
(116,102,38)
#615621
(97,86,33)
#4E461C
(78,70,28)
#3B3617
(59,54,23)
#282612
(40,38,18)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #D3B63F

#D3B63F
(211,182,63)
#D7BC50
(215,188,80)
#DBC261
(219,194,97)
#DFC872
(223,200,114)
#E3CE83
(227,206,131)
#E7D494
(231,212,148)
#EBDAA5
(235,218,165)
#EFE0B6
(239,224,182)
#F3E6C7
(243,230,199)
#F7ECD8
(247,236,216)
#FBF2E9
(251,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B63F color. Also use rgb(211,182,63) instead hex code.

Text Font Color

.myTextColor { color: #D3B63F; }

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

This text font color is #D3B63F.


Background Color

.myBgColor { background-color: #D3B63F; }

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

This div background color is #D3B63F.


Border color

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

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

This div border color is #D3B63F.


Opacity

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

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

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

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

This text has shadow with #D3B63F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B63F on black background.


Color preview on white background

This text has color #D3B63F on white background.



Black color preview on #D3B63F background

This text has black color on #D3B63F background.


White color preview on #D3B63F background

This text has white color on #D3B63F background.