COLOR #D09C6F

HEX: #D09C6F
RGB: (208,156,111)

Color info

#D09C6F contains mainly red and green colors. Web safe color of #D09C6F is #CC9966 (or #C96).

RGB color model

#D09C6F color RGB value is (208,156,111).

  • red value is 208;
  • green value is 156;
  • blue value is 111.
RGB:
(208,156,111)
(82%,61%,44%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 111 of 255 = 44%

208
156
111

R + G + B ~ 62%. #D09C6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 156 + 111 = 475 (100%)
R 208 of 475 ~ 43.79%
G 156 of 475 ~ 32.84%
B 111 of 475 ~ 23.37%

%43.79
%32.84
%23.37

CMYK color model

#D09C6F color CMYK value is (0,25,47,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 46.63%
  • key color value is 18.43%
CMYK:
(0,25,47,18)
C0M25Y47K18 
(0%,25%,47%,18%)
(0.00/0.25/0.47/0.18)	

CMYK percentages

%0
%25
%46.63
%18.43

Codes

Color #D09C6F in popluar color models

D09C6F
RGB208156111
HSL28°50.79%62.55%
HSB/HSV28°46.63%81.57%
CMYK0.00%25.00%46.63%
18.43%

Color #D09C6F in popluar number systems.

HEXD09C6F
Decimal208156111
Binary11010000100111001101111
Octal320234157

Shades and tints

Shades of #D09C6F

#D09C6F
(208,156,111)
#BE8E65
(190,142,101)
#AC805B
(172,128,91)
#9A7251
(154,114,81)
#886447
(136,100,71)
#76563D
(118,86,61)
#644833
(100,72,51)
#523A29
(82,58,41)
#402C1F
(64,44,31)
#2E1E15
(46,30,21)
#1C100B
(28,16,11)
#000000
(0,0,0)

Tints of #D09C6F

#D09C6F
(208,156,111)
#D4A57C
(212,165,124)
#D8AE89
(216,174,137)
#DCB796
(220,183,150)
#E0C0A3
(224,192,163)
#E4C9B0
(228,201,176)
#E8D2BD
(232,210,189)
#ECDBCA
(236,219,202)
#F0E4D7
(240,228,215)
#F4EDE4
(244,237,228)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09C6F color. Also use rgb(208,156,111) instead hex code.

Text Font Color

.myTextColor { color: #D09C6F; }

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

This text font color is #D09C6F.


Background Color

.myBgColor { background-color: #D09C6F; }

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

This div background color is #D09C6F.


Border color

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

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

This div border color is #D09C6F.


Opacity

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

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

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

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

This text has shadow with #D09C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09C6F on black background.


Color preview on white background

This text has color #D09C6F on white background.



Black color preview on #D09C6F background

This text has black color on #D09C6F background.


White color preview on #D09C6F background

This text has white color on #D09C6F background.