COLOR #DA9583

HEX: #DA9583 RGB: (218,149,131)

Color info

#DA9583 contains mainly red color. Web safe color of #DA9583 is #CC9999 (or #C99).

RGB color model

#DA9583 color RGB value is (218,149,131).

RGB: (218,149,131) (85%, 58%, 51%)

RGB channels and saturation

R 218 of 255 = 85%
G 149 of 255 = 58%
B 131 of 255 = 51%

218
149
131

R + G + B ~ 65%. #DA9583 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 149 + 131 = 498 (100%)
R 218 of 498 ~ 43.78%
G 149 of 498 ~ 29.92%
B 131 of 498 ~ 26.31'%

%43.78
%29.92
%26.31

CMYK color model

#DA9583 color CMYK value is (0,32,40,15).

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

CMYK: (0,32,40,15)
C0M32Y40K15 (0%, 32%, 40%, 15%)
(0.00 / 0.32 / 0.40 / 0.15)

CMYK percentages

%0
%31.65
%39.91
%14.51

Codes

Color #DA9583 in popluar color models

DA 95 83
RGB 218 149 131
HSL 12° 54.04% 68.43%
HSB/HSV 12° 39.91% 85.49%
CMYK 0.00% 31.65% 39.91%
14.51%

Color #DA9583 in popluar number systems.

HEX DA 95 83
Decimal 218 149 131
Binary 11011010 10010101 10000011
Octal 332 225 203

Shades and tints

Shades of #DA9583

#DA9583
(218,149,131)
#C78878
(199,136,120)
#B47B6D
(180,123,109)
#A16E62
(161,110,98)
#8E6157
(142,97,87)
#7B544C
(123,84,76)
#684741
(104,71,65)
#553A36
(85,58,54)
#422D2B
(66,45,43)
#2F2020
(47,32,32)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #DA9583

#DA9583
(218,149,131)
#DD9E8E
(221,158,142)
#E0A799
(224,167,153)
#E3B0A4
(227,176,164)
#E6B9AF
(230,185,175)
#E9C2BA
(233,194,186)
#ECCBC5
(236,203,197)
#EFD4D0
(239,212,208)
#F2DDDB
(242,221,219)
#F5E6E6
(245,230,230)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9583; }

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

This text font color is #DA9583.

Background Color

.myBgColor { background-color: #DA9583; }

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

This div background color is #DA9583.

Border color

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

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

This div border color is #DA9583.

Opacity

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

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

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

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

This text has shadow with #DA9583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9583.

Preview

Color preview on black background

This text has color #DA9583 on black background.


Color preview on white background

This text has color #DA9583 on white background.


Black color preview on #DA9583 background

This text has black color on #DA9583 background.


White color preview on #DA9583 background

This text has white color on #DA9583 background.


Related colors

Complementary color

Complementary color for #hex is #256A7C.


I love getcolorcode.com

Triadic colors

1 #83DA95 and #9583DA with #DA9583 are triadic colors.

2 #8395DA and #95DA83 with #DA9583 are triadic colors.