COLOR #DA9B82

HEX: #DA9B82 RGB: (218,155,130)

Color info

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

RGB color model

#DA9B82 color RGB value is (218,155,130).

RGB: (218,155,130) (85%, 61%, 51%)

RGB channels and saturation

R 218 of 255 = 85%
G 155 of 255 = 61%
B 130 of 255 = 51%

218
155
130

R + G + B ~ 66%. #DA9B82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 155 + 130 = 503 (100%)
R 218 of 503 ~ 43.34%
G 155 of 503 ~ 30.82%
B 130 of 503 ~ 25.84'%

%43.34
%30.82
%25.84

CMYK color model

#DA9B82 color CMYK value is (0,29,40,15).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 40.37%
  • key color value is 14.51%

CMYK: (0,29,40,15)
C0M29Y40K15 (0%, 29%, 40%, 15%)
(0.00 / 0.29 / 0.40 / 0.15)

CMYK percentages

%0
%28.9
%40.37
%14.51

Codes

Color #DA9B82 in popluar color models

DA 9B 82
RGB 218 155 130
HSL 17° 54.32% 68.24%
HSB/HSV 17° 40.37% 85.49%
CMYK 0.00% 28.90% 40.37%
14.51%

Color #DA9B82 in popluar number systems.

HEX DA 9B 82
Decimal 218 155 130
Binary 11011010 10011011 10000010
Octal 332 233 202

Shades and tints

Shades of #DA9B82

#DA9B82
(218,155,130)
#C78D77
(199,141,119)
#B47F6C
(180,127,108)
#A17161
(161,113,97)
#8E6356
(142,99,86)
#7B554B
(123,85,75)
#684740
(104,71,64)
#553935
(85,57,53)
#422B2A
(66,43,42)
#2F1D1F
(47,29,31)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #DA9B82

#DA9B82
(218,155,130)
#DDA48D
(221,164,141)
#E0AD98
(224,173,152)
#E3B6A3
(227,182,163)
#E6BFAE
(230,191,174)
#E9C8B9
(233,200,185)
#ECD1C4
(236,209,196)
#EFDACF
(239,218,207)
#F2E3DA
(242,227,218)
#F5ECE5
(245,236,229)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9B82 color. Also use rgb(218,155,130) instead hex code.

Text Font Color

.myTextColor { color: #DA9B82; }

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

This text font color is #DA9B82.

Background Color

.myBgColor { background-color: #DA9B82; }

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

This div background color is #DA9B82.

Border color

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

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

This div border color is #DA9B82.

Opacity

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

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

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

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

This text has shadow with #DA9B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9B82.

Preview

Color preview on black background

This text has color #DA9B82 on black background.


Color preview on white background

This text has color #DA9B82 on white background.


Black color preview on #DA9B82 background

This text has black color on #DA9B82 background.


White color preview on #DA9B82 background

This text has white color on #DA9B82 background.


Related colors

Complementary color

Complementary color for #hex is #25647D.


I love getcolorcode.com

Triadic colors

1 #82DA9B and #9B82DA with #DA9B82 are triadic colors.

2 #829BDA and #9BDA82 with #DA9B82 are triadic colors.