COLOR #DA9E54

HEX: #DA9E54
RGB: (218,158,84)

Color info

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

RGB color model

#DA9E54 color RGB value is (218,158,84).

  • red value is 218;
  • green value is 158;
  • blue value is 84.
RGB:
(218,158,84)
(85%,62%,33%)

RGB channels and saturation

R 218 of 255 = 85%
G 158 of 255 = 62%
B 84 of 255 = 33%

218
158
84

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

Portions of RGB colors in percentages

R + G + B =
218 + 158 + 84 = 460 (100%)
R 218 of 460 ~ 47.39%
G 158 of 460 ~ 34.35%
B 84 of 460 ~ 18.26%

%47.39
%34.35
%18.26

CMYK color model

#DA9E54 color CMYK value is (0,28,61,15).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 61.47%
  • key color value is 14.51%
CMYK:
(0,28,61,15)
C0M28Y61K15 
(0%,28%,61%,15%)
(0.00/0.28/0.61/0.15)	

CMYK percentages

%0
%27.52
%61.47
%14.51

Codes

Color #DA9E54 in popluar color models

DA9E54
RGB21815884
HSL33°64.42%59.22%
HSB/HSV33°61.47%85.49%
CMYK0.00%27.52%61.47%
14.51%

Color #DA9E54 in popluar number systems.

HEXDA9E54
Decimal21815884
Binary11011010100111101010100
Octal332236124

Shades and tints

Shades of #DA9E54

#DA9E54
(218,158,84)
#C7904D
(199,144,77)
#B48246
(180,130,70)
#A1743F
(161,116,63)
#8E6638
(142,102,56)
#7B5831
(123,88,49)
#684A2A
(104,74,42)
#553C23
(85,60,35)
#422E1C
(66,46,28)
#2F2015
(47,32,21)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #DA9E54

#DA9E54
(218,158,84)
#DDA663
(221,166,99)
#E0AE72
(224,174,114)
#E3B681
(227,182,129)
#E6BE90
(230,190,144)
#E9C69F
(233,198,159)
#ECCEAE
(236,206,174)
#EFD6BD
(239,214,189)
#F2DECC
(242,222,204)
#F5E6DB
(245,230,219)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9E54 color. Also use rgb(218,158,84) instead hex code.

Text Font Color

.myTextColor { color: #DA9E54; }

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

This text font color is #DA9E54.


Background Color

.myBgColor { background-color: #DA9E54; }

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

This div background color is #DA9E54.


Border color

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

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

This div border color is #DA9E54.


Opacity

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

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

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

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

This text has shadow with #DA9E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9E54 on black background.


Color preview on white background

This text has color #DA9E54 on white background.



Black color preview on #DA9E54 background

This text has black color on #DA9E54 background.


White color preview on #DA9E54 background

This text has white color on #DA9E54 background.