COLOR #D0805E

HEX: #D0805E RGB: (208,128,94)

Color info

#D0805E contains mainly red color. Web safe color of #D0805E is #CC6666 (or #C66).

RGB color model

#D0805E color RGB value is (208,128,94).

RGB: (208,128,94) (82%, 50%, 37%)

RGB channels and saturation

R 208 of 255 = 82%
G 128 of 255 = 50%
B 94 of 255 = 37%

208
128
94

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

Portions of RGB colors in percentages

R + G + B = 208 + 128 + 94 = 430 (100%)
R 208 of 430 ~ 48.37%
G 128 of 430 ~ 29.77%
B 94 of 430 ~ 21.86'%

%48.37
%29.77
%21.86

CMYK color model

#D0805E color CMYK value is (0,38,55,18).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 54.81%
  • key color value is 18.43%

CMYK: (0,38,55,18)
C0M38Y55K18 (0%, 38%, 55%, 18%)
(0.00 / 0.38 / 0.55 / 0.18)

CMYK percentages

%0
%38.46
%54.81
%18.43

Codes

Color #D0805E in popluar color models

D0 80 5E
RGB 208 128 94
HSL 18° 54.81% 59.22%
HSB/HSV 18° 54.81% 81.57%
CMYK 0.00% 38.46% 54.81%
18.43%

Color #D0805E in popluar number systems.

HEX D0 80 5E
Decimal 208 128 94
Binary 11010000 10000000 1011110
Octal 320 200 136

Shades and tints

Shades of #D0805E

#D0805E
(208,128,94)
#BE7556
(190,117,86)
#AC6A4E
(172,106,78)
#9A5F46
(154,95,70)
#88543E
(136,84,62)
#764936
(118,73,54)
#643E2E
(100,62,46)
#523326
(82,51,38)
#40281E
(64,40,30)
#2E1D16
(46,29,22)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #D0805E

#D0805E
(208,128,94)
#D48B6C
(212,139,108)
#D8967A
(216,150,122)
#DCA188
(220,161,136)
#E0AC96
(224,172,150)
#E4B7A4
(228,183,164)
#E8C2B2
(232,194,178)
#ECCDC0
(236,205,192)
#F0D8CE
(240,216,206)
#F4E3DC
(244,227,220)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0805E color. Also use rgb(208,128,94) instead hex code.

Text Font Color

.myTextColor { color: #D0805E; }

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

This text font color is #D0805E.

Background Color

.myBgColor { background-color: #D0805E; }

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

This div background color is #D0805E.

Border color

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

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

This div border color is #D0805E.

Opacity

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

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

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

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

This text has shadow with #D0805E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0805E.

Preview

Color preview on black background

This text has color #D0805E on black background.


Color preview on white background

This text has color #D0805E on white background.


Black color preview on #D0805E background

This text has black color on #D0805E background.


White color preview on #D0805E background

This text has white color on #D0805E background.


Related colors

Complementary color

Complementary color for #hex is #2F7FA1.


I love getcolorcode.com

Triadic colors

1 #5ED080 and #805ED0 with #D0805E are triadic colors.

2 #5E80D0 and #80D05E with #D0805E are triadic colors.