COLOR #D08664

HEX: #D08664
RGB: (208,134,100)

Color info

#D08664 contains mainly red color. Web safe color of #D08664 is #CC9966 (or #C96).

RGB color model

#D08664 color RGB value is (208,134,100).

  • red value is 208;
  • green value is 134;
  • blue value is 100.
RGB:
(208,134,100)
(82%,53%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 134 of 255 = 53%
B 100 of 255 = 39%

208
134
100

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

Portions of RGB colors in percentages

R + G + B =
208 + 134 + 100 = 442 (100%)
R 208 of 442 ~ 47.06%
G 134 of 442 ~ 30.32%
B 100 of 442 ~ 22.62%

%47.06
%30.32
%22.62

CMYK color model

#D08664 color CMYK value is (0,36,52,18).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 51.92%
  • key color value is 18.43%
CMYK:
(0,36,52,18)
C0M36Y52K18 
(0%,36%,52%,18%)
(0.00/0.36/0.52/0.18)	

CMYK percentages

%0
%35.58
%51.92
%18.43

Codes

Color #D08664 in popluar color models

D08664
RGB208134100
HSL19°53.47%60.39%
HSB/HSV19°51.92%81.57%
CMYK0.00%35.58%51.92%
18.43%

Color #D08664 in popluar number systems.

HEXD08664
Decimal208134100
Binary11010000100001101100100
Octal320206144

Shades and tints

Shades of #D08664

#D08664
(208,134,100)
#BE7A5B
(190,122,91)
#AC6E52
(172,110,82)
#9A6249
(154,98,73)
#885640
(136,86,64)
#764A37
(118,74,55)
#643E2E
(100,62,46)
#523225
(82,50,37)
#40261C
(64,38,28)
#2E1A13
(46,26,19)
#1C0E0A
(28,14,10)
#000000
(0,0,0)

Tints of #D08664

#D08664
(208,134,100)
#D49172
(212,145,114)
#D89C80
(216,156,128)
#DCA78E
(220,167,142)
#E0B29C
(224,178,156)
#E4BDAA
(228,189,170)
#E8C8B8
(232,200,184)
#ECD3C6
(236,211,198)
#F0DED4
(240,222,212)
#F4E9E2
(244,233,226)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08664 color. Also use rgb(208,134,100) instead hex code.

Text Font Color

.myTextColor { color: #D08664; }

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

This text font color is #D08664.


Background Color

.myBgColor { background-color: #D08664; }

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

This div background color is #D08664.


Border color

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

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

This div border color is #D08664.


Opacity

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

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

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

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

This text has shadow with #D08664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08664 on black background.


Color preview on white background

This text has color #D08664 on white background.



Black color preview on #D08664 background

This text has black color on #D08664 background.


White color preview on #D08664 background

This text has white color on #D08664 background.