COLOR #DA6E6B

HEX: #DA6E6B RGB: (218,110,107)

Color info

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

RGB color model

#DA6E6B color RGB value is (218,110,107).

RGB: (218,110,107) (85%, 43%, 42%)

RGB channels and saturation

R 218 of 255 = 85%
G 110 of 255 = 43%
B 107 of 255 = 42%

218
110
107

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

Portions of RGB colors in percentages

R + G + B = 218 + 110 + 107 = 435 (100%)
R 218 of 435 ~ 50.11%
G 110 of 435 ~ 25.29%
B 107 of 435 ~ 24.6'%

%50.11
%25.29
%24.6

CMYK color model

#DA6E6B color CMYK value is (0,50,51,15).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 50.92%
  • key color value is 14.51%

CMYK: (0,50,51,15)
C0M50Y51K15 (0%, 50%, 51%, 15%)
(0.00 / 0.50 / 0.51 / 0.15)

CMYK percentages

%0
%49.54
%50.92
%14.51

Codes

Color #DA6E6B in popluar color models

DA 6E 6B
RGB 218 110 107
HSL 60.00% 63.73%
HSB/HSV 50.92% 85.49%
CMYK 0.00% 49.54% 50.92%
14.51%

Color #DA6E6B in popluar number systems.

HEX DA 6E 6B
Decimal 218 110 107
Binary 11011010 1101110 1101011
Octal 332 156 153

Shades and tints

Shades of #DA6E6B

#DA6E6B
(218,110,107)
#C76462
(199,100,98)
#B45A59
(180,90,89)
#A15050
(161,80,80)
#8E4647
(142,70,71)
#7B3C3E
(123,60,62)
#683235
(104,50,53)
#55282C
(85,40,44)
#421E23
(66,30,35)
#2F141A
(47,20,26)
#1C0A11
(28,10,17)
#000000
(0,0,0)

Tints of #DA6E6B

#DA6E6B
(218,110,107)
#DD7B78
(221,123,120)
#E08885
(224,136,133)
#E39592
(227,149,146)
#E6A29F
(230,162,159)
#E9AFAC
(233,175,172)
#ECBCB9
(236,188,185)
#EFC9C6
(239,201,198)
#F2D6D3
(242,214,211)
#F5E3E0
(245,227,224)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6E6B color. Also use rgb(218,110,107) instead hex code.

Text Font Color

.myTextColor { color: #DA6E6B; }

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

This text font color is #DA6E6B.

Background Color

.myBgColor { background-color: #DA6E6B; }

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

This div background color is #DA6E6B.

Border color

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

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

This div border color is #DA6E6B.

Opacity

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

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

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

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

This text has shadow with #DA6E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6E6B.

Preview

Color preview on black background

This text has color #DA6E6B on black background.


Color preview on white background

This text has color #DA6E6B on white background.


Black color preview on #DA6E6B background

This text has black color on #DA6E6B background.


White color preview on #DA6E6B background

This text has white color on #DA6E6B background.


Related colors

Complementary color

Complementary color for #hex is #259194.


I love getcolorcode.com

Triadic colors

1 #6BDA6E and #6E6BDA with #DA6E6B are triadic colors.

2 #6B6EDA and #6EDA6B with #DA6E6B are triadic colors.