COLOR #D79571

HEX: #D79571
RGB: (215,149,113)

Color info

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

RGB color model

#D79571 color RGB value is (215,149,113).

  • red value is 215;
  • green value is 149;
  • blue value is 113.
RGB:
(215,149,113)
(84%,58%,44%)

RGB channels and saturation

R 215 of 255 = 84%
G 149 of 255 = 58%
B 113 of 255 = 44%

215
149
113

R + G + B ~ 62%. #D79571 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 149 + 113 = 477 (100%)
R 215 of 477 ~ 45.07%
G 149 of 477 ~ 31.24%
B 113 of 477 ~ 23.69%

%45.07
%31.24
%23.69

CMYK color model

#D79571 color CMYK value is (0,31,47,16).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 47.44%
  • key color value is 15.69%
CMYK:
(0,31,47,16)
C0M31Y47K16 
(0%,31%,47%,16%)
(0.00/0.31/0.47/0.16)	

CMYK percentages

%0
%30.7
%47.44
%15.69

Codes

Color #D79571 in popluar color models

D79571
RGB215149113
HSL21°56.04%64.31%
HSB/HSV21°47.44%84.31%
CMYK0.00%30.70%47.44%
15.69%

Color #D79571 in popluar number systems.

HEXD79571
Decimal215149113
Binary11010111100101011110001
Octal327225161

Shades and tints

Shades of #D79571

#D79571
(215,149,113)
#C48867
(196,136,103)
#B17B5D
(177,123,93)
#9E6E53
(158,110,83)
#8B6149
(139,97,73)
#78543F
(120,84,63)
#654735
(101,71,53)
#523A2B
(82,58,43)
#3F2D21
(63,45,33)
#2C2017
(44,32,23)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #D79571

#D79571
(215,149,113)
#DA9E7D
(218,158,125)
#DDA789
(221,167,137)
#E0B095
(224,176,149)
#E3B9A1
(227,185,161)
#E6C2AD
(230,194,173)
#E9CBB9
(233,203,185)
#ECD4C5
(236,212,197)
#EFDDD1
(239,221,209)
#F2E6DD
(242,230,221)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79571 color. Also use rgb(215,149,113) instead hex code.

Text Font Color

.myTextColor { color: #D79571; }

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

This text font color is #D79571.


Background Color

.myBgColor { background-color: #D79571; }

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

This div background color is #D79571.


Border color

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

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

This div border color is #D79571.


Opacity

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

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

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

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

This text has shadow with #D79571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79571 on black background.


Color preview on white background

This text has color #D79571 on white background.



Black color preview on #D79571 background

This text has black color on #D79571 background.


White color preview on #D79571 background

This text has white color on #D79571 background.