COLOR #D8A37B

HEX: #D8A37B
RGB: (216,163,123)

Color info

#D8A37B contains mainly red and green colors. Web safe color of #D8A37B is #CC9966 (or #C96).

RGB color model

#D8A37B color RGB value is (216,163,123).

  • red value is 216;
  • green value is 163;
  • blue value is 123.
RGB:
(216,163,123)
(85%,64%,48%)

RGB channels and saturation

R 216 of 255 = 85%
G 163 of 255 = 64%
B 123 of 255 = 48%

216
163
123

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

Portions of RGB colors in percentages

R + G + B =
216 + 163 + 123 = 502 (100%)
R 216 of 502 ~ 43.03%
G 163 of 502 ~ 32.47%
B 123 of 502 ~ 24.5%

%43.03
%32.47
%24.5

CMYK color model

#D8A37B color CMYK value is (0,25,43,15).

  • cyan value is 0.00%
  • magenta value is 24.54%
  • yellow value is 43.06%
  • key color value is 15.29%
CMYK:
(0,25,43,15)
C0M25Y43K15 
(0%,25%,43%,15%)
(0.00/0.25/0.43/0.15)	

CMYK percentages

%0
%24.54
%43.06
%15.29

Codes

Color #D8A37B in popluar color models

D8A37B
RGB216163123
HSL26°54.39%66.47%
HSB/HSV26°43.06%84.71%
CMYK0.00%24.54%43.06%
15.29%

Color #D8A37B in popluar number systems.

HEXD8A37B
Decimal216163123
Binary11011000101000111111011
Octal330243173

Shades and tints

Shades of #D8A37B

#D8A37B
(216,163,123)
#C59570
(197,149,112)
#B28765
(178,135,101)
#9F795A
(159,121,90)
#8C6B4F
(140,107,79)
#795D44
(121,93,68)
#664F39
(102,79,57)
#53412E
(83,65,46)
#403323
(64,51,35)
#2D2518
(45,37,24)
#1A170D
(26,23,13)
#000000
(0,0,0)

Tints of #D8A37B

#D8A37B
(216,163,123)
#DBAB87
(219,171,135)
#DEB393
(222,179,147)
#E1BB9F
(225,187,159)
#E4C3AB
(228,195,171)
#E7CBB7
(231,203,183)
#EAD3C3
(234,211,195)
#EDDBCF
(237,219,207)
#F0E3DB
(240,227,219)
#F3EBE7
(243,235,231)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A37B color. Also use rgb(216,163,123) instead hex code.

Text Font Color

.myTextColor { color: #D8A37B; }

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

This text font color is #D8A37B.


Background Color

.myBgColor { background-color: #D8A37B; }

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

This div background color is #D8A37B.


Border color

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

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

This div border color is #D8A37B.


Opacity

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

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

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

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

This text has shadow with #D8A37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A37B on black background.


Color preview on white background

This text has color #D8A37B on white background.



Black color preview on #D8A37B background

This text has black color on #D8A37B background.


White color preview on #D8A37B background

This text has white color on #D8A37B background.