COLOR #DA7366

HEX: #DA7366
RGB: (218,115,102)

Color info

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

RGB color model

#DA7366 color RGB value is (218,115,102).

  • red value is 218;
  • green value is 115;
  • blue value is 102.
RGB:
(218,115,102)
(85%,45%,40%)

RGB channels and saturation

R 218 of 255 = 85%
G 115 of 255 = 45%
B 102 of 255 = 40%

218
115
102

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

Portions of RGB colors in percentages

R + G + B =
218 + 115 + 102 = 435 (100%)
R 218 of 435 ~ 50.11%
G 115 of 435 ~ 26.44%
B 102 of 435 ~ 23.45%

%50.11
%26.44
%23.45

CMYK color model

#DA7366 color CMYK value is (0,47,53,15).

  • cyan value is 0.00%
  • magenta value is 47.25%
  • yellow value is 53.21%
  • key color value is 14.51%
CMYK:
(0,47,53,15)
C0M47Y53K15 
(0%,47%,53%,15%)
(0.00/0.47/0.53/0.15)	

CMYK percentages

%0
%47.25
%53.21
%14.51

Codes

Color #DA7366 in popluar color models

DA7366
RGB218115102
HSL61.05%62.75%
HSB/HSV53.21%85.49%
CMYK0.00%47.25%53.21%
14.51%

Color #DA7366 in popluar number systems.

HEXDA7366
Decimal218115102
Binary1101101011100111100110
Octal332163146

Shades and tints

Shades of #DA7366

#DA7366
(218,115,102)
#C7695D
(199,105,93)
#B45F54
(180,95,84)
#A1554B
(161,85,75)
#8E4B42
(142,75,66)
#7B4139
(123,65,57)
#683730
(104,55,48)
#552D27
(85,45,39)
#42231E
(66,35,30)
#2F1915
(47,25,21)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #DA7366

#DA7366
(218,115,102)
#DD7F73
(221,127,115)
#E08B80
(224,139,128)
#E3978D
(227,151,141)
#E6A39A
(230,163,154)
#E9AFA7
(233,175,167)
#ECBBB4
(236,187,180)
#EFC7C1
(239,199,193)
#F2D3CE
(242,211,206)
#F5DFDB
(245,223,219)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7366 color. Also use rgb(218,115,102) instead hex code.

Text Font Color

.myTextColor { color: #DA7366; }

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

This text font color is #DA7366.


Background Color

.myBgColor { background-color: #DA7366; }

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

This div background color is #DA7366.


Border color

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

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

This div border color is #DA7366.


Opacity

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

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

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

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

This text has shadow with #DA7366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7366 on black background.


Color preview on white background

This text has color #DA7366 on white background.



Black color preview on #DA7366 background

This text has black color on #DA7366 background.


White color preview on #DA7366 background

This text has white color on #DA7366 background.