COLOR #D06D5C

HEX: #D06D5C RGB: (208,109,92)

Color info

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

RGB color model

#D06D5C color RGB value is (208,109,92).

RGB: (208,109,92) (82%, 43%, 36%)

RGB channels and saturation

R 208 of 255 = 82%
G 109 of 255 = 43%
B 92 of 255 = 36%

208
109
92

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

Portions of RGB colors in percentages

R + G + B = 208 + 109 + 92 = 409 (100%)
R 208 of 409 ~ 50.86%
G 109 of 409 ~ 26.65%
B 92 of 409 ~ 22.49'%

%50.86
%26.65
%22.49

CMYK color model

#D06D5C color CMYK value is (0,48,56,18).

  • cyan value is 0.00%
  • magenta value is 47.60%
  • yellow value is 55.77%
  • key color value is 18.43%

CMYK: (0,48,56,18)
C0M48Y56K18 (0%, 48%, 56%, 18%)
(0.00 / 0.48 / 0.56 / 0.18)

CMYK percentages

%0
%47.6
%55.77
%18.43

Codes

Color #D06D5C in popluar color models

D0 6D 5C
RGB 208 109 92
HSL 55.24% 58.82%
HSB/HSV 55.77% 81.57%
CMYK 0.00% 47.60% 55.77%
18.43%

Color #D06D5C in popluar number systems.

HEX D0 6D 5C
Decimal 208 109 92
Binary 11010000 1101101 1011100
Octal 320 155 134

Shades and tints

Shades of #D06D5C

#D06D5C
(208,109,92)
#BE6454
(190,100,84)
#AC5B4C
(172,91,76)
#9A5244
(154,82,68)
#88493C
(136,73,60)
#764034
(118,64,52)
#64372C
(100,55,44)
#522E24
(82,46,36)
#40251C
(64,37,28)
#2E1C14
(46,28,20)
#1C130C
(28,19,12)
#000000
(0,0,0)

Tints of #D06D5C

#D06D5C
(208,109,92)
#D47A6A
(212,122,106)
#D88778
(216,135,120)
#DC9486
(220,148,134)
#E0A194
(224,161,148)
#E4AEA2
(228,174,162)
#E8BBB0
(232,187,176)
#ECC8BE
(236,200,190)
#F0D5CC
(240,213,204)
#F4E2DA
(244,226,218)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06D5C color. Also use rgb(208,109,92) instead hex code.

Text Font Color

.myTextColor { color: #D06D5C; }

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

This text font color is #D06D5C.

Background Color

.myBgColor { background-color: #D06D5C; }

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

This div background color is #D06D5C.

Border color

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

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

This div border color is #D06D5C.

Opacity

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

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

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

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

This text has shadow with #D06D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D06D5C.

Preview

Color preview on black background

This text has color #D06D5C on black background.


Color preview on white background

This text has color #D06D5C on white background.


Black color preview on #D06D5C background

This text has black color on #D06D5C background.


White color preview on #D06D5C background

This text has white color on #D06D5C background.


Related colors

Complementary color

Complementary color for #hex is #2F92A3.


I love getcolorcode.com

Triadic colors

1 #5CD06D and #6D5CD0 with #D06D5C are triadic colors.

2 #5C6DD0 and #6DD05C with #D06D5C are triadic colors.