COLOR #D08D79

HEX: #D08D79 RGB: (208,141,121)

Color info

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

RGB color model

#D08D79 color RGB value is (208,141,121).

RGB: (208,141,121) (82%, 55%, 47%)

RGB channels and saturation

R 208 of 255 = 82%
G 141 of 255 = 55%
B 121 of 255 = 47%

208
141
121

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

Portions of RGB colors in percentages

R + G + B = 208 + 141 + 121 = 470 (100%)
R 208 of 470 ~ 44.26%
G 141 of 470 ~ 30%
B 121 of 470 ~ 25.74'%

%44.26
%30
%25.74

CMYK color model

#D08D79 color CMYK value is (0,32,42,18).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 41.83%
  • key color value is 18.43%

CMYK: (0,32,42,18)
C0M32Y42K18 (0%, 32%, 42%, 18%)
(0.00 / 0.32 / 0.42 / 0.18)

CMYK percentages

%0
%32.21
%41.83
%18.43

Codes

Color #D08D79 in popluar color models

D0 8D 79
RGB 208 141 121
HSL 14° 48.07% 64.51%
HSB/HSV 14° 41.83% 81.57%
CMYK 0.00% 32.21% 41.83%
18.43%

Color #D08D79 in popluar number systems.

HEX D0 8D 79
Decimal 208 141 121
Binary 11010000 10001101 1111001
Octal 320 215 171

Shades and tints

Shades of #D08D79

#D08D79
(208,141,121)
#BE816E
(190,129,110)
#AC7563
(172,117,99)
#9A6958
(154,105,88)
#885D4D
(136,93,77)
#765142
(118,81,66)
#644537
(100,69,55)
#52392C
(82,57,44)
#402D21
(64,45,33)
#2E2116
(46,33,22)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #D08D79

#D08D79
(208,141,121)
#D49785
(212,151,133)
#D8A191
(216,161,145)
#DCAB9D
(220,171,157)
#E0B5A9
(224,181,169)
#E4BFB5
(228,191,181)
#E8C9C1
(232,201,193)
#ECD3CD
(236,211,205)
#F0DDD9
(240,221,217)
#F4E7E5
(244,231,229)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08D79; }

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

This text font color is #D08D79.

Background Color

.myBgColor { background-color: #D08D79; }

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

This div background color is #D08D79.

Border color

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

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

This div border color is #D08D79.

Opacity

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

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

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

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

This text has shadow with #D08D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08D79.

Preview

Color preview on black background

This text has color #D08D79 on black background.


Color preview on white background

This text has color #D08D79 on white background.


Black color preview on #D08D79 background

This text has black color on #D08D79 background.


White color preview on #D08D79 background

This text has white color on #D08D79 background.


Related colors

Complementary color

Complementary color for #hex is #2F7286.


I love getcolorcode.com

Triadic colors

1 #79D08D and #8D79D0 with #D08D79 are triadic colors.

2 #798DD0 and #8DD079 with #D08D79 are triadic colors.