COLOR #DA8E45

HEX: #DA8E45
RGB: (218,142,69)

Color info

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

RGB color model

#DA8E45 color RGB value is (218,142,69).

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

RGB channels and saturation

R 218 of 255 = 85%
G 142 of 255 = 56%
B 69 of 255 = 27%

218
142
69

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

Portions of RGB colors in percentages

R + G + B =
218 + 142 + 69 = 429 (100%)
R 218 of 429 ~ 50.82%
G 142 of 429 ~ 33.1%
B 69 of 429 ~ 16.08%

%50.82
%33.1
%16.08

CMYK color model

#DA8E45 color CMYK value is (0,35,68,15).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 68.35%
  • key color value is 14.51%
CMYK:
(0,35,68,15)
C0M35Y68K15 
(0%,35%,68%,15%)
(0.00/0.35/0.68/0.15)	

CMYK percentages

%0
%34.86
%68.35
%14.51

Codes

Color #DA8E45 in popluar color models

DA8E45
RGB21814269
HSL29°66.82%56.27%
HSB/HSV29°68.35%85.49%
CMYK0.00%34.86%68.35%
14.51%

Color #DA8E45 in popluar number systems.

HEXDA8E45
Decimal21814269
Binary11011010100011101000101
Octal332216105

Shades and tints

Shades of #DA8E45

#DA8E45
(218,142,69)
#C7823F
(199,130,63)
#B47639
(180,118,57)
#A16A33
(161,106,51)
#8E5E2D
(142,94,45)
#7B5227
(123,82,39)
#684621
(104,70,33)
#553A1B
(85,58,27)
#422E15
(66,46,21)
#2F220F
(47,34,15)
#1C1609
(28,22,9)
#000000
(0,0,0)

Tints of #DA8E45

#DA8E45
(218,142,69)
#DD9855
(221,152,85)
#E0A265
(224,162,101)
#E3AC75
(227,172,117)
#E6B685
(230,182,133)
#E9C095
(233,192,149)
#ECCAA5
(236,202,165)
#EFD4B5
(239,212,181)
#F2DEC5
(242,222,197)
#F5E8D5
(245,232,213)
#F8F2E5
(248,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8E45; }

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

This text font color is #DA8E45.


Background Color

.myBgColor { background-color: #DA8E45; }

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

This div background color is #DA8E45.


Border color

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

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

This div border color is #DA8E45.


Opacity

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

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

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

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

This text has shadow with #DA8E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8E45 on black background.


Color preview on white background

This text has color #DA8E45 on white background.



Black color preview on #DA8E45 background

This text has black color on #DA8E45 background.


White color preview on #DA8E45 background

This text has white color on #DA8E45 background.