COLOR #DA8B6B

HEX: #DA8B6B
RGB: (218,139,107)

Color info

#DA8B6B contains mainly red color. Web safe color of #DA8B6B is #CC9966 (or #C96).

RGB color model

#DA8B6B color RGB value is (218,139,107).

  • red value is 218;
  • green value is 139;
  • blue value is 107.
RGB:
(218,139,107)
(85%,55%,42%)

RGB channels and saturation

R 218 of 255 = 85%
G 139 of 255 = 55%
B 107 of 255 = 42%

218
139
107

R + G + B ~ 61%. #DA8B6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 139 + 107 = 464 (100%)
R 218 of 464 ~ 46.98%
G 139 of 464 ~ 29.96%
B 107 of 464 ~ 23.06%

%46.98
%29.96
%23.06

CMYK color model

#DA8B6B color CMYK value is (0,36,51,15).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 50.92%
  • key color value is 14.51%
CMYK:
(0,36,51,15)
C0M36Y51K15 
(0%,36%,51%,15%)
(0.00/0.36/0.51/0.15)	

CMYK percentages

%0
%36.24
%50.92
%14.51

Codes

Color #DA8B6B in popluar color models

DA8B6B
RGB218139107
HSL17°60.00%63.73%
HSB/HSV17°50.92%85.49%
CMYK0.00%36.24%50.92%
14.51%

Color #DA8B6B in popluar number systems.

HEXDA8B6B
Decimal218139107
Binary11011010100010111101011
Octal332213153

Shades and tints

Shades of #DA8B6B

#DA8B6B
(218,139,107)
#C77F62
(199,127,98)
#B47359
(180,115,89)
#A16750
(161,103,80)
#8E5B47
(142,91,71)
#7B4F3E
(123,79,62)
#684335
(104,67,53)
#55372C
(85,55,44)
#422B23
(66,43,35)
#2F1F1A
(47,31,26)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #DA8B6B

#DA8B6B
(218,139,107)
#DD9578
(221,149,120)
#E09F85
(224,159,133)
#E3A992
(227,169,146)
#E6B39F
(230,179,159)
#E9BDAC
(233,189,172)
#ECC7B9
(236,199,185)
#EFD1C6
(239,209,198)
#F2DBD3
(242,219,211)
#F5E5E0
(245,229,224)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8B6B color. Also use rgb(218,139,107) instead hex code.

Text Font Color

.myTextColor { color: #DA8B6B; }

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

This text font color is #DA8B6B.


Background Color

.myBgColor { background-color: #DA8B6B; }

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

This div background color is #DA8B6B.


Border color

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

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

This div border color is #DA8B6B.


Opacity

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

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

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

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

This text has shadow with #DA8B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8B6B on black background.


Color preview on white background

This text has color #DA8B6B on white background.



Black color preview on #DA8B6B background

This text has black color on #DA8B6B background.


White color preview on #DA8B6B background

This text has white color on #DA8B6B background.