COLOR #D5B657

HEX: #D5B657
RGB: (213,182,87)

Color info

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

RGB color model

#D5B657 color RGB value is (213,182,87).

  • red value is 213;
  • green value is 182;
  • blue value is 87.
RGB:
(213,182,87)
(84%,71%,34%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 87 of 255 = 34%

213
182
87

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

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 87 = 482 (100%)
R 213 of 482 ~ 44.19%
G 182 of 482 ~ 37.76%
B 87 of 482 ~ 18.05%

%44.19
%37.76
%18.05

CMYK color model

#D5B657 color CMYK value is (0,15,59,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 59.15%
  • key color value is 16.47%
CMYK:
(0,15,59,16)
C0M15Y59K16 
(0%,15%,59%,16%)
(0.00/0.15/0.59/0.16)	

CMYK percentages

%0
%14.55
%59.15
%16.47

Codes

Color #D5B657 in popluar color models

D5B657
RGB21318287
HSL45°60.00%58.82%
HSB/HSV45°59.15%83.53%
CMYK0.00%14.55%59.15%
16.47%

Color #D5B657 in popluar number systems.

HEXD5B657
Decimal21318287
Binary11010101101101101010111
Octal325266127

Shades and tints

Shades of #D5B657

#D5B657
(213,182,87)
#C2A650
(194,166,80)
#AF9649
(175,150,73)
#9C8642
(156,134,66)
#89763B
(137,118,59)
#766634
(118,102,52)
#63562D
(99,86,45)
#504626
(80,70,38)
#3D361F
(61,54,31)
#2A2618
(42,38,24)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #D5B657

#D5B657
(213,182,87)
#D8BC66
(216,188,102)
#DBC275
(219,194,117)
#DEC884
(222,200,132)
#E1CE93
(225,206,147)
#E4D4A2
(228,212,162)
#E7DAB1
(231,218,177)
#EAE0C0
(234,224,192)
#EDE6CF
(237,230,207)
#F0ECDE
(240,236,222)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B657 color. Also use rgb(213,182,87) instead hex code.

Text Font Color

.myTextColor { color: #D5B657; }

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

This text font color is #D5B657.


Background Color

.myBgColor { background-color: #D5B657; }

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

This div background color is #D5B657.


Border color

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

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

This div border color is #D5B657.


Opacity

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

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

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

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

This text has shadow with #D5B657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B657 on black background.


Color preview on white background

This text has color #D5B657 on white background.



Black color preview on #D5B657 background

This text has black color on #D5B657 background.


White color preview on #D5B657 background

This text has white color on #D5B657 background.