COLOR #D5BB73

HEX: #D5BB73
RGB: (213,187,115)

Color info

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

RGB color model

#D5BB73 color RGB value is (213,187,115).

  • red value is 213;
  • green value is 187;
  • blue value is 115.
RGB:
(213,187,115)
(84%,73%,45%)

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 115 of 255 = 45%

213
187
115

R + G + B ~ 67%. #D5BB73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 187 + 115 = 515 (100%)
R 213 of 515 ~ 41.36%
G 187 of 515 ~ 36.31%
B 115 of 515 ~ 22.33%

%41.36
%36.31
%22.33

CMYK color model

#D5BB73 color CMYK value is (0,12,46,16).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 46.01%
  • key color value is 16.47%
CMYK:
(0,12,46,16)
C0M12Y46K16 
(0%,12%,46%,16%)
(0.00/0.12/0.46/0.16)	

CMYK percentages

%0
%12.21
%46.01
%16.47

Codes

Color #D5BB73 in popluar color models

D5BB73
RGB213187115
HSL44°53.85%64.31%
HSB/HSV44°46.01%83.53%
CMYK0.00%12.21%46.01%
16.47%

Color #D5BB73 in popluar number systems.

HEXD5BB73
Decimal213187115
Binary11010101101110111110011
Octal325273163

Shades and tints

Shades of #D5BB73

#D5BB73
(213,187,115)
#C2AA69
(194,170,105)
#AF995F
(175,153,95)
#9C8855
(156,136,85)
#89774B
(137,119,75)
#766641
(118,102,65)
#635537
(99,85,55)
#50442D
(80,68,45)
#3D3323
(61,51,35)
#2A2219
(42,34,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #D5BB73

#D5BB73
(213,187,115)
#D8C17F
(216,193,127)
#DBC78B
(219,199,139)
#DECD97
(222,205,151)
#E1D3A3
(225,211,163)
#E4D9AF
(228,217,175)
#E7DFBB
(231,223,187)
#EAE5C7
(234,229,199)
#EDEBD3
(237,235,211)
#F0F1DF
(240,241,223)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BB73 color. Also use rgb(213,187,115) instead hex code.

Text Font Color

.myTextColor { color: #D5BB73; }

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

This text font color is #D5BB73.


Background Color

.myBgColor { background-color: #D5BB73; }

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

This div background color is #D5BB73.


Border color

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

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

This div border color is #D5BB73.


Opacity

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

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

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

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

This text has shadow with #D5BB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BB73 on black background.


Color preview on white background

This text has color #D5BB73 on white background.



Black color preview on #D5BB73 background

This text has black color on #D5BB73 background.


White color preview on #D5BB73 background

This text has white color on #D5BB73 background.