COLOR #DA7A70

HEX: #DA7A70 RGB: (218,122,112)

Color info

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

RGB color model

#DA7A70 color RGB value is (218,122,112).

RGB: (218,122,112) (85%, 48%, 44%)

RGB channels and saturation

R 218 of 255 = 85%
G 122 of 255 = 48%
B 112 of 255 = 44%

218
122
112

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

Portions of RGB colors in percentages

R + G + B = 218 + 122 + 112 = 452 (100%)
R 218 of 452 ~ 48.23%
G 122 of 452 ~ 26.99%
B 112 of 452 ~ 24.78'%

%48.23
%26.99
%24.78

CMYK color model

#DA7A70 color CMYK value is (0,44,49,15).

  • cyan value is 0.00%
  • magenta value is 44.04%
  • yellow value is 48.62%
  • key color value is 14.51%
CMYK: (0,44,49,15) C0M44Y49K15 (0%,44%,49%,15%) (0.00/0.44/0.49/0.15) 

CMYK percentages

%0
%44.04
%48.62
%14.51

Codes

Color #DA7A70 in popluar color models

DA 7A 70
RGB 218 122 112
HSL 58.89% 64.71%
HSB/HSV 48.62% 85.49%
CMYK 0.00% 44.04% 48.62%
14.51%

Color #DA7A70 in popluar number systems.

HEX DA 7A 70
Decimal 218 122 112
Binary 11011010 1111010 1110000
Octal 332 172 160

Shades and tints

Shades of #DA7A70

#DA7A70
(218,122,112)
#C76F66
(199,111,102)
#B4645C
(180,100,92)
#A15952
(161,89,82)
#8E4E48
(142,78,72)
#7B433E
(123,67,62)
#683834
(104,56,52)
#552D2A
(85,45,42)
#422220
(66,34,32)
#2F1716
(47,23,22)
#1C0C0C
(28,12,12)
#000000
(0,0,0)

Tints of #DA7A70

#DA7A70
(218,122,112)
#DD867D
(221,134,125)
#E0928A
(224,146,138)
#E39E97
(227,158,151)
#E6AAA4
(230,170,164)
#E9B6B1
(233,182,177)
#ECC2BE
(236,194,190)
#EFCECB
(239,206,203)
#F2DAD8
(242,218,216)
#F5E6E5
(245,230,229)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7A70 color. Also use rgb(218,122,112) instead hex code.

Text Font Color

.myTextColor { color: #DA7A70; }

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

This text font color is #DA7A70.

Background Color

.myBgColor { background-color: #DA7A70; }

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

This div background color is #DA7A70.

Border color

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

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

This div border color is #DA7A70.

Opacity

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

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

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

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

This text has shadow with #DA7A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA7A70.

Preview

Color preview on black background

This text has color #DA7A70 on black background.


Color preview on white background

This text has color #DA7A70 on white background.


Black color preview on #DA7A70 background

This text has black color on #DA7A70 background.


White color preview on #DA7A70 background

This text has white color on #DA7A70 background.


Related colors

Complementary color

Complementary color for #hex is #25858F.


I love getcolorcode.com

Triadic colors

1 #70DA7A and #7A70DA with #DA7A70 are triadic colors.

2 #707ADA and #7ADA70 with #DA7A70 are triadic colors.