COLOR #DA8448

HEX: #DA8448
RGB: (218,132,72)

Color info

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

RGB color model

#DA8448 color RGB value is (218,132,72).

  • red value is 218;
  • green value is 132;
  • blue value is 72.
RGB:
(218,132,72)
(85%,52%,28%)

RGB channels and saturation

R 218 of 255 = 85%
G 132 of 255 = 52%
B 72 of 255 = 28%

218
132
72

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

Portions of RGB colors in percentages

R + G + B =
218 + 132 + 72 = 422 (100%)
R 218 of 422 ~ 51.66%
G 132 of 422 ~ 31.28%
B 72 of 422 ~ 17.06%

%51.66
%31.28
%17.06

CMYK color model

#DA8448 color CMYK value is (0,39,67,15).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 66.97%
  • key color value is 14.51%
CMYK:
(0,39,67,15)
C0M39Y67K15 
(0%,39%,67%,15%)
(0.00/0.39/0.67/0.15)	

CMYK percentages

%0
%39.45
%66.97
%14.51

Codes

Color #DA8448 in popluar color models

DA8448
RGB21813272
HSL25°66.36%56.86%
HSB/HSV25°66.97%85.49%
CMYK0.00%39.45%66.97%
14.51%

Color #DA8448 in popluar number systems.

HEXDA8448
Decimal21813272
Binary11011010100001001001000
Octal332204110

Shades and tints

Shades of #DA8448

#DA8448
(218,132,72)
#C77842
(199,120,66)
#B46C3C
(180,108,60)
#A16036
(161,96,54)
#8E5430
(142,84,48)
#7B482A
(123,72,42)
#683C24
(104,60,36)
#55301E
(85,48,30)
#422418
(66,36,24)
#2F1812
(47,24,18)
#1C0C0C
(28,12,12)
#000000
(0,0,0)

Tints of #DA8448

#DA8448
(218,132,72)
#DD8F58
(221,143,88)
#E09A68
(224,154,104)
#E3A578
(227,165,120)
#E6B088
(230,176,136)
#E9BB98
(233,187,152)
#ECC6A8
(236,198,168)
#EFD1B8
(239,209,184)
#F2DCC8
(242,220,200)
#F5E7D8
(245,231,216)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8448 color. Also use rgb(218,132,72) instead hex code.

Text Font Color

.myTextColor { color: #DA8448; }

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

This text font color is #DA8448.


Background Color

.myBgColor { background-color: #DA8448; }

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

This div background color is #DA8448.


Border color

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

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

This div border color is #DA8448.


Opacity

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

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

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

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

This text has shadow with #DA8448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8448 on black background.


Color preview on white background

This text has color #DA8448 on white background.



Black color preview on #DA8448 background

This text has black color on #DA8448 background.


White color preview on #DA8448 background

This text has white color on #DA8448 background.