COLOR #D5BB6B

HEX: #D5BB6B
RGB: (213,187,107)

Color info

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

RGB color model

#D5BB6B color RGB value is (213,187,107).

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

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 107 of 255 = 42%

213
187
107

R + G + B ~ 66%. #D5BB6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 187 + 107 = 507 (100%)
R 213 of 507 ~ 42.01%
G 187 of 507 ~ 36.88%
B 107 of 507 ~ 21.1%

%42.01
%36.88
%21.1

CMYK color model

#D5BB6B color CMYK value is (0,12,50,16).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 49.77%
  • key color value is 16.47%
CMYK:
(0,12,50,16)
C0M12Y50K16 
(0%,12%,50%,16%)
(0.00/0.12/0.50/0.16)	

CMYK percentages

%0
%12.21
%49.77
%16.47

Codes

Color #D5BB6B in popluar color models

D5BB6B
RGB213187107
HSL45°55.79%62.75%
HSB/HSV45°49.77%83.53%
CMYK0.00%12.21%49.77%
16.47%

Color #D5BB6B in popluar number systems.

HEXD5BB6B
Decimal213187107
Binary11010101101110111101011
Octal325273153

Shades and tints

Shades of #D5BB6B

#D5BB6B
(213,187,107)
#C2AA62
(194,170,98)
#AF9959
(175,153,89)
#9C8850
(156,136,80)
#897747
(137,119,71)
#76663E
(118,102,62)
#635535
(99,85,53)
#50442C
(80,68,44)
#3D3323
(61,51,35)
#2A221A
(42,34,26)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #D5BB6B

#D5BB6B
(213,187,107)
#D8C178
(216,193,120)
#DBC785
(219,199,133)
#DECD92
(222,205,146)
#E1D39F
(225,211,159)
#E4D9AC
(228,217,172)
#E7DFB9
(231,223,185)
#EAE5C6
(234,229,198)
#EDEBD3
(237,235,211)
#F0F1E0
(240,241,224)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BB6B; }

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

This text font color is #D5BB6B.


Background Color

.myBgColor { background-color: #D5BB6B; }

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

This div background color is #D5BB6B.


Border color

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

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

This div border color is #D5BB6B.


Opacity

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

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

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

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

This text has shadow with #D5BB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BB6B on black background.


Color preview on white background

This text has color #D5BB6B on white background.



Black color preview on #D5BB6B background

This text has black color on #D5BB6B background.


White color preview on #D5BB6B background

This text has white color on #D5BB6B background.