COLOR #DA9675

HEX: #DA9675
RGB: (218,150,117)

Color info

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

RGB color model

#DA9675 color RGB value is (218,150,117).

  • red value is 218;
  • green value is 150;
  • blue value is 117.
RGB:
(218,150,117)
(85%,59%,46%)

RGB channels and saturation

R 218 of 255 = 85%
G 150 of 255 = 59%
B 117 of 255 = 46%

218
150
117

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

Portions of RGB colors in percentages

R + G + B =
218 + 150 + 117 = 485 (100%)
R 218 of 485 ~ 44.95%
G 150 of 485 ~ 30.93%
B 117 of 485 ~ 24.12%

%44.95
%30.93
%24.12

CMYK color model

#DA9675 color CMYK value is (0,31,46,15).

  • cyan value is 0.00%
  • magenta value is 31.19%
  • yellow value is 46.33%
  • key color value is 14.51%
CMYK:
(0,31,46,15)
C0M31Y46K15 
(0%,31%,46%,15%)
(0.00/0.31/0.46/0.15)	

CMYK percentages

%0
%31.19
%46.33
%14.51

Codes

Color #DA9675 in popluar color models

DA9675
RGB218150117
HSL20°57.71%65.69%
HSB/HSV20°46.33%85.49%
CMYK0.00%31.19%46.33%
14.51%

Color #DA9675 in popluar number systems.

HEXDA9675
Decimal218150117
Binary11011010100101101110101
Octal332226165

Shades and tints

Shades of #DA9675

#DA9675
(218,150,117)
#C7896B
(199,137,107)
#B47C61
(180,124,97)
#A16F57
(161,111,87)
#8E624D
(142,98,77)
#7B5543
(123,85,67)
#684839
(104,72,57)
#553B2F
(85,59,47)
#422E25
(66,46,37)
#2F211B
(47,33,27)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #DA9675

#DA9675
(218,150,117)
#DD9F81
(221,159,129)
#E0A88D
(224,168,141)
#E3B199
(227,177,153)
#E6BAA5
(230,186,165)
#E9C3B1
(233,195,177)
#ECCCBD
(236,204,189)
#EFD5C9
(239,213,201)
#F2DED5
(242,222,213)
#F5E7E1
(245,231,225)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9675; }

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

This text font color is #DA9675.


Background Color

.myBgColor { background-color: #DA9675; }

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

This div background color is #DA9675.


Border color

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

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

This div border color is #DA9675.


Opacity

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

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

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

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

This text has shadow with #DA9675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9675 on black background.


Color preview on white background

This text has color #DA9675 on white background.



Black color preview on #DA9675 background

This text has black color on #DA9675 background.


White color preview on #DA9675 background

This text has white color on #DA9675 background.