COLOR #DA7260

HEX: #DA7260
RGB: (218,114,96)

Color info

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

RGB color model

#DA7260 color RGB value is (218,114,96).

  • red value is 218;
  • green value is 114;
  • blue value is 96.
RGB:
(218,114,96)
(85%,45%,38%)

RGB channels and saturation

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

218
114
96

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

Portions of RGB colors in percentages

R + G + B =
218 + 114 + 96 = 428 (100%)
R 218 of 428 ~ 50.93%
G 114 of 428 ~ 26.64%
B 96 of 428 ~ 22.43%

%50.93
%26.64
%22.43

CMYK color model

#DA7260 color CMYK value is (0,48,56,15).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 55.96%
  • key color value is 14.51%
CMYK:
(0,48,56,15)
C0M48Y56K15 
(0%,48%,56%,15%)
(0.00/0.48/0.56/0.15)	

CMYK percentages

%0
%47.71
%55.96
%14.51

Codes

Color #DA7260 in popluar color models

DA7260
RGB21811496
HSL62.24%61.57%
HSB/HSV55.96%85.49%
CMYK0.00%47.71%55.96%
14.51%

Color #DA7260 in popluar number systems.

HEXDA7260
Decimal21811496
Binary1101101011100101100000
Octal332162140

Shades and tints

Shades of #DA7260

#DA7260
(218,114,96)
#C76858
(199,104,88)
#B45E50
(180,94,80)
#A15448
(161,84,72)
#8E4A40
(142,74,64)
#7B4038
(123,64,56)
#683630
(104,54,48)
#552C28
(85,44,40)
#422220
(66,34,32)
#2F1818
(47,24,24)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #DA7260

#DA7260
(218,114,96)
#DD7E6E
(221,126,110)
#E08A7C
(224,138,124)
#E3968A
(227,150,138)
#E6A298
(230,162,152)
#E9AEA6
(233,174,166)
#ECBAB4
(236,186,180)
#EFC6C2
(239,198,194)
#F2D2D0
(242,210,208)
#F5DEDE
(245,222,222)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA7260; }

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

This text font color is #DA7260.


Background Color

.myBgColor { background-color: #DA7260; }

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

This div background color is #DA7260.


Border color

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

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

This div border color is #DA7260.


Opacity

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

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

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

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

This text has shadow with #DA7260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7260 on black background.


Color preview on white background

This text has color #DA7260 on white background.



Black color preview on #DA7260 background

This text has black color on #DA7260 background.


White color preview on #DA7260 background

This text has white color on #DA7260 background.