COLOR #D3996E

HEX: #D3996E RGB: (211,153,110)

Color info

#D3996E contains mainly red and green colors. Web safe color of #D3996E is #CC9966 (or #C96).

RGB color model

#D3996E color RGB value is (211,153,110).

RGB: (211,153,110) (83%, 60%, 43%)

RGB channels and saturation

R 211 of 255 = 83%
G 153 of 255 = 60%
B 110 of 255 = 43%

211
153
110

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

Portions of RGB colors in percentages

R + G + B = 211 + 153 + 110 = 474 (100%)
R 211 of 474 ~ 44.51%
G 153 of 474 ~ 32.28%
B 110 of 474 ~ 23.21'%

%44.51
%32.28
%23.21

CMYK color model

#D3996E color CMYK value is (0,27,48,17).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 47.87%
  • key color value is 17.25%

CMYK: (0,27,48,17)
C0M27Y48K17 (0%, 27%, 48%, 17%)
(0.00 / 0.27 / 0.48 / 0.17)

CMYK percentages

%0
%27.49
%47.87
%17.25

Codes

Color #D3996E in popluar color models

D3 99 6E
RGB 211 153 110
HSL 26° 53.44% 62.94%
HSB/HSV 26° 47.87% 82.75%
CMYK 0.00% 27.49% 47.87%
17.25%

Color #D3996E in popluar number systems.

HEX D3 99 6E
Decimal 211 153 110
Binary 11010011 10011001 1101110
Octal 323 231 156

Shades and tints

Shades of #D3996E

#D3996E
(211,153,110)
#C08C64
(192,140,100)
#AD7F5A
(173,127,90)
#9A7250
(154,114,80)
#876546
(135,101,70)
#74583C
(116,88,60)
#614B32
(97,75,50)
#4E3E28
(78,62,40)
#3B311E
(59,49,30)
#282414
(40,36,20)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #D3996E

#D3996E
(211,153,110)
#D7A27B
(215,162,123)
#DBAB88
(219,171,136)
#DFB495
(223,180,149)
#E3BDA2
(227,189,162)
#E7C6AF
(231,198,175)
#EBCFBC
(235,207,188)
#EFD8C9
(239,216,201)
#F3E1D6
(243,225,214)
#F7EAE3
(247,234,227)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3996E color. Also use rgb(211,153,110) instead hex code.

Text Font Color

.myTextColor { color: #D3996E; }

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

This text font color is #D3996E.

Background Color

.myBgColor { background-color: #D3996E; }

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

This div background color is #D3996E.

Border color

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

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

This div border color is #D3996E.

Opacity

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

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

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

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

This text has shadow with #D3996E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3996E.

Preview

Color preview on black background

This text has color #D3996E on black background.


Color preview on white background

This text has color #D3996E on white background.


Black color preview on #D3996E background

This text has black color on #D3996E background.


White color preview on #D3996E background

This text has white color on #D3996E background.


Related colors

Complementary color

Complementary color for #hex is #2C6691.


I love getcolorcode.com

Triadic colors

1 #6ED399 and #996ED3 with #D3996E are triadic colors.

2 #6E99D3 and #99D36E with #D3996E are triadic colors.