COLOR #DA8375

HEX: #DA8375 RGB: (218,131,117)

Color info

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

RGB color model

#DA8375 color RGB value is (218,131,117).

RGB: (218,131,117) (85%, 51%, 46%)

RGB channels and saturation

R 218 of 255 = 85%
G 131 of 255 = 51%
B 117 of 255 = 46%

218
131
117

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

Portions of RGB colors in percentages

R + G + B = 218 + 131 + 117 = 466 (100%)
R 218 of 466 ~ 46.78%
G 131 of 466 ~ 28.11%
B 117 of 466 ~ 25.11'%

%46.78
%28.11
%25.11

CMYK color model

#DA8375 color CMYK value is (0,40,46,15).

  • cyan value is 0.00%
  • magenta value is 39.91%
  • yellow value is 46.33%
  • key color value is 14.51%

CMYK: (0,40,46,15)
C0M40Y46K15 (0%, 40%, 46%, 15%)
(0.00 / 0.40 / 0.46 / 0.15)

CMYK percentages

%0
%39.91
%46.33
%14.51

Codes

Color #DA8375 in popluar color models

DA 83 75
RGB 218 131 117
HSL 57.71% 65.69%
HSB/HSV 46.33% 85.49%
CMYK 0.00% 39.91% 46.33%
14.51%

Color #DA8375 in popluar number systems.

HEX DA 83 75
Decimal 218 131 117
Binary 11011010 10000011 1110101
Octal 332 203 165

Shades and tints

Shades of #DA8375

#DA8375
(218,131,117)
#C7786B
(199,120,107)
#B46D61
(180,109,97)
#A16257
(161,98,87)
#8E574D
(142,87,77)
#7B4C43
(123,76,67)
#684139
(104,65,57)
#55362F
(85,54,47)
#422B25
(66,43,37)
#2F201B
(47,32,27)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DA8375

#DA8375
(218,131,117)
#DD8E81
(221,142,129)
#E0998D
(224,153,141)
#E3A499
(227,164,153)
#E6AFA5
(230,175,165)
#E9BAB1
(233,186,177)
#ECC5BD
(236,197,189)
#EFD0C9
(239,208,201)
#F2DBD5
(242,219,213)
#F5E6E1
(245,230,225)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8375 color. Also use rgb(218,131,117) instead hex code.

Text Font Color

.myTextColor { color: #DA8375; }

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

This text font color is #DA8375.

Background Color

.myBgColor { background-color: #DA8375; }

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

This div background color is #DA8375.

Border color

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

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

This div border color is #DA8375.

Opacity

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

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

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

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

This text has shadow with #DA8375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA8375.

Preview

Color preview on black background

This text has color #DA8375 on black background.


Color preview on white background

This text has color #DA8375 on white background.


Black color preview on #DA8375 background

This text has black color on #DA8375 background.


White color preview on #DA8375 background

This text has white color on #DA8375 background.


Related colors

Complementary color

Complementary color for #hex is #257C8A.


I love getcolorcode.com

Triadic colors

1 #75DA83 and #8375DA with #DA8375 are triadic colors.

2 #7583DA and #83DA75 with #DA8375 are triadic colors.