COLOR #D08159

HEX: #D08159
RGB: (208,129,89)

Color info

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

RGB color model

#D08159 color RGB value is (208,129,89).

  • red value is 208;
  • green value is 129;
  • blue value is 89.
RGB:
(208,129,89)
(82%,51%,35%)

RGB channels and saturation

R 208 of 255 = 82%
G 129 of 255 = 51%
B 89 of 255 = 35%

208
129
89

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

Portions of RGB colors in percentages

R + G + B =
208 + 129 + 89 = 426 (100%)
R 208 of 426 ~ 48.83%
G 129 of 426 ~ 30.28%
B 89 of 426 ~ 20.89%

%48.83
%30.28
%20.89

CMYK color model

#D08159 color CMYK value is (0,38,57,18).

  • cyan value is 0.00%
  • magenta value is 37.98%
  • yellow value is 57.21%
  • key color value is 18.43%
CMYK:
(0,38,57,18)
C0M38Y57K18 
(0%,38%,57%,18%)
(0.00/0.38/0.57/0.18)	

CMYK percentages

%0
%37.98
%57.21
%18.43

Codes

Color #D08159 in popluar color models

D08159
RGB20812989
HSL20°55.87%58.24%
HSB/HSV20°57.21%81.57%
CMYK0.00%37.98%57.21%
18.43%

Color #D08159 in popluar number systems.

HEXD08159
Decimal20812989
Binary11010000100000011011001
Octal320201131

Shades and tints

Shades of #D08159

#D08159
(208,129,89)
#BE7651
(190,118,81)
#AC6B49
(172,107,73)
#9A6041
(154,96,65)
#885539
(136,85,57)
#764A31
(118,74,49)
#643F29
(100,63,41)
#523421
(82,52,33)
#402919
(64,41,25)
#2E1E11
(46,30,17)
#1C1309
(28,19,9)
#000000
(0,0,0)

Tints of #D08159

#D08159
(208,129,89)
#D48C68
(212,140,104)
#D89777
(216,151,119)
#DCA286
(220,162,134)
#E0AD95
(224,173,149)
#E4B8A4
(228,184,164)
#E8C3B3
(232,195,179)
#ECCEC2
(236,206,194)
#F0D9D1
(240,217,209)
#F4E4E0
(244,228,224)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08159 color. Also use rgb(208,129,89) instead hex code.

Text Font Color

.myTextColor { color: #D08159; }

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

This text font color is #D08159.


Background Color

.myBgColor { background-color: #D08159; }

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

This div background color is #D08159.


Border color

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

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

This div border color is #D08159.


Opacity

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

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

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

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

This text has shadow with #D08159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08159 on black background.


Color preview on white background

This text has color #D08159 on white background.



Black color preview on #D08159 background

This text has black color on #D08159 background.


White color preview on #D08159 background

This text has white color on #D08159 background.