COLOR #DA8256

HEX: #DA8256
RGB: (218,130,86)

Color info

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

RGB color model

#DA8256 color RGB value is (218,130,86).

  • red value is 218;
  • green value is 130;
  • blue value is 86.
RGB:
(218,130,86)
(85%,51%,34%)

RGB channels and saturation

R 218 of 255 = 85%
G 130 of 255 = 51%
B 86 of 255 = 34%

218
130
86

R + G + B ~ 57%. #DA8256 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 130 + 86 = 434 (100%)
R 218 of 434 ~ 50.23%
G 130 of 434 ~ 29.95%
B 86 of 434 ~ 19.82%

%50.23
%29.95
%19.82

CMYK color model

#DA8256 color CMYK value is (0,40,61,15).

  • cyan value is 0.00%
  • magenta value is 40.37%
  • yellow value is 60.55%
  • key color value is 14.51%
CMYK:
(0,40,61,15)
C0M40Y61K15 
(0%,40%,61%,15%)
(0.00/0.40/0.61/0.15)	

CMYK percentages

%0
%40.37
%60.55
%14.51

Codes

Color #DA8256 in popluar color models

DA8256
RGB21813086
HSL20°64.08%59.61%
HSB/HSV20°60.55%85.49%
CMYK0.00%40.37%60.55%
14.51%

Color #DA8256 in popluar number systems.

HEXDA8256
Decimal21813086
Binary11011010100000101010110
Octal332202126

Shades and tints

Shades of #DA8256

#DA8256
(218,130,86)
#C7774F
(199,119,79)
#B46C48
(180,108,72)
#A16141
(161,97,65)
#8E563A
(142,86,58)
#7B4B33
(123,75,51)
#68402C
(104,64,44)
#553525
(85,53,37)
#422A1E
(66,42,30)
#2F1F17
(47,31,23)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #DA8256

#DA8256
(218,130,86)
#DD8D65
(221,141,101)
#E09874
(224,152,116)
#E3A383
(227,163,131)
#E6AE92
(230,174,146)
#E9B9A1
(233,185,161)
#ECC4B0
(236,196,176)
#EFCFBF
(239,207,191)
#F2DACE
(242,218,206)
#F5E5DD
(245,229,221)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8256 color. Also use rgb(218,130,86) instead hex code.

Text Font Color

.myTextColor { color: #DA8256; }

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

This text font color is #DA8256.


Background Color

.myBgColor { background-color: #DA8256; }

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

This div background color is #DA8256.


Border color

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

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

This div border color is #DA8256.


Opacity

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

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

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

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

This text has shadow with #DA8256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8256 on black background.


Color preview on white background

This text has color #DA8256 on white background.



Black color preview on #DA8256 background

This text has black color on #DA8256 background.


White color preview on #DA8256 background

This text has white color on #DA8256 background.