COLOR #DA6C64

HEX: #DA6C64
RGB: (218,108,100)

Color info

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

RGB color model

#DA6C64 color RGB value is (218,108,100).

  • red value is 218;
  • green value is 108;
  • blue value is 100.
RGB:
(218,108,100)
(85%,42%,39%)

RGB channels and saturation

R 218 of 255 = 85%
G 108 of 255 = 42%
B 100 of 255 = 39%

218
108
100

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

Portions of RGB colors in percentages

R + G + B =
218 + 108 + 100 = 426 (100%)
R 218 of 426 ~ 51.17%
G 108 of 426 ~ 25.35%
B 100 of 426 ~ 23.47%

%51.17
%25.35
%23.47

CMYK color model

#DA6C64 color CMYK value is (0,50,54,15).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 54.13%
  • key color value is 14.51%
CMYK:
(0,50,54,15)
C0M50Y54K15 
(0%,50%,54%,15%)
(0.00/0.50/0.54/0.15)	

CMYK percentages

%0
%50.46
%54.13
%14.51

Codes

Color #DA6C64 in popluar color models

DA6C64
RGB218108100
HSL61.46%62.35%
HSB/HSV54.13%85.49%
CMYK0.00%50.46%54.13%
14.51%

Color #DA6C64 in popluar number systems.

HEXDA6C64
Decimal218108100
Binary1101101011011001100100
Octal332154144

Shades and tints

Shades of #DA6C64

#DA6C64
(218,108,100)
#C7635B
(199,99,91)
#B45A52
(180,90,82)
#A15149
(161,81,73)
#8E4840
(142,72,64)
#7B3F37
(123,63,55)
#68362E
(104,54,46)
#552D25
(85,45,37)
#42241C
(66,36,28)
#2F1B13
(47,27,19)
#1C120A
(28,18,10)
#000000
(0,0,0)

Tints of #DA6C64

#DA6C64
(218,108,100)
#DD7972
(221,121,114)
#E08680
(224,134,128)
#E3938E
(227,147,142)
#E6A09C
(230,160,156)
#E9ADAA
(233,173,170)
#ECBAB8
(236,186,184)
#EFC7C6
(239,199,198)
#F2D4D4
(242,212,212)
#F5E1E2
(245,225,226)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6C64; }

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

This text font color is #DA6C64.


Background Color

.myBgColor { background-color: #DA6C64; }

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

This div background color is #DA6C64.


Border color

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

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

This div border color is #DA6C64.


Opacity

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

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

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

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

This text has shadow with #DA6C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6C64 on black background.


Color preview on white background

This text has color #DA6C64 on white background.



Black color preview on #DA6C64 background

This text has black color on #DA6C64 background.


White color preview on #DA6C64 background

This text has white color on #DA6C64 background.