COLOR #DA9E06

HEX: #DA9E06
RGB: (218,158,6)

Color info

#DA9E06 contains mainly red color. Web safe color of #DA9E06 is #CC9900 (or #C90).

RGB color model

#DA9E06 color RGB value is (218,158,6).

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

RGB channels and saturation

R 218 of 255 = 85%
G 158 of 255 = 62%
B 6 of 255 = 2%

218
158
6

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

Portions of RGB colors in percentages

R + G + B =
218 + 158 + 6 = 382 (100%)
R 218 of 382 ~ 57.07%
G 158 of 382 ~ 41.36%
B 6 of 382 ~ 1.57%

%57.07
%41.36

CMYK color model

#DA9E06 color CMYK value is (0,28,97,15).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 97.25%
  • key color value is 14.51%
CMYK:
(0,28,97,15)
C0M28Y97K15 
(0%,28%,97%,15%)
(0.00/0.28/0.97/0.15)	

CMYK percentages

%0
%27.52
%97.25
%14.51

Codes

Color #DA9E06 in popluar color models

DA9E06
RGB2181586
HSL43°94.64%43.92%
HSB/HSV43°97.25%85.49%
CMYK0.00%27.52%97.25%
14.51%

Color #DA9E06 in popluar number systems.

HEXDA9E06
Decimal2181586
Binary1101101010011110110
Octal3322366

Shades and tints

Shades of #DA9E06

#DA9E06
(218,158,6)
#C79006
(199,144,6)
#B48206
(180,130,6)
#A17406
(161,116,6)
#8E6606
(142,102,6)
#7B5806
(123,88,6)
#684A06
(104,74,6)
#553C06
(85,60,6)
#422E06
(66,46,6)
#2F2006
(47,32,6)
#1C1206
(28,18,6)
#000000
(0,0,0)

Tints of #DA9E06

#DA9E06
(218,158,6)
#DDA61C
(221,166,28)
#E0AE32
(224,174,50)
#E3B648
(227,182,72)
#E6BE5E
(230,190,94)
#E9C674
(233,198,116)
#ECCE8A
(236,206,138)
#EFD6A0
(239,214,160)
#F2DEB6
(242,222,182)
#F5E6CC
(245,230,204)
#F8EEE2
(248,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9E06; }

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

This text font color is #DA9E06.


Background Color

.myBgColor { background-color: #DA9E06; }

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

This div background color is #DA9E06.


Border color

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

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

This div border color is #DA9E06.


Opacity

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

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

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

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

This text has shadow with #DA9E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9E06 on black background.


Color preview on white background

This text has color #DA9E06 on white background.



Black color preview on #DA9E06 background

This text has black color on #DA9E06 background.


White color preview on #DA9E06 background

This text has white color on #DA9E06 background.