COLOR #DA9012

HEX: #DA9012
RGB: (218,144,18)

Color info

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

RGB color model

#DA9012 color RGB value is (218,144,18).

  • red value is 218;
  • green value is 144;
  • blue value is 18.
RGB:
(218,144,18)
(85%,56%,7%)

RGB channels and saturation

R 218 of 255 = 85%
G 144 of 255 = 56%
B 18 of 255 = 7%

218
144
18

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

Portions of RGB colors in percentages

R + G + B =
218 + 144 + 18 = 380 (100%)
R 218 of 380 ~ 57.37%
G 144 of 380 ~ 37.89%
B 18 of 380 ~ 4.74%

%57.37
%37.89

CMYK color model

#DA9012 color CMYK value is (0,34,92,15).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 91.74%
  • key color value is 14.51%
CMYK:
(0,34,92,15)
C0M34Y92K15 
(0%,34%,92%,15%)
(0.00/0.34/0.92/0.15)	

CMYK percentages

%0
%33.94
%91.74
%14.51

Codes

Color #DA9012 in popluar color models

DA9012
RGB21814418
HSL38°84.75%46.27%
HSB/HSV38°91.74%85.49%
CMYK0.00%33.94%91.74%
14.51%

Color #DA9012 in popluar number systems.

HEXDA9012
Decimal21814418
Binary110110101001000010010
Octal33222022

Shades and tints

Shades of #DA9012

#DA9012
(218,144,18)
#C78311
(199,131,17)
#B47610
(180,118,16)
#A1690F
(161,105,15)
#8E5C0E
(142,92,14)
#7B4F0D
(123,79,13)
#68420C
(104,66,12)
#55350B
(85,53,11)
#42280A
(66,40,10)
#2F1B09
(47,27,9)
#1C0E08
(28,14,8)
#000000
(0,0,0)

Tints of #DA9012

#DA9012
(218,144,18)
#DD9A27
(221,154,39)
#E0A43C
(224,164,60)
#E3AE51
(227,174,81)
#E6B866
(230,184,102)
#E9C27B
(233,194,123)
#ECCC90
(236,204,144)
#EFD6A5
(239,214,165)
#F2E0BA
(242,224,186)
#F5EACF
(245,234,207)
#F8F4E4
(248,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9012 color. Also use rgb(218,144,18) instead hex code.

Text Font Color

.myTextColor { color: #DA9012; }

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

This text font color is #DA9012.


Background Color

.myBgColor { background-color: #DA9012; }

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

This div background color is #DA9012.


Border color

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

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

This div border color is #DA9012.


Opacity

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

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

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

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

This text has shadow with #DA9012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9012 on black background.


Color preview on white background

This text has color #DA9012 on white background.



Black color preview on #DA9012 background

This text has black color on #DA9012 background.


White color preview on #DA9012 background

This text has white color on #DA9012 background.