COLOR #D08151

HEX: #D08151
RGB: (208,129,81)

Color info

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

RGB color model

#D08151 color RGB value is (208,129,81).

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

RGB channels and saturation

R 208 of 255 = 82%
G 129 of 255 = 51%
B 81 of 255 = 32%

208
129
81

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

Portions of RGB colors in percentages

R + G + B =
208 + 129 + 81 = 418 (100%)
R 208 of 418 ~ 49.76%
G 129 of 418 ~ 30.86%
B 81 of 418 ~ 19.38%

%49.76
%30.86
%19.38

CMYK color model

#D08151 color CMYK value is (0,38,61,18).

  • cyan value is 0.00%
  • magenta value is 37.98%
  • yellow value is 61.06%
  • key color value is 18.43%
CMYK:
(0,38,61,18)
C0M38Y61K18 
(0%,38%,61%,18%)
(0.00/0.38/0.61/0.18)	

CMYK percentages

%0
%37.98
%61.06
%18.43

Codes

Color #D08151 in popluar color models

D08151
RGB20812981
HSL23°57.47%56.67%
HSB/HSV23°61.06%81.57%
CMYK0.00%37.98%61.06%
18.43%

Color #D08151 in popluar number systems.

HEXD08151
Decimal20812981
Binary11010000100000011010001
Octal320201121

Shades and tints

Shades of #D08151

#D08151
(208,129,81)
#BE764A
(190,118,74)
#AC6B43
(172,107,67)
#9A603C
(154,96,60)
#885535
(136,85,53)
#764A2E
(118,74,46)
#643F27
(100,63,39)
#523420
(82,52,32)
#402919
(64,41,25)
#2E1E12
(46,30,18)
#1C130B
(28,19,11)
#000000
(0,0,0)

Tints of #D08151

#D08151
(208,129,81)
#D48C60
(212,140,96)
#D8976F
(216,151,111)
#DCA27E
(220,162,126)
#E0AD8D
(224,173,141)
#E4B89C
(228,184,156)
#E8C3AB
(232,195,171)
#ECCEBA
(236,206,186)
#F0D9C9
(240,217,201)
#F4E4D8
(244,228,216)
#F8EFE7
(248,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08151; }

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

This text font color is #D08151.


Background Color

.myBgColor { background-color: #D08151; }

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

This div background color is #D08151.


Border color

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

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

This div border color is #D08151.


Opacity

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

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

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

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

This text has shadow with #D08151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08151 on black background.


Color preview on white background

This text has color #D08151 on white background.



Black color preview on #D08151 background

This text has black color on #D08151 background.


White color preview on #D08151 background

This text has white color on #D08151 background.