COLOR #D3B359

HEX: #D3B359
RGB: (211,179,89)

Color info

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

RGB color model

#D3B359 color RGB value is (211,179,89).

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

RGB channels and saturation

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

211
179
89

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

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 89 = 479 (100%)
R 211 of 479 ~ 44.05%
G 179 of 479 ~ 37.37%
B 89 of 479 ~ 18.58%

%44.05
%37.37
%18.58

CMYK color model

#D3B359 color CMYK value is (0,15,58,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 57.82%
  • key color value is 17.25%
CMYK:
(0,15,58,17)
C0M15Y58K17 
(0%,15%,58%,17%)
(0.00/0.15/0.58/0.17)	

CMYK percentages

%0
%15.17
%57.82
%17.25

Codes

Color #D3B359 in popluar color models

D3B359
RGB21117989
HSL44°58.10%58.82%
HSB/HSV44°57.82%82.75%
CMYK0.00%15.17%57.82%
17.25%

Color #D3B359 in popluar number systems.

HEXD3B359
Decimal21117989
Binary11010011101100111011001
Octal323263131

Shades and tints

Shades of #D3B359

#D3B359
(211,179,89)
#C0A351
(192,163,81)
#AD9349
(173,147,73)
#9A8341
(154,131,65)
#877339
(135,115,57)
#746331
(116,99,49)
#615329
(97,83,41)
#4E4321
(78,67,33)
#3B3319
(59,51,25)
#282311
(40,35,17)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #D3B359

#D3B359
(211,179,89)
#D7B968
(215,185,104)
#DBBF77
(219,191,119)
#DFC586
(223,197,134)
#E3CB95
(227,203,149)
#E7D1A4
(231,209,164)
#EBD7B3
(235,215,179)
#EFDDC2
(239,221,194)
#F3E3D1
(243,227,209)
#F7E9E0
(247,233,224)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B359; }

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

This text font color is #D3B359.


Background Color

.myBgColor { background-color: #D3B359; }

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

This div background color is #D3B359.


Border color

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

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

This div border color is #D3B359.


Opacity

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

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

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

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

This text has shadow with #D3B359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B359 on black background.


Color preview on white background

This text has color #D3B359 on white background.



Black color preview on #D3B359 background

This text has black color on #D3B359 background.


White color preview on #D3B359 background

This text has white color on #D3B359 background.