COLOR #DA7268

HEX: #DA7268
RGB: (218,114,104)

Color info

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

RGB color model

#DA7268 color RGB value is (218,114,104).

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

RGB channels and saturation

R 218 of 255 = 85%
G 114 of 255 = 45%
B 104 of 255 = 41%

218
114
104

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

Portions of RGB colors in percentages

R + G + B =
218 + 114 + 104 = 436 (100%)
R 218 of 436 ~ 50%
G 114 of 436 ~ 26.15%
B 104 of 436 ~ 23.85%

%50
%26.15
%23.85

CMYK color model

#DA7268 color CMYK value is (0,48,52,15).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 52.29%
  • key color value is 14.51%
CMYK:
(0,48,52,15)
C0M48Y52K15 
(0%,48%,52%,15%)
(0.00/0.48/0.52/0.15)	

CMYK percentages

%0
%47.71
%52.29
%14.51

Codes

Color #DA7268 in popluar color models

DA7268
RGB218114104
HSL60.64%63.14%
HSB/HSV52.29%85.49%
CMYK0.00%47.71%52.29%
14.51%

Color #DA7268 in popluar number systems.

HEXDA7268
Decimal218114104
Binary1101101011100101101000
Octal332162150

Shades and tints

Shades of #DA7268

#DA7268
(218,114,104)
#C7685F
(199,104,95)
#B45E56
(180,94,86)
#A1544D
(161,84,77)
#8E4A44
(142,74,68)
#7B403B
(123,64,59)
#683632
(104,54,50)
#552C29
(85,44,41)
#422220
(66,34,32)
#2F1817
(47,24,23)
#1C0E0E
(28,14,14)
#000000
(0,0,0)

Tints of #DA7268

#DA7268
(218,114,104)
#DD7E75
(221,126,117)
#E08A82
(224,138,130)
#E3968F
(227,150,143)
#E6A29C
(230,162,156)
#E9AEA9
(233,174,169)
#ECBAB6
(236,186,182)
#EFC6C3
(239,198,195)
#F2D2D0
(242,210,208)
#F5DEDD
(245,222,221)
#F8EAEA
(248,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA7268; }

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

This text font color is #DA7268.


Background Color

.myBgColor { background-color: #DA7268; }

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

This div background color is #DA7268.


Border color

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

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

This div border color is #DA7268.


Opacity

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

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

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

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

This text has shadow with #DA7268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7268 on black background.


Color preview on white background

This text has color #DA7268 on white background.



Black color preview on #DA7268 background

This text has black color on #DA7268 background.


White color preview on #DA7268 background

This text has white color on #DA7268 background.