COLOR #DA7460

HEX: #DA7460 RGB: (218,116,96)

Color info

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

RGB color model

#DA7460 color RGB value is (218,116,96).

RGB: (218,116,96) (85%, 45%, 38%)

RGB channels and saturation

R 218 of 255 = 85%
G 116 of 255 = 45%
B 96 of 255 = 38%

218
116
96

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

Portions of RGB colors in percentages

R + G + B = 218 + 116 + 96 = 430 (100%)
R 218 of 430 ~ 50.7%
G 116 of 430 ~ 26.98%
B 96 of 430 ~ 22.33'%

%50.7
%26.98
%22.33

CMYK color model

#DA7460 color CMYK value is (0,47,56,15).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 55.96%
  • key color value is 14.51%

CMYK: (0,47,56,15)
C0M47Y56K15 (0%, 47%, 56%, 15%)
(0.00 / 0.47 / 0.56 / 0.15)

CMYK percentages

%0
%46.79
%55.96
%14.51

Codes

Color #DA7460 in popluar color models

DA 74 60
RGB 218 116 96
HSL 10° 62.24% 61.57%
HSB/HSV 10° 55.96% 85.49%
CMYK 0.00% 46.79% 55.96%
14.51%

Color #DA7460 in popluar number systems.

HEX DA 74 60
Decimal 218 116 96
Binary 11011010 1110100 1100000
Octal 332 164 140

Shades and tints

Shades of #DA7460

#DA7460
(218,116,96)
#C76A58
(199,106,88)
#B46050
(180,96,80)
#A15648
(161,86,72)
#8E4C40
(142,76,64)
#7B4238
(123,66,56)
#683830
(104,56,48)
#552E28
(85,46,40)
#422420
(66,36,32)
#2F1A18
(47,26,24)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #DA7460

#DA7460
(218,116,96)
#DD806E
(221,128,110)
#E08C7C
(224,140,124)
#E3988A
(227,152,138)
#E6A498
(230,164,152)
#E9B0A6
(233,176,166)
#ECBCB4
(236,188,180)
#EFC8C2
(239,200,194)
#F2D4D0
(242,212,208)
#F5E0DE
(245,224,222)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7460 color. Also use rgb(218,116,96) instead hex code.

Text Font Color

.myTextColor { color: #DA7460; }

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

This text font color is #DA7460.

Background Color

.myBgColor { background-color: #DA7460; }

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

This div background color is #DA7460.

Border color

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

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

This div border color is #DA7460.

Opacity

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

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

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

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

This text has shadow with #DA7460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA7460.

Preview

Color preview on black background

This text has color #DA7460 on black background.


Color preview on white background

This text has color #DA7460 on white background.


Black color preview on #DA7460 background

This text has black color on #DA7460 background.


White color preview on #DA7460 background

This text has white color on #DA7460 background.


Related colors

Complementary color

Complementary color for #hex is #258B9F.


I love getcolorcode.com

Triadic colors

1 #60DA74 and #7460DA with #DA7460 are triadic colors.

2 #6074DA and #74DA60 with #DA7460 are triadic colors.