COLOR #D09A12

HEX: #D09A12
RGB: (208,154,18)

Color info

#D09A12 contains mainly red and green colors. Web safe color of #D09A12 is #CC9900 (or #C90).

RGB color model

#D09A12 color RGB value is (208,154,18).

  • red value is 208;
  • green value is 154;
  • blue value is 18.
RGB:
(208,154,18)
(82%,60%,7%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 18 of 255 = 7%

208
154
18

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

Portions of RGB colors in percentages

R + G + B =
208 + 154 + 18 = 380 (100%)
R 208 of 380 ~ 54.74%
G 154 of 380 ~ 40.53%
B 18 of 380 ~ 4.74%

%54.74
%40.53

CMYK color model

#D09A12 color CMYK value is (0,26,91,18).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 91.35%
  • key color value is 18.43%
CMYK:
(0,26,91,18)
C0M26Y91K18 
(0%,26%,91%,18%)
(0.00/0.26/0.91/0.18)	

CMYK percentages

%0
%25.96
%91.35
%18.43

Codes

Color #D09A12 in popluar color models

D09A12
RGB20815418
HSL43°84.07%44.31%
HSB/HSV43°91.35%81.57%
CMYK0.00%25.96%91.35%
18.43%

Color #D09A12 in popluar number systems.

HEXD09A12
Decimal20815418
Binary110100001001101010010
Octal32023222

Shades and tints

Shades of #D09A12

#D09A12
(208,154,18)
#BE8C11
(190,140,17)
#AC7E10
(172,126,16)
#9A700F
(154,112,15)
#88620E
(136,98,14)
#76540D
(118,84,13)
#64460C
(100,70,12)
#52380B
(82,56,11)
#402A0A
(64,42,10)
#2E1C09
(46,28,9)
#1C0E08
(28,14,8)
#000000
(0,0,0)

Tints of #D09A12

#D09A12
(208,154,18)
#D4A327
(212,163,39)
#D8AC3C
(216,172,60)
#DCB551
(220,181,81)
#E0BE66
(224,190,102)
#E4C77B
(228,199,123)
#E8D090
(232,208,144)
#ECD9A5
(236,217,165)
#F0E2BA
(240,226,186)
#F4EBCF
(244,235,207)
#F8F4E4
(248,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09A12 color. Also use rgb(208,154,18) instead hex code.

Text Font Color

.myTextColor { color: #D09A12; }

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

This text font color is #D09A12.


Background Color

.myBgColor { background-color: #D09A12; }

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

This div background color is #D09A12.


Border color

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

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

This div border color is #D09A12.


Opacity

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

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

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

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

This text has shadow with #D09A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09A12 on black background.


Color preview on white background

This text has color #D09A12 on white background.



Black color preview on #D09A12 background

This text has black color on #D09A12 background.


White color preview on #D09A12 background

This text has white color on #D09A12 background.