COLOR #DA956C

HEX: #DA956C RGB: (218,149,108)

Color info

#DA956C contains mainly red color. Web safe color of #DA956C is #CC9966 (or #C96).

RGB color model

#DA956C color RGB value is (218,149,108).

RGB: (218,149,108) (85%, 58%, 42%)

RGB channels and saturation

R 218 of 255 = 85%
G 149 of 255 = 58%
B 108 of 255 = 42%

218
149
108

R + G + B ~ 62%. #DA956C is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 149 + 108 = 475 (100%)
R 218 of 475 ~ 45.89%
G 149 of 475 ~ 31.37%
B 108 of 475 ~ 22.74'%

%45.89
%31.37
%22.74

CMYK color model

#DA956C color CMYK value is (0,32,50,15).

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

CMYK: (0,32,50,15)
C0M32Y50K15 (0%, 32%, 50%, 15%)
(0.00 / 0.32 / 0.50 / 0.15)

CMYK percentages

%0
%31.65
%50.46
%14.51

Codes

Color #DA956C in popluar color models

DA 95 6C
RGB 218 149 108
HSL 22° 59.78% 63.92%
HSB/HSV 22° 50.46% 85.49%
CMYK 0.00% 31.65% 50.46%
14.51%

Color #DA956C in popluar number systems.

HEX DA 95 6C
Decimal 218 149 108
Binary 11011010 10010101 1101100
Octal 332 225 154

Shades and tints

Shades of #DA956C

#DA956C
(218,149,108)
#C78863
(199,136,99)
#B47B5A
(180,123,90)
#A16E51
(161,110,81)
#8E6148
(142,97,72)
#7B543F
(123,84,63)
#684736
(104,71,54)
#553A2D
(85,58,45)
#422D24
(66,45,36)
#2F201B
(47,32,27)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #DA956C

#DA956C
(218,149,108)
#DD9E79
(221,158,121)
#E0A786
(224,167,134)
#E3B093
(227,176,147)
#E6B9A0
(230,185,160)
#E9C2AD
(233,194,173)
#ECCBBA
(236,203,186)
#EFD4C7
(239,212,199)
#F2DDD4
(242,221,212)
#F5E6E1
(245,230,225)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA956C; }

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

This text font color is #DA956C.

Background Color

.myBgColor { background-color: #DA956C; }

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

This div background color is #DA956C.

Border color

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

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

This div border color is #DA956C.

Opacity

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

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

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

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

This text has shadow with #DA956C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA956C.

Preview

Color preview on black background

This text has color #DA956C on black background.


Color preview on white background

This text has color #DA956C on white background.


Black color preview on #DA956C background

This text has black color on #DA956C background.


White color preview on #DA956C background

This text has white color on #DA956C background.


Related colors

Complementary color

Complementary color for #hex is #256A93.


I love getcolorcode.com

Triadic colors

1 #6CDA95 and #956CDA with #DA956C are triadic colors.

2 #6C95DA and #95DA6C with #DA956C are triadic colors.