COLOR #DA5A09

HEX: #DA5A09
RGB: (218,90,9)

Color info

#DA5A09 contains mainly red color. Web safe color of #DA5A09 is #CC6600 (or #C60).

RGB color model

#DA5A09 color RGB value is (218,90,9).

  • red value is 218;
  • green value is 90;
  • blue value is 9.
RGB:
(218,90,9)
(85%,35%,4%)

RGB channels and saturation

R 218 of 255 = 85%
G 90 of 255 = 35%
B 9 of 255 = 4%

218
90
9

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

Portions of RGB colors in percentages

R + G + B =
218 + 90 + 9 = 317 (100%)
R 218 of 317 ~ 68.77%
G 90 of 317 ~ 28.39%
B 9 of 317 ~ 2.84%

%68.77
%28.39

CMYK color model

#DA5A09 color CMYK value is (0,59,96,15).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 95.87%
  • key color value is 14.51%
CMYK:
(0,59,96,15)
C0M59Y96K15 
(0%,59%,96%,15%)
(0.00/0.59/0.96/0.15)	

CMYK percentages

%0
%58.72
%95.87
%14.51

Codes

Color #DA5A09 in popluar color models

DA5A09
RGB218909
HSL23°92.07%44.51%
HSB/HSV23°95.87%85.49%
CMYK0.00%58.72%95.87%
14.51%

Color #DA5A09 in popluar number systems.

HEXDA5A09
Decimal218909
Binary1101101010110101001
Octal33213211

Shades and tints

Shades of #DA5A09

#DA5A09
(218,90,9)
#C75209
(199,82,9)
#B44A09
(180,74,9)
#A14209
(161,66,9)
#8E3A09
(142,58,9)
#7B3209
(123,50,9)
#682A09
(104,42,9)
#552209
(85,34,9)
#421A09
(66,26,9)
#2F1209
(47,18,9)
#1C0A09
(28,10,9)
#000000
(0,0,0)

Tints of #DA5A09

#DA5A09
(218,90,9)
#DD691F
(221,105,31)
#E07835
(224,120,53)
#E3874B
(227,135,75)
#E69661
(230,150,97)
#E9A577
(233,165,119)
#ECB48D
(236,180,141)
#EFC3A3
(239,195,163)
#F2D2B9
(242,210,185)
#F5E1CF
(245,225,207)
#F8F0E5
(248,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5A09 color. Also use rgb(218,90,9) instead hex code.

Text Font Color

.myTextColor { color: #DA5A09; }

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

This text font color is #DA5A09.


Background Color

.myBgColor { background-color: #DA5A09; }

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

This div background color is #DA5A09.


Border color

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

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

This div border color is #DA5A09.


Opacity

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

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

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

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

This text has shadow with #DA5A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA5A09 on black background.


Color preview on white background

This text has color #DA5A09 on white background.



Black color preview on #DA5A09 background

This text has black color on #DA5A09 background.


White color preview on #DA5A09 background

This text has white color on #DA5A09 background.