COLOR #DA8552

HEX: #DA8552
RGB: (218,133,82)

Color info

#DA8552 contains mainly red color. Web safe color of #DA8552 is #CC9966 (or #C96).

RGB color model

#DA8552 color RGB value is (218,133,82).

  • red value is 218;
  • green value is 133;
  • blue value is 82.
RGB:
(218,133,82)
(85%,52%,32%)

RGB channels and saturation

R 218 of 255 = 85%
G 133 of 255 = 52%
B 82 of 255 = 32%

218
133
82

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

Portions of RGB colors in percentages

R + G + B =
218 + 133 + 82 = 433 (100%)
R 218 of 433 ~ 50.35%
G 133 of 433 ~ 30.72%
B 82 of 433 ~ 18.94%

%50.35
%30.72
%18.94

CMYK color model

#DA8552 color CMYK value is (0,39,62,15).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 62.39%
  • key color value is 14.51%
CMYK:
(0,39,62,15)
C0M39Y62K15 
(0%,39%,62%,15%)
(0.00/0.39/0.62/0.15)	

CMYK percentages

%0
%38.99
%62.39
%14.51

Codes

Color #DA8552 in popluar color models

DA8552
RGB21813382
HSL23°64.76%58.82%
HSB/HSV23°62.39%85.49%
CMYK0.00%38.99%62.39%
14.51%

Color #DA8552 in popluar number systems.

HEXDA8552
Decimal21813382
Binary11011010100001011010010
Octal332205122

Shades and tints

Shades of #DA8552

#DA8552
(218,133,82)
#C7794B
(199,121,75)
#B46D44
(180,109,68)
#A1613D
(161,97,61)
#8E5536
(142,85,54)
#7B492F
(123,73,47)
#683D28
(104,61,40)
#553121
(85,49,33)
#42251A
(66,37,26)
#2F1913
(47,25,19)
#1C0D0C
(28,13,12)
#000000
(0,0,0)

Tints of #DA8552

#DA8552
(218,133,82)
#DD9061
(221,144,97)
#E09B70
(224,155,112)
#E3A67F
(227,166,127)
#E6B18E
(230,177,142)
#E9BC9D
(233,188,157)
#ECC7AC
(236,199,172)
#EFD2BB
(239,210,187)
#F2DDCA
(242,221,202)
#F5E8D9
(245,232,217)
#F8F3E8
(248,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8552 color. Also use rgb(218,133,82) instead hex code.

Text Font Color

.myTextColor { color: #DA8552; }

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

This text font color is #DA8552.


Background Color

.myBgColor { background-color: #DA8552; }

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

This div background color is #DA8552.


Border color

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

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

This div border color is #DA8552.


Opacity

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

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

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

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

This text has shadow with #DA8552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8552 on black background.


Color preview on white background

This text has color #DA8552 on white background.



Black color preview on #DA8552 background

This text has black color on #DA8552 background.


White color preview on #DA8552 background

This text has white color on #DA8552 background.