COLOR #DA8E11

HEX: #DA8E11
RGB: (218,142,17)

Color info

#DA8E11 contains mainly red color. Web safe color of #DA8E11 is #CC9900 (or #C90).

RGB color model

#DA8E11 color RGB value is (218,142,17).

  • red value is 218;
  • green value is 142;
  • blue value is 17.
RGB:
(218,142,17)
(85%,56%,7%)

RGB channels and saturation

R 218 of 255 = 85%
G 142 of 255 = 56%
B 17 of 255 = 7%

218
142
17

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

Portions of RGB colors in percentages

R + G + B =
218 + 142 + 17 = 377 (100%)
R 218 of 377 ~ 57.82%
G 142 of 377 ~ 37.67%
B 17 of 377 ~ 4.51%

%57.82
%37.67

CMYK color model

#DA8E11 color CMYK value is (0,35,92,15).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 92.20%
  • key color value is 14.51%
CMYK:
(0,35,92,15)
C0M35Y92K15 
(0%,35%,92%,15%)
(0.00/0.35/0.92/0.15)	

CMYK percentages

%0
%34.86
%92.2
%14.51

Codes

Color #DA8E11 in popluar color models

DA8E11
RGB21814217
HSL37°85.53%46.08%
HSB/HSV37°92.20%85.49%
CMYK0.00%34.86%92.20%
14.51%

Color #DA8E11 in popluar number systems.

HEXDA8E11
Decimal21814217
Binary110110101000111010001
Octal33221621

Shades and tints

Shades of #DA8E11

#DA8E11
(218,142,17)
#C78210
(199,130,16)
#B4760F
(180,118,15)
#A16A0E
(161,106,14)
#8E5E0D
(142,94,13)
#7B520C
(123,82,12)
#68460B
(104,70,11)
#553A0A
(85,58,10)
#422E09
(66,46,9)
#2F2208
(47,34,8)
#1C1607
(28,22,7)
#000000
(0,0,0)

Tints of #DA8E11

#DA8E11
(218,142,17)
#DD9826
(221,152,38)
#E0A23B
(224,162,59)
#E3AC50
(227,172,80)
#E6B665
(230,182,101)
#E9C07A
(233,192,122)
#ECCA8F
(236,202,143)
#EFD4A4
(239,212,164)
#F2DEB9
(242,222,185)
#F5E8CE
(245,232,206)
#F8F2E3
(248,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8E11 color. Also use rgb(218,142,17) instead hex code.

Text Font Color

.myTextColor { color: #DA8E11; }

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

This text font color is #DA8E11.


Background Color

.myBgColor { background-color: #DA8E11; }

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

This div background color is #DA8E11.


Border color

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

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

This div border color is #DA8E11.


Opacity

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

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

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

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

This text has shadow with #DA8E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8E11 on black background.


Color preview on white background

This text has color #DA8E11 on white background.



Black color preview on #DA8E11 background

This text has black color on #DA8E11 background.


White color preview on #DA8E11 background

This text has white color on #DA8E11 background.