COLOR #D18F09

HEX: #D18F09
RGB: (209,143,9)

Color info

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

RGB color model

#D18F09 color RGB value is (209,143,9).

  • red value is 209;
  • green value is 143;
  • blue value is 9.
RGB:
(209,143,9)
(82%,56%,4%)

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 9 of 255 = 4%

209
143
9

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

Portions of RGB colors in percentages

R + G + B =
209 + 143 + 9 = 361 (100%)
R 209 of 361 ~ 57.89%
G 143 of 361 ~ 39.61%
B 9 of 361 ~ 2.49%

%57.89
%39.61

CMYK color model

#D18F09 color CMYK value is (0,32,96,18).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 95.69%
  • key color value is 18.04%
CMYK:
(0,32,96,18)
C0M32Y96K18 
(0%,32%,96%,18%)
(0.00/0.32/0.96/0.18)	

CMYK percentages

%0
%31.58
%95.69
%18.04

Codes

Color #D18F09 in popluar color models

D18F09
RGB2091439
HSL40°91.74%42.75%
HSB/HSV40°95.69%81.96%
CMYK0.00%31.58%95.69%
18.04%

Color #D18F09 in popluar number systems.

HEXD18F09
Decimal2091439
Binary11010001100011111001
Octal32121711

Shades and tints

Shades of #D18F09

#D18F09
(209,143,9)
#BE8209
(190,130,9)
#AB7509
(171,117,9)
#986809
(152,104,9)
#855B09
(133,91,9)
#724E09
(114,78,9)
#5F4109
(95,65,9)
#4C3409
(76,52,9)
#392709
(57,39,9)
#261A09
(38,26,9)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #D18F09

#D18F09
(209,143,9)
#D5991F
(213,153,31)
#D9A335
(217,163,53)
#DDAD4B
(221,173,75)
#E1B761
(225,183,97)
#E5C177
(229,193,119)
#E9CB8D
(233,203,141)
#EDD5A3
(237,213,163)
#F1DFB9
(241,223,185)
#F5E9CF
(245,233,207)
#F9F3E5
(249,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18F09 color. Also use rgb(209,143,9) instead hex code.

Text Font Color

.myTextColor { color: #D18F09; }

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

This text font color is #D18F09.


Background Color

.myBgColor { background-color: #D18F09; }

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

This div background color is #D18F09.


Border color

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

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

This div border color is #D18F09.


Opacity

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

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

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

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

This text has shadow with #D18F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18F09 on black background.


Color preview on white background

This text has color #D18F09 on white background.



Black color preview on #D18F09 background

This text has black color on #D18F09 background.


White color preview on #D18F09 background

This text has white color on #D18F09 background.