COLOR #DA9274

HEX: #DA9274
RGB: (218,146,116)

Color info

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

RGB color model

#DA9274 color RGB value is (218,146,116).

  • red value is 218;
  • green value is 146;
  • blue value is 116.
RGB:
(218,146,116)
(85%,57%,45%)

RGB channels and saturation

R 218 of 255 = 85%
G 146 of 255 = 57%
B 116 of 255 = 45%

218
146
116

R + G + B ~ 62%. #DA9274 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 146 + 116 = 480 (100%)
R 218 of 480 ~ 45.42%
G 146 of 480 ~ 30.42%
B 116 of 480 ~ 24.17%

%45.42
%30.42
%24.17

CMYK color model

#DA9274 color CMYK value is (0,33,47,15).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 46.79%
  • key color value is 14.51%
CMYK:
(0,33,47,15)
C0M33Y47K15 
(0%,33%,47%,15%)
(0.00/0.33/0.47/0.15)	

CMYK percentages

%0
%33.03
%46.79
%14.51

Codes

Color #DA9274 in popluar color models

DA9274
RGB218146116
HSL18°57.95%65.49%
HSB/HSV18°46.79%85.49%
CMYK0.00%33.03%46.79%
14.51%

Color #DA9274 in popluar number systems.

HEXDA9274
Decimal218146116
Binary11011010100100101110100
Octal332222164

Shades and tints

Shades of #DA9274

#DA9274
(218,146,116)
#C7856A
(199,133,106)
#B47860
(180,120,96)
#A16B56
(161,107,86)
#8E5E4C
(142,94,76)
#7B5142
(123,81,66)
#684438
(104,68,56)
#55372E
(85,55,46)
#422A24
(66,42,36)
#2F1D1A
(47,29,26)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #DA9274

#DA9274
(218,146,116)
#DD9B80
(221,155,128)
#E0A48C
(224,164,140)
#E3AD98
(227,173,152)
#E6B6A4
(230,182,164)
#E9BFB0
(233,191,176)
#ECC8BC
(236,200,188)
#EFD1C8
(239,209,200)
#F2DAD4
(242,218,212)
#F5E3E0
(245,227,224)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9274 color. Also use rgb(218,146,116) instead hex code.

Text Font Color

.myTextColor { color: #DA9274; }

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

This text font color is #DA9274.


Background Color

.myBgColor { background-color: #DA9274; }

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

This div background color is #DA9274.


Border color

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

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

This div border color is #DA9274.


Opacity

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

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

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

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

This text has shadow with #DA9274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9274 on black background.


Color preview on white background

This text has color #DA9274 on white background.



Black color preview on #DA9274 background

This text has black color on #DA9274 background.


White color preview on #DA9274 background

This text has white color on #DA9274 background.