COLOR #DA9D36

HEX: #DA9D36
RGB: (218,157,54)

Color info

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

RGB color model

#DA9D36 color RGB value is (218,157,54).

  • red value is 218;
  • green value is 157;
  • blue value is 54.
RGB:
(218,157,54)
(85%,62%,21%)

RGB channels and saturation

R 218 of 255 = 85%
G 157 of 255 = 62%
B 54 of 255 = 21%

218
157
54

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

Portions of RGB colors in percentages

R + G + B =
218 + 157 + 54 = 429 (100%)
R 218 of 429 ~ 50.82%
G 157 of 429 ~ 36.6%
B 54 of 429 ~ 12.59%

%50.82
%36.6
%12.59

CMYK color model

#DA9D36 color CMYK value is (0,28,75,15).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 75.23%
  • key color value is 14.51%
CMYK:
(0,28,75,15)
C0M28Y75K15 
(0%,28%,75%,15%)
(0.00/0.28/0.75/0.15)	

CMYK percentages

%0
%27.98
%75.23
%14.51

Codes

Color #DA9D36 in popluar color models

DA9D36
RGB21815754
HSL38°68.91%53.33%
HSB/HSV38°75.23%85.49%
CMYK0.00%27.98%75.23%
14.51%

Color #DA9D36 in popluar number systems.

HEXDA9D36
Decimal21815754
Binary1101101010011101110110
Octal33223566

Shades and tints

Shades of #DA9D36

#DA9D36
(218,157,54)
#C78F32
(199,143,50)
#B4812E
(180,129,46)
#A1732A
(161,115,42)
#8E6526
(142,101,38)
#7B5722
(123,87,34)
#68491E
(104,73,30)
#553B1A
(85,59,26)
#422D16
(66,45,22)
#2F1F12
(47,31,18)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #DA9D36

#DA9D36
(218,157,54)
#DDA548
(221,165,72)
#E0AD5A
(224,173,90)
#E3B56C
(227,181,108)
#E6BD7E
(230,189,126)
#E9C590
(233,197,144)
#ECCDA2
(236,205,162)
#EFD5B4
(239,213,180)
#F2DDC6
(242,221,198)
#F5E5D8
(245,229,216)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9D36 color. Also use rgb(218,157,54) instead hex code.

Text Font Color

.myTextColor { color: #DA9D36; }

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

This text font color is #DA9D36.


Background Color

.myBgColor { background-color: #DA9D36; }

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

This div background color is #DA9D36.


Border color

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

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

This div border color is #DA9D36.


Opacity

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

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

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

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

This text has shadow with #DA9D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9D36 on black background.


Color preview on white background

This text has color #DA9D36 on white background.



Black color preview on #DA9D36 background

This text has black color on #DA9D36 background.


White color preview on #DA9D36 background

This text has white color on #DA9D36 background.