COLOR #DA9C2D

HEX: #DA9C2D
RGB: (218,156,45)

Color info

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

RGB color model

#DA9C2D color RGB value is (218,156,45).

  • red value is 218;
  • green value is 156;
  • blue value is 45.
RGB:
(218,156,45)
(85%,61%,18%)

RGB channels and saturation

R 218 of 255 = 85%
G 156 of 255 = 61%
B 45 of 255 = 18%

218
156
45

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

Portions of RGB colors in percentages

R + G + B =
218 + 156 + 45 = 419 (100%)
R 218 of 419 ~ 52.03%
G 156 of 419 ~ 37.23%
B 45 of 419 ~ 10.74%

%52.03
%37.23
%10.74

CMYK color model

#DA9C2D color CMYK value is (0,28,79,15).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 79.36%
  • key color value is 14.51%
CMYK:
(0,28,79,15)
C0M28Y79K15 
(0%,28%,79%,15%)
(0.00/0.28/0.79/0.15)	

CMYK percentages

%0
%28.44
%79.36
%14.51

Codes

Color #DA9C2D in popluar color models

DA9C2D
RGB21815645
HSL38°70.04%51.57%
HSB/HSV38°79.36%85.49%
CMYK0.00%28.44%79.36%
14.51%

Color #DA9C2D in popluar number systems.

HEXDA9C2D
Decimal21815645
Binary1101101010011100101101
Octal33223455

Shades and tints

Shades of #DA9C2D

#DA9C2D
(218,156,45)
#C78E29
(199,142,41)
#B48025
(180,128,37)
#A17221
(161,114,33)
#8E641D
(142,100,29)
#7B5619
(123,86,25)
#684815
(104,72,21)
#553A11
(85,58,17)
#422C0D
(66,44,13)
#2F1E09
(47,30,9)
#1C1005
(28,16,5)
#000000
(0,0,0)

Tints of #DA9C2D

#DA9C2D
(218,156,45)
#DDA540
(221,165,64)
#E0AE53
(224,174,83)
#E3B766
(227,183,102)
#E6C079
(230,192,121)
#E9C98C
(233,201,140)
#ECD29F
(236,210,159)
#EFDBB2
(239,219,178)
#F2E4C5
(242,228,197)
#F5EDD8
(245,237,216)
#F8F6EB
(248,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9C2D color. Also use rgb(218,156,45) instead hex code.

Text Font Color

.myTextColor { color: #DA9C2D; }

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

This text font color is #DA9C2D.


Background Color

.myBgColor { background-color: #DA9C2D; }

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

This div background color is #DA9C2D.


Border color

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

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

This div border color is #DA9C2D.


Opacity

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

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

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

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

This text has shadow with #DA9C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9C2D on black background.


Color preview on white background

This text has color #DA9C2D on white background.



Black color preview on #DA9C2D background

This text has black color on #DA9C2D background.


White color preview on #DA9C2D background

This text has white color on #DA9C2D background.