COLOR #D3B259

HEX: #D3B259
RGB: (211,178,89)

Color info

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

RGB color model

#D3B259 color RGB value is (211,178,89).

  • red value is 211;
  • green value is 178;
  • blue value is 89.
RGB:
(211,178,89)
(83%,70%,35%)

RGB channels and saturation

R 211 of 255 = 83%
G 178 of 255 = 70%
B 89 of 255 = 35%

211
178
89

R + G + B ~ 63%. #D3B259 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 178 + 89 = 478 (100%)
R 211 of 478 ~ 44.14%
G 178 of 478 ~ 37.24%
B 89 of 478 ~ 18.62%

%44.14
%37.24
%18.62

CMYK color model

#D3B259 color CMYK value is (0,16,58,17).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 57.82%
  • key color value is 17.25%
CMYK:
(0,16,58,17)
C0M16Y58K17 
(0%,16%,58%,17%)
(0.00/0.16/0.58/0.17)	

CMYK percentages

%0
%15.64
%57.82
%17.25

Codes

Color #D3B259 in popluar color models

D3B259
RGB21117889
HSL44°58.10%58.82%
HSB/HSV44°57.82%82.75%
CMYK0.00%15.64%57.82%
17.25%

Color #D3B259 in popluar number systems.

HEXD3B259
Decimal21117889
Binary11010011101100101011001
Octal323262131

Shades and tints

Shades of #D3B259

#D3B259
(211,178,89)
#C0A251
(192,162,81)
#AD9249
(173,146,73)
#9A8241
(154,130,65)
#877239
(135,114,57)
#746231
(116,98,49)
#615229
(97,82,41)
#4E4221
(78,66,33)
#3B3219
(59,50,25)
#282211
(40,34,17)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #D3B259

#D3B259
(211,178,89)
#D7B968
(215,185,104)
#DBC077
(219,192,119)
#DFC786
(223,199,134)
#E3CE95
(227,206,149)
#E7D5A4
(231,213,164)
#EBDCB3
(235,220,179)
#EFE3C2
(239,227,194)
#F3EAD1
(243,234,209)
#F7F1E0
(247,241,224)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B259 color. Also use rgb(211,178,89) instead hex code.

Text Font Color

.myTextColor { color: #D3B259; }

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

This text font color is #D3B259.


Background Color

.myBgColor { background-color: #D3B259; }

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

This div background color is #D3B259.


Border color

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

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

This div border color is #D3B259.


Opacity

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

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

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

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

This text has shadow with #D3B259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B259 on black background.


Color preview on white background

This text has color #D3B259 on white background.



Black color preview on #D3B259 background

This text has black color on #D3B259 background.


White color preview on #D3B259 background

This text has white color on #D3B259 background.