COLOR #D5B87D

HEX: #D5B87D RGB: (213,184,125)

Color info

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

RGB color model

#D5B87D color RGB value is (213,184,125).

RGB: (213,184,125) (84%, 72%, 49%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 125 of 255 = 49%

213
184
125

R + G + B ~ 68%. #D5B87D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 184 + 125 = 522 (100%)
R 213 of 522 ~ 40.8%
G 184 of 522 ~ 35.25%
B 125 of 522 ~ 23.95'%

%40.8
%35.25
%23.95

CMYK color model

#D5B87D color CMYK value is (0,14,41,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 41.31%
  • key color value is 16.47%

CMYK: (0,14,41,16)
C0M14Y41K16 (0%, 14%, 41%, 16%)
(0.00 / 0.14 / 0.41 / 0.16)

CMYK percentages

%0
%13.62
%41.31
%16.47

Codes

Color #D5B87D in popluar color models

D5 B8 7D
RGB 213 184 125
HSL 40° 51.16% 66.27%
HSB/HSV 40° 41.31% 83.53%
CMYK 0.00% 13.62% 41.31%
16.47%

Color #D5B87D in popluar number systems.

HEX D5 B8 7D
Decimal 213 184 125
Binary 11010101 10111000 1111101
Octal 325 270 175

Shades and tints

Shades of #D5B87D

#D5B87D
(213,184,125)
#C2A872
(194,168,114)
#AF9867
(175,152,103)
#9C885C
(156,136,92)
#897851
(137,120,81)
#766846
(118,104,70)
#63583B
(99,88,59)
#504830
(80,72,48)
#3D3825
(61,56,37)
#2A281A
(42,40,26)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #D5B87D

#D5B87D
(213,184,125)
#D8BE88
(216,190,136)
#DBC493
(219,196,147)
#DECA9E
(222,202,158)
#E1D0A9
(225,208,169)
#E4D6B4
(228,214,180)
#E7DCBF
(231,220,191)
#EAE2CA
(234,226,202)
#EDE8D5
(237,232,213)
#F0EEE0
(240,238,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B87D; }

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

This text font color is #D5B87D.

Background Color

.myBgColor { background-color: #D5B87D; }

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

This div background color is #D5B87D.

Border color

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

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

This div border color is #D5B87D.

Opacity

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

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

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

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

This text has shadow with #D5B87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B87D.

Preview

Color preview on black background

This text has color #D5B87D on black background.


Color preview on white background

This text has color #D5B87D on white background.


Black color preview on #D5B87D background

This text has black color on #D5B87D background.


White color preview on #D5B87D background

This text has white color on #D5B87D background.


Related colors

Complementary color

Complementary color for #hex is #2A4782.


I love getcolorcode.com

Triadic colors

1 #7DD5B8 and #B87DD5 with #D5B87D are triadic colors.

2 #7DB8D5 and #B8D57D with #D5B87D are triadic colors.