COLOR #DA6456

HEX: #DA6456 RGB: (218,100,86)

Color info

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

RGB color model

#DA6456 color RGB value is (218,100,86).

RGB: (218,100,86) (85%, 39%, 34%)

RGB channels and saturation

R 218 of 255 = 85%
G 100 of 255 = 39%
B 86 of 255 = 34%

218
100
86

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

Portions of RGB colors in percentages

R + G + B = 218 + 100 + 86 = 404 (100%)
R 218 of 404 ~ 53.96%
G 100 of 404 ~ 24.75%
B 86 of 404 ~ 21.29'%

%53.96
%24.75
%21.29

CMYK color model

#DA6456 color CMYK value is (0,54,61,15).

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 60.55%
  • key color value is 14.51%

CMYK: (0,54,61,15)
C0M54Y61K15 (0%, 54%, 61%, 15%)
(0.00 / 0.54 / 0.61 / 0.15)

CMYK percentages

%0
%54.13
%60.55
%14.51

Codes

Color #DA6456 in popluar color models

DA 64 56
RGB 218 100 86
HSL 64.08% 59.61%
HSB/HSV 60.55% 85.49%
CMYK 0.00% 54.13% 60.55%
14.51%

Color #DA6456 in popluar number systems.

HEX DA 64 56
Decimal 218 100 86
Binary 11011010 1100100 1010110
Octal 332 144 126

Shades and tints

Shades of #DA6456

#DA6456
(218,100,86)
#C75B4F
(199,91,79)
#B45248
(180,82,72)
#A14941
(161,73,65)
#8E403A
(142,64,58)
#7B3733
(123,55,51)
#682E2C
(104,46,44)
#552525
(85,37,37)
#421C1E
(66,28,30)
#2F1317
(47,19,23)
#1C0A10
(28,10,16)
#000000
(0,0,0)

Tints of #DA6456

#DA6456
(218,100,86)
#DD7265
(221,114,101)
#E08074
(224,128,116)
#E38E83
(227,142,131)
#E69C92
(230,156,146)
#E9AAA1
(233,170,161)
#ECB8B0
(236,184,176)
#EFC6BF
(239,198,191)
#F2D4CE
(242,212,206)
#F5E2DD
(245,226,221)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6456 color. Also use rgb(218,100,86) instead hex code.

Text Font Color

.myTextColor { color: #DA6456; }

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

This text font color is #DA6456.

Background Color

.myBgColor { background-color: #DA6456; }

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

This div background color is #DA6456.

Border color

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

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

This div border color is #DA6456.

Opacity

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

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

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

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

This text has shadow with #DA6456 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6456.

Preview

Color preview on black background

This text has color #DA6456 on black background.


Color preview on white background

This text has color #DA6456 on white background.


Black color preview on #DA6456 background

This text has black color on #DA6456 background.


White color preview on #DA6456 background

This text has white color on #DA6456 background.


Related colors

Complementary color

Complementary color for #hex is #259BA9.


I love getcolorcode.com

Triadic colors

1 #56DA64 and #6456DA with #DA6456 are triadic colors.

2 #5664DA and #64DA56 with #DA6456 are triadic colors.