COLOR #DA775E

HEX: #DA775E RGB: (218,119,94)

Color info

#DA775E contains mainly red color. Web safe color of #DA775E is #CC6666 (or #C66).

RGB color model

#DA775E color RGB value is (218,119,94).

RGB: (218,119,94) (85%, 47%, 37%)

RGB channels and saturation

R 218 of 255 = 85%
G 119 of 255 = 47%
B 94 of 255 = 37%

218
119
94

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

Portions of RGB colors in percentages

R + G + B = 218 + 119 + 94 = 431 (100%)
R 218 of 431 ~ 50.58%
G 119 of 431 ~ 27.61%
B 94 of 431 ~ 21.81'%

%50.58
%27.61
%21.81

CMYK color model

#DA775E color CMYK value is (0,45,57,15).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 56.88%
  • key color value is 14.51%

CMYK: (0,45,57,15)
C0M45Y57K15 (0%, 45%, 57%, 15%)
(0.00 / 0.45 / 0.57 / 0.15)

CMYK percentages

%0
%45.41
%56.88
%14.51

Codes

Color #DA775E in popluar color models

DA 77 5E
RGB 218 119 94
HSL 12° 62.63% 61.18%
HSB/HSV 12° 56.88% 85.49%
CMYK 0.00% 45.41% 56.88%
14.51%

Color #DA775E in popluar number systems.

HEX DA 77 5E
Decimal 218 119 94
Binary 11011010 1110111 1011110
Octal 332 167 136

Shades and tints

Shades of #DA775E

#DA775E
(218,119,94)
#C76D56
(199,109,86)
#B4634E
(180,99,78)
#A15946
(161,89,70)
#8E4F3E
(142,79,62)
#7B4536
(123,69,54)
#683B2E
(104,59,46)
#553126
(85,49,38)
#42271E
(66,39,30)
#2F1D16
(47,29,22)
#1C130E
(28,19,14)
#000000
(0,0,0)

Tints of #DA775E

#DA775E
(218,119,94)
#DD836C
(221,131,108)
#E08F7A
(224,143,122)
#E39B88
(227,155,136)
#E6A796
(230,167,150)
#E9B3A4
(233,179,164)
#ECBFB2
(236,191,178)
#EFCBC0
(239,203,192)
#F2D7CE
(242,215,206)
#F5E3DC
(245,227,220)
#F8EFEA
(248,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA775E color. Also use rgb(218,119,94) instead hex code.

Text Font Color

.myTextColor { color: #DA775E; }

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

This text font color is #DA775E.

Background Color

.myBgColor { background-color: #DA775E; }

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

This div background color is #DA775E.

Border color

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

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

This div border color is #DA775E.

Opacity

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

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

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

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

This text has shadow with #DA775E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA775E.

Preview

Color preview on black background

This text has color #DA775E on black background.


Color preview on white background

This text has color #DA775E on white background.


Black color preview on #DA775E background

This text has black color on #DA775E background.


White color preview on #DA775E background

This text has white color on #DA775E background.


Related colors

Complementary color

Complementary color for #hex is #2588A1.


I love getcolorcode.com

Triadic colors

1 #5EDA77 and #775EDA with #DA775E are triadic colors.

2 #5E77DA and #77DA5E with #DA775E are triadic colors.