COLOR #D7855C

HEX: #D7855C RGB: (215,133,92)

Color info

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

RGB color model

#D7855C color RGB value is (215,133,92).

RGB: (215,133,92) (84%, 52%, 36%)

RGB channels and saturation

R 215 of 255 = 84%
G 133 of 255 = 52%
B 92 of 255 = 36%

215
133
92

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

Portions of RGB colors in percentages

R + G + B = 215 + 133 + 92 = 440 (100%)
R 215 of 440 ~ 48.86%
G 133 of 440 ~ 30.23%
B 92 of 440 ~ 20.91'%

%48.86
%30.23
%20.91

CMYK color model

#D7855C color CMYK value is (0,38,57,16).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 57.21%
  • key color value is 15.69%

CMYK: (0,38,57,16)
C0M38Y57K16 (0%, 38%, 57%, 16%)
(0.00 / 0.38 / 0.57 / 0.16)

CMYK percentages

%0
%38.14
%57.21
%15.69

Codes

Color #D7855C in popluar color models

D7 85 5C
RGB 215 133 92
HSL 20° 60.59% 60.20%
HSB/HSV 20° 57.21% 84.31%
CMYK 0.00% 38.14% 57.21%
15.69%

Color #D7855C in popluar number systems.

HEX D7 85 5C
Decimal 215 133 92
Binary 11010111 10000101 1011100
Octal 327 205 134

Shades and tints

Shades of #D7855C

#D7855C
(215,133,92)
#C47954
(196,121,84)
#B16D4C
(177,109,76)
#9E6144
(158,97,68)
#8B553C
(139,85,60)
#784934
(120,73,52)
#653D2C
(101,61,44)
#523124
(82,49,36)
#3F251C
(63,37,28)
#2C1914
(44,25,20)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #D7855C

#D7855C
(215,133,92)
#DA906A
(218,144,106)
#DD9B78
(221,155,120)
#E0A686
(224,166,134)
#E3B194
(227,177,148)
#E6BCA2
(230,188,162)
#E9C7B0
(233,199,176)
#ECD2BE
(236,210,190)
#EFDDCC
(239,221,204)
#F2E8DA
(242,232,218)
#F5F3E8
(245,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7855C color. Also use rgb(215,133,92) instead hex code.

Text Font Color

.myTextColor { color: #D7855C; }

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

This text font color is #D7855C.

Background Color

.myBgColor { background-color: #D7855C; }

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

This div background color is #D7855C.

Border color

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

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

This div border color is #D7855C.

Opacity

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

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

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

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

This text has shadow with #D7855C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7855C.

Preview

Color preview on black background

This text has color #D7855C on black background.


Color preview on white background

This text has color #D7855C on white background.


Black color preview on #D7855C background

This text has black color on #D7855C background.


White color preview on #D7855C background

This text has white color on #D7855C background.


Related colors

Complementary color

Complementary color for #hex is #287AA3.


I love getcolorcode.com

Triadic colors

1 #5CD785 and #855CD7 with #D7855C are triadic colors.

2 #5C85D7 and #85D75C with #D7855C are triadic colors.