COLOR #DA8B6F

HEX: #DA8B6F
RGB: (218,139,111)

Color info

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

RGB color model

#DA8B6F color RGB value is (218,139,111).

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

RGB channels and saturation

R 218 of 255 = 85%
G 139 of 255 = 55%
B 111 of 255 = 44%

218
139
111

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

Portions of RGB colors in percentages

R + G + B =
218 + 139 + 111 = 468 (100%)
R 218 of 468 ~ 46.58%
G 139 of 468 ~ 29.7%
B 111 of 468 ~ 23.72%

%46.58
%29.7
%23.72

CMYK color model

#DA8B6F color CMYK value is (0,36,49,15).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 49.08%
  • key color value is 14.51%
CMYK:
(0,36,49,15)
C0M36Y49K15 
(0%,36%,49%,15%)
(0.00/0.36/0.49/0.15)	

CMYK percentages

%0
%36.24
%49.08
%14.51

Codes

Color #DA8B6F in popluar color models

DA8B6F
RGB218139111
HSL16°59.12%64.51%
HSB/HSV16°49.08%85.49%
CMYK0.00%36.24%49.08%
14.51%

Color #DA8B6F in popluar number systems.

HEXDA8B6F
Decimal218139111
Binary11011010100010111101111
Octal332213157

Shades and tints

Shades of #DA8B6F

#DA8B6F
(218,139,111)
#C77F65
(199,127,101)
#B4735B
(180,115,91)
#A16751
(161,103,81)
#8E5B47
(142,91,71)
#7B4F3D
(123,79,61)
#684333
(104,67,51)
#553729
(85,55,41)
#422B1F
(66,43,31)
#2F1F15
(47,31,21)
#1C130B
(28,19,11)
#000000
(0,0,0)

Tints of #DA8B6F

#DA8B6F
(218,139,111)
#DD957C
(221,149,124)
#E09F89
(224,159,137)
#E3A996
(227,169,150)
#E6B3A3
(230,179,163)
#E9BDB0
(233,189,176)
#ECC7BD
(236,199,189)
#EFD1CA
(239,209,202)
#F2DBD7
(242,219,215)
#F5E5E4
(245,229,228)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8B6F; }

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

This text font color is #DA8B6F.


Background Color

.myBgColor { background-color: #DA8B6F; }

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

This div background color is #DA8B6F.


Border color

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

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

This div border color is #DA8B6F.


Opacity

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

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

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

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

This text has shadow with #DA8B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8B6F on black background.


Color preview on white background

This text has color #DA8B6F on white background.



Black color preview on #DA8B6F background

This text has black color on #DA8B6F background.


White color preview on #DA8B6F background

This text has white color on #DA8B6F background.