COLOR #DA8A65

HEX: #DA8A65
RGB: (218,138,101)

Color info

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

RGB color model

#DA8A65 color RGB value is (218,138,101).

  • red value is 218;
  • green value is 138;
  • blue value is 101.
RGB:
(218,138,101)
(85%,54%,40%)

RGB channels and saturation

R 218 of 255 = 85%
G 138 of 255 = 54%
B 101 of 255 = 40%

218
138
101

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

Portions of RGB colors in percentages

R + G + B =
218 + 138 + 101 = 457 (100%)
R 218 of 457 ~ 47.7%
G 138 of 457 ~ 30.2%
B 101 of 457 ~ 22.1%

%47.7
%30.2
%22.1

CMYK color model

#DA8A65 color CMYK value is (0,37,54,15).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 53.67%
  • key color value is 14.51%
CMYK:
(0,37,54,15)
C0M37Y54K15 
(0%,37%,54%,15%)
(0.00/0.37/0.54/0.15)	

CMYK percentages

%0
%36.7
%53.67
%14.51

Codes

Color #DA8A65 in popluar color models

DA8A65
RGB218138101
HSL19°61.26%62.55%
HSB/HSV19°53.67%85.49%
CMYK0.00%36.70%53.67%
14.51%

Color #DA8A65 in popluar number systems.

HEXDA8A65
Decimal218138101
Binary11011010100010101100101
Octal332212145

Shades and tints

Shades of #DA8A65

#DA8A65
(218,138,101)
#C77E5C
(199,126,92)
#B47253
(180,114,83)
#A1664A
(161,102,74)
#8E5A41
(142,90,65)
#7B4E38
(123,78,56)
#68422F
(104,66,47)
#553626
(85,54,38)
#422A1D
(66,42,29)
#2F1E14
(47,30,20)
#1C120B
(28,18,11)
#000000
(0,0,0)

Tints of #DA8A65

#DA8A65
(218,138,101)
#DD9473
(221,148,115)
#E09E81
(224,158,129)
#E3A88F
(227,168,143)
#E6B29D
(230,178,157)
#E9BCAB
(233,188,171)
#ECC6B9
(236,198,185)
#EFD0C7
(239,208,199)
#F2DAD5
(242,218,213)
#F5E4E3
(245,228,227)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8A65 color. Also use rgb(218,138,101) instead hex code.

Text Font Color

.myTextColor { color: #DA8A65; }

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

This text font color is #DA8A65.


Background Color

.myBgColor { background-color: #DA8A65; }

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

This div background color is #DA8A65.


Border color

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

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

This div border color is #DA8A65.


Opacity

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

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

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

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

This text has shadow with #DA8A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8A65 on black background.


Color preview on white background

This text has color #DA8A65 on white background.



Black color preview on #DA8A65 background

This text has black color on #DA8A65 background.


White color preview on #DA8A65 background

This text has white color on #DA8A65 background.