COLOR #DA8811

HEX: #DA8811
RGB: (218,136,17)

Color info

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

RGB color model

#DA8811 color RGB value is (218,136,17).

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

RGB channels and saturation

R 218 of 255 = 85%
G 136 of 255 = 53%
B 17 of 255 = 7%

218
136
17

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

Portions of RGB colors in percentages

R + G + B =
218 + 136 + 17 = 371 (100%)
R 218 of 371 ~ 58.76%
G 136 of 371 ~ 36.66%
B 17 of 371 ~ 4.58%

%58.76
%36.66

CMYK color model

#DA8811 color CMYK value is (0,38,92,15).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 92.20%
  • key color value is 14.51%
CMYK:
(0,38,92,15)
C0M38Y92K15 
(0%,38%,92%,15%)
(0.00/0.38/0.92/0.15)	

CMYK percentages

%0
%37.61
%92.2
%14.51

Codes

Color #DA8811 in popluar color models

DA8811
RGB21813617
HSL36°85.53%46.08%
HSB/HSV36°92.20%85.49%
CMYK0.00%37.61%92.20%
14.51%

Color #DA8811 in popluar number systems.

HEXDA8811
Decimal21813617
Binary110110101000100010001
Octal33221021

Shades and tints

Shades of #DA8811

#DA8811
(218,136,17)
#C77C10
(199,124,16)
#B4700F
(180,112,15)
#A1640E
(161,100,14)
#8E580D
(142,88,13)
#7B4C0C
(123,76,12)
#68400B
(104,64,11)
#55340A
(85,52,10)
#422809
(66,40,9)
#2F1C08
(47,28,8)
#1C1007
(28,16,7)
#000000
(0,0,0)

Tints of #DA8811

#DA8811
(218,136,17)
#DD9226
(221,146,38)
#E09C3B
(224,156,59)
#E3A650
(227,166,80)
#E6B065
(230,176,101)
#E9BA7A
(233,186,122)
#ECC48F
(236,196,143)
#EFCEA4
(239,206,164)
#F2D8B9
(242,216,185)
#F5E2CE
(245,226,206)
#F8ECE3
(248,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8811; }

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

This text font color is #DA8811.


Background Color

.myBgColor { background-color: #DA8811; }

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

This div background color is #DA8811.


Border color

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

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

This div border color is #DA8811.


Opacity

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

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

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

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

This text has shadow with #DA8811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8811 on black background.


Color preview on white background

This text has color #DA8811 on white background.



Black color preview on #DA8811 background

This text has black color on #DA8811 background.


White color preview on #DA8811 background

This text has white color on #DA8811 background.