COLOR #D08C60

HEX: #D08C60
RGB: (208,140,96)

Color info

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

RGB color model

#D08C60 color RGB value is (208,140,96).

  • red value is 208;
  • green value is 140;
  • blue value is 96.
RGB:
(208,140,96)
(82%,55%,38%)

RGB channels and saturation

R 208 of 255 = 82%
G 140 of 255 = 55%
B 96 of 255 = 38%

208
140
96

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

Portions of RGB colors in percentages

R + G + B =
208 + 140 + 96 = 444 (100%)
R 208 of 444 ~ 46.85%
G 140 of 444 ~ 31.53%
B 96 of 444 ~ 21.62%

%46.85
%31.53
%21.62

CMYK color model

#D08C60 color CMYK value is (0,33,54,18).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 53.85%
  • key color value is 18.43%
CMYK:
(0,33,54,18)
C0M33Y54K18 
(0%,33%,54%,18%)
(0.00/0.33/0.54/0.18)	

CMYK percentages

%0
%32.69
%53.85
%18.43

Codes

Color #D08C60 in popluar color models

D08C60
RGB20814096
HSL24°54.37%59.61%
HSB/HSV24°53.85%81.57%
CMYK0.00%32.69%53.85%
18.43%

Color #D08C60 in popluar number systems.

HEXD08C60
Decimal20814096
Binary11010000100011001100000
Octal320214140

Shades and tints

Shades of #D08C60

#D08C60
(208,140,96)
#BE8058
(190,128,88)
#AC7450
(172,116,80)
#9A6848
(154,104,72)
#885C40
(136,92,64)
#765038
(118,80,56)
#644430
(100,68,48)
#523828
(82,56,40)
#402C20
(64,44,32)
#2E2018
(46,32,24)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #D08C60

#D08C60
(208,140,96)
#D4966E
(212,150,110)
#D8A07C
(216,160,124)
#DCAA8A
(220,170,138)
#E0B498
(224,180,152)
#E4BEA6
(228,190,166)
#E8C8B4
(232,200,180)
#ECD2C2
(236,210,194)
#F0DCD0
(240,220,208)
#F4E6DE
(244,230,222)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08C60 color. Also use rgb(208,140,96) instead hex code.

Text Font Color

.myTextColor { color: #D08C60; }

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

This text font color is #D08C60.


Background Color

.myBgColor { background-color: #D08C60; }

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

This div background color is #D08C60.


Border color

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

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

This div border color is #D08C60.


Opacity

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

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

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

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

This text has shadow with #D08C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08C60 on black background.


Color preview on white background

This text has color #D08C60 on white background.



Black color preview on #D08C60 background

This text has black color on #D08C60 background.


White color preview on #D08C60 background

This text has white color on #D08C60 background.