COLOR #D08D72

HEX: #D08D72
RGB: (208,141,114)

Color info

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

RGB color model

#D08D72 color RGB value is (208,141,114).

  • red value is 208;
  • green value is 141;
  • blue value is 114.
RGB:
(208,141,114)
(82%,55%,45%)

RGB channels and saturation

R 208 of 255 = 82%
G 141 of 255 = 55%
B 114 of 255 = 45%

208
141
114

R + G + B ~ 61%. #D08D72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 141 + 114 = 463 (100%)
R 208 of 463 ~ 44.92%
G 141 of 463 ~ 30.45%
B 114 of 463 ~ 24.62%

%44.92
%30.45
%24.62

CMYK color model

#D08D72 color CMYK value is (0,32,45,18).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 45.19%
  • key color value is 18.43%
CMYK:
(0,32,45,18)
C0M32Y45K18 
(0%,32%,45%,18%)
(0.00/0.32/0.45/0.18)	

CMYK percentages

%0
%32.21
%45.19
%18.43

Codes

Color #D08D72 in popluar color models

D08D72
RGB208141114
HSL17°50.00%63.14%
HSB/HSV17°45.19%81.57%
CMYK0.00%32.21%45.19%
18.43%

Color #D08D72 in popluar number systems.

HEXD08D72
Decimal208141114
Binary11010000100011011110010
Octal320215162

Shades and tints

Shades of #D08D72

#D08D72
(208,141,114)
#BE8168
(190,129,104)
#AC755E
(172,117,94)
#9A6954
(154,105,84)
#885D4A
(136,93,74)
#765140
(118,81,64)
#644536
(100,69,54)
#52392C
(82,57,44)
#402D22
(64,45,34)
#2E2118
(46,33,24)
#1C150E
(28,21,14)
#000000
(0,0,0)

Tints of #D08D72

#D08D72
(208,141,114)
#D4977E
(212,151,126)
#D8A18A
(216,161,138)
#DCAB96
(220,171,150)
#E0B5A2
(224,181,162)
#E4BFAE
(228,191,174)
#E8C9BA
(232,201,186)
#ECD3C6
(236,211,198)
#F0DDD2
(240,221,210)
#F4E7DE
(244,231,222)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08D72 color. Also use rgb(208,141,114) instead hex code.

Text Font Color

.myTextColor { color: #D08D72; }

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

This text font color is #D08D72.


Background Color

.myBgColor { background-color: #D08D72; }

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

This div background color is #D08D72.


Border color

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

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

This div border color is #D08D72.


Opacity

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

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

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

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

This text has shadow with #D08D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08D72 on black background.


Color preview on white background

This text has color #D08D72 on white background.



Black color preview on #D08D72 background

This text has black color on #D08D72 background.


White color preview on #D08D72 background

This text has white color on #D08D72 background.