COLOR #DA6C5C

HEX: #DA6C5C RGB: (218,108,92)

Color info

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

RGB color model

#DA6C5C color RGB value is (218,108,92).

RGB: (218,108,92) (85%, 42%, 36%)

RGB channels and saturation

R 218 of 255 = 85%
G 108 of 255 = 42%
B 92 of 255 = 36%

218
108
92

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

Portions of RGB colors in percentages

R + G + B = 218 + 108 + 92 = 418 (100%)
R 218 of 418 ~ 52.15%
G 108 of 418 ~ 25.84%
B 92 of 418 ~ 22.01'%

%52.15
%25.84
%22.01

CMYK color model

#DA6C5C color CMYK value is (0,50,58,15).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 57.80%
  • key color value is 14.51%

CMYK: (0,50,58,15)
C0M50Y58K15 (0%, 50%, 58%, 15%)
(0.00 / 0.50 / 0.58 / 0.15)

CMYK percentages

%0
%50.46
%57.8
%14.51

Codes

Color #DA6C5C in popluar color models

DA 6C 5C
RGB 218 108 92
HSL 63.00% 60.78%
HSB/HSV 57.80% 85.49%
CMYK 0.00% 50.46% 57.80%
14.51%

Color #DA6C5C in popluar number systems.

HEX DA 6C 5C
Decimal 218 108 92
Binary 11011010 1101100 1011100
Octal 332 154 134

Shades and tints

Shades of #DA6C5C

#DA6C5C
(218,108,92)
#C76354
(199,99,84)
#B45A4C
(180,90,76)
#A15144
(161,81,68)
#8E483C
(142,72,60)
#7B3F34
(123,63,52)
#68362C
(104,54,44)
#552D24
(85,45,36)
#42241C
(66,36,28)
#2F1B14
(47,27,20)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #DA6C5C

#DA6C5C
(218,108,92)
#DD796A
(221,121,106)
#E08678
(224,134,120)
#E39386
(227,147,134)
#E6A094
(230,160,148)
#E9ADA2
(233,173,162)
#ECBAB0
(236,186,176)
#EFC7BE
(239,199,190)
#F2D4CC
(242,212,204)
#F5E1DA
(245,225,218)
#F8EEE8
(248,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6C5C; }

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

This text font color is #DA6C5C.

Background Color

.myBgColor { background-color: #DA6C5C; }

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

This div background color is #DA6C5C.

Border color

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

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

This div border color is #DA6C5C.

Opacity

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

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

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

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

This text has shadow with #DA6C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6C5C.

Preview

Color preview on black background

This text has color #DA6C5C on black background.


Color preview on white background

This text has color #DA6C5C on white background.


Black color preview on #DA6C5C background

This text has black color on #DA6C5C background.


White color preview on #DA6C5C background

This text has white color on #DA6C5C background.


Related colors

Complementary color

Complementary color for #hex is #2593A3.


I love getcolorcode.com

Triadic colors

1 #5CDA6C and #6C5CDA with #DA6C5C are triadic colors.

2 #5C6CDA and #6CDA5C with #DA6C5C are triadic colors.