COLOR #DA852F

HEX: #DA852F RGB: (218,133,47)

Color info

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

RGB color model

#DA852F color RGB value is (218,133,47).

RGB: (218,133,47) (85%, 52%, 18%)

RGB channels and saturation

R 218 of 255 = 85%
G 133 of 255 = 52%
B 47 of 255 = 18%

218
133
47

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

Portions of RGB colors in percentages

R + G + B = 218 + 133 + 47 = 398 (100%)
R 218 of 398 ~ 54.77%
G 133 of 398 ~ 33.42%
B 47 of 398 ~ 11.81'%

%54.77
%33.42
%11.81

CMYK color model

#DA852F color CMYK value is (0,39,78,15).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 78.44%
  • key color value is 14.51%
CMYK: (0,39,78,15) C0M39Y78K15 (0%,39%,78%,15%) (0.00/0.39/0.78/0.15) 

CMYK percentages

%0
%38.99
%78.44
%14.51

Codes

Color #DA852F in popluar color models

DA 85 2F
RGB 218 133 47
HSL 30° 69.80% 51.96%
HSB/HSV 30° 78.44% 85.49%
CMYK 0.00% 38.99% 78.44%
14.51%

Color #DA852F in popluar number systems.

HEX DA 85 2F
Decimal 218 133 47
Binary 11011010 10000101 101111
Octal 332 205 57

Shades and tints

Shades of #DA852F

#DA852F
(218,133,47)
#C7792B
(199,121,43)
#B46D27
(180,109,39)
#A16123
(161,97,35)
#8E551F
(142,85,31)
#7B491B
(123,73,27)
#683D17
(104,61,23)
#553113
(85,49,19)
#42250F
(66,37,15)
#2F190B
(47,25,11)
#1C0D07
(28,13,7)
#000000
(0,0,0)

Tints of #DA852F

#DA852F
(218,133,47)
#DD9041
(221,144,65)
#E09B53
(224,155,83)
#E3A665
(227,166,101)
#E6B177
(230,177,119)
#E9BC89
(233,188,137)
#ECC79B
(236,199,155)
#EFD2AD
(239,210,173)
#F2DDBF
(242,221,191)
#F5E8D1
(245,232,209)
#F8F3E3
(248,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA852F; }

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

This text font color is #DA852F.

Background Color

.myBgColor { background-color: #DA852F; }

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

This div background color is #DA852F.

Border color

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

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

This div border color is #DA852F.

Opacity

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

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

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

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

This text has shadow with #DA852F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA852F.

Preview

Color preview on black background

This text has color #DA852F on black background.


Color preview on white background

This text has color #DA852F on white background.


Black color preview on #DA852F background

This text has black color on #DA852F background.


White color preview on #DA852F background

This text has white color on #DA852F background.


Related colors

Complementary color

Complementary color for #hex is #257AD0.


I love getcolorcode.com

Triadic colors

1 #2FDA85 and #852FDA with #DA852F are triadic colors.

2 #2F85DA and #85DA2F with #DA852F are triadic colors.