COLOR #D09131

HEX: #D09131
RGB: (208,145,49)

Color info

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

RGB color model

#D09131 color RGB value is (208,145,49).

  • red value is 208;
  • green value is 145;
  • blue value is 49.
RGB:
(208,145,49)
(82%,57%,19%)

RGB channels and saturation

R 208 of 255 = 82%
G 145 of 255 = 57%
B 49 of 255 = 19%

208
145
49

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

Portions of RGB colors in percentages

R + G + B =
208 + 145 + 49 = 402 (100%)
R 208 of 402 ~ 51.74%
G 145 of 402 ~ 36.07%
B 49 of 402 ~ 12.19%

%51.74
%36.07
%12.19

CMYK color model

#D09131 color CMYK value is (0,30,76,18).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 76.44%
  • key color value is 18.43%
CMYK:
(0,30,76,18)
C0M30Y76K18 
(0%,30%,76%,18%)
(0.00/0.30/0.76/0.18)	

CMYK percentages

%0
%30.29
%76.44
%18.43

Codes

Color #D09131 in popluar color models

D09131
RGB20814549
HSL36°62.85%50.39%
HSB/HSV36°76.44%81.57%
CMYK0.00%30.29%76.44%
18.43%

Color #D09131 in popluar number systems.

HEXD09131
Decimal20814549
Binary1101000010010001110001
Octal32022161

Shades and tints

Shades of #D09131

#D09131
(208,145,49)
#BE842D
(190,132,45)
#AC7729
(172,119,41)
#9A6A25
(154,106,37)
#885D21
(136,93,33)
#76501D
(118,80,29)
#644319
(100,67,25)
#523615
(82,54,21)
#402911
(64,41,17)
#2E1C0D
(46,28,13)
#1C0F09
(28,15,9)
#000000
(0,0,0)

Tints of #D09131

#D09131
(208,145,49)
#D49B43
(212,155,67)
#D8A555
(216,165,85)
#DCAF67
(220,175,103)
#E0B979
(224,185,121)
#E4C38B
(228,195,139)
#E8CD9D
(232,205,157)
#ECD7AF
(236,215,175)
#F0E1C1
(240,225,193)
#F4EBD3
(244,235,211)
#F8F5E5
(248,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09131 color. Also use rgb(208,145,49) instead hex code.

Text Font Color

.myTextColor { color: #D09131; }

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

This text font color is #D09131.


Background Color

.myBgColor { background-color: #D09131; }

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

This div background color is #D09131.


Border color

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

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

This div border color is #D09131.


Opacity

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

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

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

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

This text has shadow with #D09131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09131 on black background.


Color preview on white background

This text has color #D09131 on white background.



Black color preview on #D09131 background

This text has black color on #D09131 background.


White color preview on #D09131 background

This text has white color on #D09131 background.