COLOR #D0A37B

HEX: #D0A37B
RGB: (208,163,123)

Color info

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

RGB color model

#D0A37B color RGB value is (208,163,123).

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

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 123 of 255 = 48%

208
163
123

R + G + B ~ 65%. #D0A37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 163 + 123 = 494 (100%)
R 208 of 494 ~ 42.11%
G 163 of 494 ~ 33%
B 123 of 494 ~ 24.9%

%42.11
%33
%24.9

CMYK color model

#D0A37B color CMYK value is (0,22,41,18).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 40.87%
  • key color value is 18.43%
CMYK:
(0,22,41,18)
C0M22Y41K18 
(0%,22%,41%,18%)
(0.00/0.22/0.41/0.18)	

CMYK percentages

%0
%21.63
%40.87
%18.43

Codes

Color #D0A37B in popluar color models

D0A37B
RGB208163123
HSL28°47.49%64.90%
HSB/HSV28°40.87%81.57%
CMYK0.00%21.63%40.87%
18.43%

Color #D0A37B in popluar number systems.

HEXD0A37B
Decimal208163123
Binary11010000101000111111011
Octal320243173

Shades and tints

Shades of #D0A37B

#D0A37B
(208,163,123)
#BE9570
(190,149,112)
#AC8765
(172,135,101)
#9A795A
(154,121,90)
#886B4F
(136,107,79)
#765D44
(118,93,68)
#644F39
(100,79,57)
#52412E
(82,65,46)
#403323
(64,51,35)
#2E2518
(46,37,24)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #D0A37B

#D0A37B
(208,163,123)
#D4AB87
(212,171,135)
#D8B393
(216,179,147)
#DCBB9F
(220,187,159)
#E0C3AB
(224,195,171)
#E4CBB7
(228,203,183)
#E8D3C3
(232,211,195)
#ECDBCF
(236,219,207)
#F0E3DB
(240,227,219)
#F4EBE7
(244,235,231)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A37B; }

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

This text font color is #D0A37B.


Background Color

.myBgColor { background-color: #D0A37B; }

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

This div background color is #D0A37B.


Border color

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

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

This div border color is #D0A37B.


Opacity

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

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

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

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

This text has shadow with #D0A37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A37B on black background.


Color preview on white background

This text has color #D0A37B on white background.



Black color preview on #D0A37B background

This text has black color on #D0A37B background.


White color preview on #D0A37B background

This text has white color on #D0A37B background.