COLOR #D5B86C

HEX: #D5B86C
RGB: (213,184,108)

Color info

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

RGB color model

#D5B86C color RGB value is (213,184,108).

  • red value is 213;
  • green value is 184;
  • blue value is 108.
RGB:
(213,184,108)
(84%,72%,42%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 108 of 255 = 42%

213
184
108

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 108 = 505 (100%)
R 213 of 505 ~ 42.18%
G 184 of 505 ~ 36.44%
B 108 of 505 ~ 21.39%

%42.18
%36.44
%21.39

CMYK color model

#D5B86C color CMYK value is (0,14,49,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 49.30%
  • key color value is 16.47%
CMYK:
(0,14,49,16)
C0M14Y49K16 
(0%,14%,49%,16%)
(0.00/0.14/0.49/0.16)	

CMYK percentages

%0
%13.62
%49.3
%16.47

Codes

Color #D5B86C in popluar color models

D5B86C
RGB213184108
HSL43°55.56%62.94%
HSB/HSV43°49.30%83.53%
CMYK0.00%13.62%49.30%
16.47%

Color #D5B86C in popluar number systems.

HEXD5B86C
Decimal213184108
Binary11010101101110001101100
Octal325270154

Shades and tints

Shades of #D5B86C

#D5B86C
(213,184,108)
#C2A863
(194,168,99)
#AF985A
(175,152,90)
#9C8851
(156,136,81)
#897848
(137,120,72)
#76683F
(118,104,63)
#635836
(99,88,54)
#50482D
(80,72,45)
#3D3824
(61,56,36)
#2A281B
(42,40,27)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #D5B86C

#D5B86C
(213,184,108)
#D8BE79
(216,190,121)
#DBC486
(219,196,134)
#DECA93
(222,202,147)
#E1D0A0
(225,208,160)
#E4D6AD
(228,214,173)
#E7DCBA
(231,220,186)
#EAE2C7
(234,226,199)
#EDE8D4
(237,232,212)
#F0EEE1
(240,238,225)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B86C color. Also use rgb(213,184,108) instead hex code.

Text Font Color

.myTextColor { color: #D5B86C; }

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

This text font color is #D5B86C.


Background Color

.myBgColor { background-color: #D5B86C; }

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

This div background color is #D5B86C.


Border color

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

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

This div border color is #D5B86C.


Opacity

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

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

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

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

This text has shadow with #D5B86C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B86C on black background.


Color preview on white background

This text has color #D5B86C on white background.



Black color preview on #D5B86C background

This text has black color on #D5B86C background.


White color preview on #D5B86C background

This text has white color on #D5B86C background.