COLOR #D6956D

HEX: #D6956D RGB: (214,149,109)

Color info

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

RGB color model

#D6956D color RGB value is (214,149,109).

RGB: (214,149,109) (84%, 58%, 43%)

RGB channels and saturation

R 214 of 255 = 84%
G 149 of 255 = 58%
B 109 of 255 = 43%

214
149
109

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

Portions of RGB colors in percentages

R + G + B = 214 + 149 + 109 = 472 (100%)
R 214 of 472 ~ 45.34%
G 149 of 472 ~ 31.57%
B 109 of 472 ~ 23.09'%

%45.34
%31.57
%23.09

CMYK color model

#D6956D color CMYK value is (0,30,49,16).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 49.07%
  • key color value is 16.08%

CMYK: (0,30,49,16)
C0M30Y49K16 (0%, 30%, 49%, 16%)
(0.00 / 0.30 / 0.49 / 0.16)

CMYK percentages

%0
%30.37
%49.07
%16.08

Codes

Color #D6956D in popluar color models

D6 95 6D
RGB 214 149 109
HSL 23° 56.15% 63.33%
HSB/HSV 23° 49.07% 83.92%
CMYK 0.00% 30.37% 49.07%
16.08%

Color #D6956D in popluar number systems.

HEX D6 95 6D
Decimal 214 149 109
Binary 11010110 10010101 1101101
Octal 326 225 155

Shades and tints

Shades of #D6956D

#D6956D
(214,149,109)
#C38864
(195,136,100)
#B07B5B
(176,123,91)
#9D6E52
(157,110,82)
#8A6149
(138,97,73)
#775440
(119,84,64)
#644737
(100,71,55)
#513A2E
(81,58,46)
#3E2D25
(62,45,37)
#2B201C
(43,32,28)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #D6956D

#D6956D
(214,149,109)
#D99E7A
(217,158,122)
#DCA787
(220,167,135)
#DFB094
(223,176,148)
#E2B9A1
(226,185,161)
#E5C2AE
(229,194,174)
#E8CBBB
(232,203,187)
#EBD4C8
(235,212,200)
#EEDDD5
(238,221,213)
#F1E6E2
(241,230,226)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6956D color. Also use rgb(214,149,109) instead hex code.

Text Font Color

.myTextColor { color: #D6956D; }

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

This text font color is #D6956D.

Background Color

.myBgColor { background-color: #D6956D; }

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

This div background color is #D6956D.

Border color

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

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

This div border color is #D6956D.

Opacity

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

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

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

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

This text has shadow with #D6956D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6956D.

Preview

Color preview on black background

This text has color #D6956D on black background.


Color preview on white background

This text has color #D6956D on white background.


Black color preview on #D6956D background

This text has black color on #D6956D background.


White color preview on #D6956D background

This text has white color on #D6956D background.


Related colors

Complementary color

Complementary color for #hex is #296A92.


I love getcolorcode.com

Triadic colors

1 #6DD695 and #956DD6 with #D6956D are triadic colors.

2 #6D95D6 and #95D66D with #D6956D are triadic colors.