COLOR #DA8B7D

HEX: #DA8B7D
RGB: (218,139,125)

Color info

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

RGB color model

#DA8B7D color RGB value is (218,139,125).

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

RGB channels and saturation

R 218 of 255 = 85%
G 139 of 255 = 55%
B 125 of 255 = 49%

218
139
125

R + G + B ~ 63%. #DA8B7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 139 + 125 = 482 (100%)
R 218 of 482 ~ 45.23%
G 139 of 482 ~ 28.84%
B 125 of 482 ~ 25.93%

%45.23
%28.84
%25.93

CMYK color model

#DA8B7D color CMYK value is (0,36,43,15).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 42.66%
  • key color value is 14.51%
CMYK:
(0,36,43,15)
C0M36Y43K15 
(0%,36%,43%,15%)
(0.00/0.36/0.43/0.15)	

CMYK percentages

%0
%36.24
%42.66
%14.51

Codes

Color #DA8B7D in popluar color models

DA8B7D
RGB218139125
HSL55.69%67.25%
HSB/HSV42.66%85.49%
CMYK0.00%36.24%42.66%
14.51%

Color #DA8B7D in popluar number systems.

HEXDA8B7D
Decimal218139125
Binary11011010100010111111101
Octal332213175

Shades and tints

Shades of #DA8B7D

#DA8B7D
(218,139,125)
#C77F72
(199,127,114)
#B47367
(180,115,103)
#A1675C
(161,103,92)
#8E5B51
(142,91,81)
#7B4F46
(123,79,70)
#68433B
(104,67,59)
#553730
(85,55,48)
#422B25
(66,43,37)
#2F1F1A
(47,31,26)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #DA8B7D

#DA8B7D
(218,139,125)
#DD9588
(221,149,136)
#E09F93
(224,159,147)
#E3A99E
(227,169,158)
#E6B3A9
(230,179,169)
#E9BDB4
(233,189,180)
#ECC7BF
(236,199,191)
#EFD1CA
(239,209,202)
#F2DBD5
(242,219,213)
#F5E5E0
(245,229,224)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8B7D; }

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

This text font color is #DA8B7D.


Background Color

.myBgColor { background-color: #DA8B7D; }

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

This div background color is #DA8B7D.


Border color

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

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

This div border color is #DA8B7D.


Opacity

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

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

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

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

This text has shadow with #DA8B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8B7D on black background.


Color preview on white background

This text has color #DA8B7D on white background.



Black color preview on #DA8B7D background

This text has black color on #DA8B7D background.


White color preview on #DA8B7D background

This text has white color on #DA8B7D background.