COLOR #DA9B6F

HEX: #DA9B6F RGB: (218,155,111)

Color info

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

RGB color model

#DA9B6F color RGB value is (218,155,111).

RGB: (218,155,111) (85%, 61%, 44%)

RGB channels and saturation

R 218 of 255 = 85%
G 155 of 255 = 61%
B 111 of 255 = 44%

218
155
111

R + G + B ~ 63%. #DA9B6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 155 + 111 = 484 (100%)
R 218 of 484 ~ 45.04%
G 155 of 484 ~ 32.02%
B 111 of 484 ~ 22.93'%

%45.04
%32.02
%22.93

CMYK color model

#DA9B6F color CMYK value is (0,29,49,15).

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

CMYK: (0,29,49,15)
C0M29Y49K15 (0%, 29%, 49%, 15%)
(0.00 / 0.29 / 0.49 / 0.15)

CMYK percentages

%0
%28.9
%49.08
%14.51

Codes

Color #DA9B6F in popluar color models

DA 9B 6F
RGB 218 155 111
HSL 25° 59.12% 64.51%
HSB/HSV 25° 49.08% 85.49%
CMYK 0.00% 28.90% 49.08%
14.51%

Color #DA9B6F in popluar number systems.

HEX DA 9B 6F
Decimal 218 155 111
Binary 11011010 10011011 1101111
Octal 332 233 157

Shades and tints

Shades of #DA9B6F

#DA9B6F
(218,155,111)
#C78D65
(199,141,101)
#B47F5B
(180,127,91)
#A17151
(161,113,81)
#8E6347
(142,99,71)
#7B553D
(123,85,61)
#684733
(104,71,51)
#553929
(85,57,41)
#422B1F
(66,43,31)
#2F1D15
(47,29,21)
#1C0F0B
(28,15,11)
#000000
(0,0,0)

Tints of #DA9B6F

#DA9B6F
(218,155,111)
#DDA47C
(221,164,124)
#E0AD89
(224,173,137)
#E3B696
(227,182,150)
#E6BFA3
(230,191,163)
#E9C8B0
(233,200,176)
#ECD1BD
(236,209,189)
#EFDACA
(239,218,202)
#F2E3D7
(242,227,215)
#F5ECE4
(245,236,228)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9B6F; }

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

This text font color is #DA9B6F.

Background Color

.myBgColor { background-color: #DA9B6F; }

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

This div background color is #DA9B6F.

Border color

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

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

This div border color is #DA9B6F.

Opacity

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

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

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

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

This text has shadow with #DA9B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9B6F.

Preview

Color preview on black background

This text has color #DA9B6F on black background.


Color preview on white background

This text has color #DA9B6F on white background.


Black color preview on #DA9B6F background

This text has black color on #DA9B6F background.


White color preview on #DA9B6F background

This text has white color on #DA9B6F background.


Related colors

Complementary color

Complementary color for #hex is #256490.


I love getcolorcode.com

Triadic colors

1 #6FDA9B and #9B6FDA with #DA9B6F are triadic colors.

2 #6F9BDA and #9BDA6F with #DA9B6F are triadic colors.