COLOR #DA8C28

HEX: #DA8C28
RGB: (218,140,40)

Color info

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

RGB color model

#DA8C28 color RGB value is (218,140,40).

  • red value is 218;
  • green value is 140;
  • blue value is 40.
RGB:
(218,140,40)
(85%,55%,16%)

RGB channels and saturation

R 218 of 255 = 85%
G 140 of 255 = 55%
B 40 of 255 = 16%

218
140
40

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

Portions of RGB colors in percentages

R + G + B =
218 + 140 + 40 = 398 (100%)
R 218 of 398 ~ 54.77%
G 140 of 398 ~ 35.18%
B 40 of 398 ~ 10.05%

%54.77
%35.18
%10.05

CMYK color model

#DA8C28 color CMYK value is (0,36,82,15).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 81.65%
  • key color value is 14.51%
CMYK:
(0,36,82,15)
C0M36Y82K15 
(0%,36%,82%,15%)
(0.00/0.36/0.82/0.15)	

CMYK percentages

%0
%35.78
%81.65
%14.51

Codes

Color #DA8C28 in popluar color models

DA8C28
RGB21814040
HSL34°70.63%50.59%
HSB/HSV34°81.65%85.49%
CMYK0.00%35.78%81.65%
14.51%

Color #DA8C28 in popluar number systems.

HEXDA8C28
Decimal21814040
Binary1101101010001100101000
Octal33221450

Shades and tints

Shades of #DA8C28

#DA8C28
(218,140,40)
#C78025
(199,128,37)
#B47422
(180,116,34)
#A1681F
(161,104,31)
#8E5C1C
(142,92,28)
#7B5019
(123,80,25)
#684416
(104,68,22)
#553813
(85,56,19)
#422C10
(66,44,16)
#2F200D
(47,32,13)
#1C140A
(28,20,10)
#000000
(0,0,0)

Tints of #DA8C28

#DA8C28
(218,140,40)
#DD963B
(221,150,59)
#E0A04E
(224,160,78)
#E3AA61
(227,170,97)
#E6B474
(230,180,116)
#E9BE87
(233,190,135)
#ECC89A
(236,200,154)
#EFD2AD
(239,210,173)
#F2DCC0
(242,220,192)
#F5E6D3
(245,230,211)
#F8F0E6
(248,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8C28 color. Also use rgb(218,140,40) instead hex code.

Text Font Color

.myTextColor { color: #DA8C28; }

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

This text font color is #DA8C28.


Background Color

.myBgColor { background-color: #DA8C28; }

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

This div background color is #DA8C28.


Border color

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

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

This div border color is #DA8C28.


Opacity

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

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

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

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

This text has shadow with #DA8C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8C28 on black background.


Color preview on white background

This text has color #DA8C28 on white background.



Black color preview on #DA8C28 background

This text has black color on #DA8C28 background.


White color preview on #DA8C28 background

This text has white color on #DA8C28 background.