COLOR #D7975D

HEX: #D7975D
RGB: (215,151,93)

Color info

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

RGB color model

#D7975D color RGB value is (215,151,93).

  • red value is 215;
  • green value is 151;
  • blue value is 93.
RGB:
(215,151,93)
(84%,59%,36%)

RGB channels and saturation

R 215 of 255 = 84%
G 151 of 255 = 59%
B 93 of 255 = 36%

215
151
93

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

Portions of RGB colors in percentages

R + G + B =
215 + 151 + 93 = 459 (100%)
R 215 of 459 ~ 46.84%
G 151 of 459 ~ 32.9%
B 93 of 459 ~ 20.26%

%46.84
%32.9
%20.26

CMYK color model

#D7975D color CMYK value is (0,30,57,16).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 56.74%
  • key color value is 15.69%
CMYK:
(0,30,57,16)
C0M30Y57K16 
(0%,30%,57%,16%)
(0.00/0.30/0.57/0.16)	

CMYK percentages

%0
%29.77
%56.74
%15.69

Codes

Color #D7975D in popluar color models

D7975D
RGB21515193
HSL29°60.40%60.39%
HSB/HSV29°56.74%84.31%
CMYK0.00%29.77%56.74%
15.69%

Color #D7975D in popluar number systems.

HEXD7975D
Decimal21515193
Binary11010111100101111011101
Octal327227135

Shades and tints

Shades of #D7975D

#D7975D
(215,151,93)
#C48A55
(196,138,85)
#B17D4D
(177,125,77)
#9E7045
(158,112,69)
#8B633D
(139,99,61)
#785635
(120,86,53)
#65492D
(101,73,45)
#523C25
(82,60,37)
#3F2F1D
(63,47,29)
#2C2215
(44,34,21)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #D7975D

#D7975D
(215,151,93)
#DAA06B
(218,160,107)
#DDA979
(221,169,121)
#E0B287
(224,178,135)
#E3BB95
(227,187,149)
#E6C4A3
(230,196,163)
#E9CDB1
(233,205,177)
#ECD6BF
(236,214,191)
#EFDFCD
(239,223,205)
#F2E8DB
(242,232,219)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7975D color. Also use rgb(215,151,93) instead hex code.

Text Font Color

.myTextColor { color: #D7975D; }

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

This text font color is #D7975D.


Background Color

.myBgColor { background-color: #D7975D; }

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

This div background color is #D7975D.


Border color

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

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

This div border color is #D7975D.


Opacity

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

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

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

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

This text has shadow with #D7975D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7975D on black background.


Color preview on white background

This text has color #D7975D on white background.



Black color preview on #D7975D background

This text has black color on #D7975D background.


White color preview on #D7975D background

This text has white color on #D7975D background.