COLOR #D3B459

HEX: #D3B459
RGB: (211,180,89)

Color info

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

RGB color model

#D3B459 color RGB value is (211,180,89).

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

RGB channels and saturation

R 211 of 255 = 83%
G 180 of 255 = 71%
B 89 of 255 = 35%

211
180
89

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

Portions of RGB colors in percentages

R + G + B =
211 + 180 + 89 = 480 (100%)
R 211 of 480 ~ 43.96%
G 180 of 480 ~ 37.5%
B 89 of 480 ~ 18.54%

%43.96
%37.5
%18.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.69%
  • 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
%14.69
%57.82
%17.25

Codes

Color #D3B459 in popluar color models

D3B459
RGB21118089
HSL45°58.10%58.82%
HSB/HSV45°57.82%82.75%
CMYK0.00%14.69%57.82%
17.25%

Color #D3B459 in popluar number systems.

HEXD3B459
Decimal21118089
Binary11010011101101001011001
Octal323264131

Shades and tints

Shades of #D3B459

#D3B459
(211,180,89)
#C0A451
(192,164,81)
#AD9449
(173,148,73)
#9A8441
(154,132,65)
#877439
(135,116,57)
#746431
(116,100,49)
#615429
(97,84,41)
#4E4421
(78,68,33)
#3B3419
(59,52,25)
#282411
(40,36,17)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #D3B459

#D3B459
(211,180,89)
#D7BA68
(215,186,104)
#DBC077
(219,192,119)
#DFC686
(223,198,134)
#E3CC95
(227,204,149)
#E7D2A4
(231,210,164)
#EBD8B3
(235,216,179)
#EFDEC2
(239,222,194)
#F3E4D1
(243,228,209)
#F7EAE0
(247,234,224)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B459; }

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

This text font color is #D3B459.


Background Color

.myBgColor { background-color: #D3B459; }

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

This div background color is #D3B459.


Border color

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

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

This div border color is #D3B459.


Opacity

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

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

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

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

This text has shadow with #D3B459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B459 on black background.


Color preview on white background

This text has color #D3B459 on white background.



Black color preview on #D3B459 background

This text has black color on #D3B459 background.


White color preview on #D3B459 background

This text has white color on #D3B459 background.