COLOR #D96A5F

HEX: #D96A5F RGB: (217,106,95)

Color info

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

RGB color model

#D96A5F color RGB value is (217,106,95).

RGB: (217,106,95) (85%, 42%, 37%)

RGB channels and saturation

R 217 of 255 = 85%
G 106 of 255 = 42%
B 95 of 255 = 37%

217
106
95

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

Portions of RGB colors in percentages

R + G + B = 217 + 106 + 95 = 418 (100%)
R 217 of 418 ~ 51.91%
G 106 of 418 ~ 25.36%
B 95 of 418 ~ 22.73'%

%51.91
%25.36
%22.73

CMYK color model

#D96A5F color CMYK value is (0,51,56,15).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 56.22%
  • key color value is 14.90%

CMYK: (0,51,56,15)
C0M51Y56K15 (0%, 51%, 56%, 15%)
(0.00 / 0.51 / 0.56 / 0.15)

CMYK percentages

%0
%51.15
%56.22
%14.9

Codes

Color #D96A5F in popluar color models

D9 6A 5F
RGB 217 106 95
HSL 61.62% 61.18%
HSB/HSV 56.22% 85.10%
CMYK 0.00% 51.15% 56.22%
14.90%

Color #D96A5F in popluar number systems.

HEX D9 6A 5F
Decimal 217 106 95
Binary 11011001 1101010 1011111
Octal 331 152 137

Shades and tints

Shades of #D96A5F

#D96A5F
(217,106,95)
#C66157
(198,97,87)
#B3584F
(179,88,79)
#A04F47
(160,79,71)
#8D463F
(141,70,63)
#7A3D37
(122,61,55)
#67342F
(103,52,47)
#542B27
(84,43,39)
#41221F
(65,34,31)
#2E1917
(46,25,23)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #D96A5F

#D96A5F
(217,106,95)
#DC776D
(220,119,109)
#DF847B
(223,132,123)
#E29189
(226,145,137)
#E59E97
(229,158,151)
#E8ABA5
(232,171,165)
#EBB8B3
(235,184,179)
#EEC5C1
(238,197,193)
#F1D2CF
(241,210,207)
#F4DFDD
(244,223,221)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96A5F color. Also use rgb(217,106,95) instead hex code.

Text Font Color

.myTextColor { color: #D96A5F; }

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

This text font color is #D96A5F.

Background Color

.myBgColor { background-color: #D96A5F; }

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

This div background color is #D96A5F.

Border color

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

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

This div border color is #D96A5F.

Opacity

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

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

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

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

This text has shadow with #D96A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D96A5F.

Preview

Color preview on black background

This text has color #D96A5F on black background.


Color preview on white background

This text has color #D96A5F on white background.


Black color preview on #D96A5F background

This text has black color on #D96A5F background.


White color preview on #D96A5F background

This text has white color on #D96A5F background.


Related colors

Complementary color

Complementary color for #hex is #2695A0.


I love getcolorcode.com

Triadic colors

1 #5FD96A and #6A5FD9 with #D96A5F are triadic colors.

2 #5F6AD9 and #6AD95F with #D96A5F are triadic colors.