COLOR #DA851F

HEX: #DA851F
RGB: (218,133,31)

Color info

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

RGB color model

#DA851F color RGB value is (218,133,31).

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

RGB channels and saturation

R 218 of 255 = 85%
G 133 of 255 = 52%
B 31 of 255 = 12%

218
133
31

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

Portions of RGB colors in percentages

R + G + B =
218 + 133 + 31 = 382 (100%)
R 218 of 382 ~ 57.07%
G 133 of 382 ~ 34.82%
B 31 of 382 ~ 8.12%

%57.07
%34.82

CMYK color model

#DA851F color CMYK value is (0,39,86,15).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 85.78%
  • key color value is 14.51%
CMYK:
(0,39,86,15)
C0M39Y86K15 
(0%,39%,86%,15%)
(0.00/0.39/0.86/0.15)	

CMYK percentages

%0
%38.99
%85.78
%14.51

Codes

Color #DA851F in popluar color models

DA851F
RGB21813331
HSL33°75.10%48.82%
HSB/HSV33°85.78%85.49%
CMYK0.00%38.99%85.78%
14.51%

Color #DA851F in popluar number systems.

HEXDA851F
Decimal21813331
Binary110110101000010111111
Octal33220537

Shades and tints

Shades of #DA851F

#DA851F
(218,133,31)
#C7791D
(199,121,29)
#B46D1B
(180,109,27)
#A16119
(161,97,25)
#8E5517
(142,85,23)
#7B4915
(123,73,21)
#683D13
(104,61,19)
#553111
(85,49,17)
#42250F
(66,37,15)
#2F190D
(47,25,13)
#1C0D0B
(28,13,11)
#000000
(0,0,0)

Tints of #DA851F

#DA851F
(218,133,31)
#DD9033
(221,144,51)
#E09B47
(224,155,71)
#E3A65B
(227,166,91)
#E6B16F
(230,177,111)
#E9BC83
(233,188,131)
#ECC797
(236,199,151)
#EFD2AB
(239,210,171)
#F2DDBF
(242,221,191)
#F5E8D3
(245,232,211)
#F8F3E7
(248,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA851F; }

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

This text font color is #DA851F.


Background Color

.myBgColor { background-color: #DA851F; }

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

This div background color is #DA851F.


Border color

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

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

This div border color is #DA851F.


Opacity

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

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

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

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

This text has shadow with #DA851F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA851F on black background.


Color preview on white background

This text has color #DA851F on white background.



Black color preview on #DA851F background

This text has black color on #DA851F background.


White color preview on #DA851F background

This text has white color on #DA851F background.