COLOR #DA9E41

HEX: #DA9E41
RGB: (218,158,65)

Color info

#DA9E41 contains mainly red color. Web safe color of #DA9E41 is #CC9933 (or #C93).

RGB color model

#DA9E41 color RGB value is (218,158,65).

  • red value is 218;
  • green value is 158;
  • blue value is 65.
RGB:
(218,158,65)
(85%,62%,25%)

RGB channels and saturation

R 218 of 255 = 85%
G 158 of 255 = 62%
B 65 of 255 = 25%

218
158
65

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

Portions of RGB colors in percentages

R + G + B =
218 + 158 + 65 = 441 (100%)
R 218 of 441 ~ 49.43%
G 158 of 441 ~ 35.83%
B 65 of 441 ~ 14.74%

%49.43
%35.83
%14.74

CMYK color model

#DA9E41 color CMYK value is (0,28,70,15).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 70.18%
  • key color value is 14.51%
CMYK:
(0,28,70,15)
C0M28Y70K15 
(0%,28%,70%,15%)
(0.00/0.28/0.70/0.15)	

CMYK percentages

%0
%27.52
%70.18
%14.51

Codes

Color #DA9E41 in popluar color models

DA9E41
RGB21815865
HSL36°67.40%55.49%
HSB/HSV36°70.18%85.49%
CMYK0.00%27.52%70.18%
14.51%

Color #DA9E41 in popluar number systems.

HEXDA9E41
Decimal21815865
Binary11011010100111101000001
Octal332236101

Shades and tints

Shades of #DA9E41

#DA9E41
(218,158,65)
#C7903C
(199,144,60)
#B48237
(180,130,55)
#A17432
(161,116,50)
#8E662D
(142,102,45)
#7B5828
(123,88,40)
#684A23
(104,74,35)
#553C1E
(85,60,30)
#422E19
(66,46,25)
#2F2014
(47,32,20)
#1C120F
(28,18,15)
#000000
(0,0,0)

Tints of #DA9E41

#DA9E41
(218,158,65)
#DDA652
(221,166,82)
#E0AE63
(224,174,99)
#E3B674
(227,182,116)
#E6BE85
(230,190,133)
#E9C696
(233,198,150)
#ECCEA7
(236,206,167)
#EFD6B8
(239,214,184)
#F2DEC9
(242,222,201)
#F5E6DA
(245,230,218)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9E41 color. Also use rgb(218,158,65) instead hex code.

Text Font Color

.myTextColor { color: #DA9E41; }

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

This text font color is #DA9E41.


Background Color

.myBgColor { background-color: #DA9E41; }

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

This div background color is #DA9E41.


Border color

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

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

This div border color is #DA9E41.


Opacity

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

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

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

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

This text has shadow with #DA9E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9E41 on black background.


Color preview on white background

This text has color #DA9E41 on white background.



Black color preview on #DA9E41 background

This text has black color on #DA9E41 background.


White color preview on #DA9E41 background

This text has white color on #DA9E41 background.