COLOR #D2955C

HEX: #D2955C
RGB: (210,149,92)

Color info

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

RGB color model

#D2955C color RGB value is (210,149,92).

  • red value is 210;
  • green value is 149;
  • blue value is 92.
RGB:
(210,149,92)
(82%,58%,36%)

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 92 of 255 = 36%

210
149
92

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

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 92 = 451 (100%)
R 210 of 451 ~ 46.56%
G 149 of 451 ~ 33.04%
B 92 of 451 ~ 20.4%

%46.56
%33.04
%20.4

CMYK color model

#D2955C color CMYK value is (0,29,56,18).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 56.19%
  • key color value is 17.65%
CMYK:
(0,29,56,18)
C0M29Y56K18 
(0%,29%,56%,18%)
(0.00/0.29/0.56/0.18)	

CMYK percentages

%0
%29.05
%56.19
%17.65

Codes

Color #D2955C in popluar color models

D2955C
RGB21014992
HSL29°56.73%59.22%
HSB/HSV29°56.19%82.35%
CMYK0.00%29.05%56.19%
17.65%

Color #D2955C in popluar number systems.

HEXD2955C
Decimal21014992
Binary11010010100101011011100
Octal322225134

Shades and tints

Shades of #D2955C

#D2955C
(210,149,92)
#BF8854
(191,136,84)
#AC7B4C
(172,123,76)
#996E44
(153,110,68)
#86613C
(134,97,60)
#735434
(115,84,52)
#60472C
(96,71,44)
#4D3A24
(77,58,36)
#3A2D1C
(58,45,28)
#272014
(39,32,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #D2955C

#D2955C
(210,149,92)
#D69E6A
(214,158,106)
#DAA778
(218,167,120)
#DEB086
(222,176,134)
#E2B994
(226,185,148)
#E6C2A2
(230,194,162)
#EACBB0
(234,203,176)
#EED4BE
(238,212,190)
#F2DDCC
(242,221,204)
#F6E6DA
(246,230,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2955C color. Also use rgb(210,149,92) instead hex code.

Text Font Color

.myTextColor { color: #D2955C; }

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

This text font color is #D2955C.


Background Color

.myBgColor { background-color: #D2955C; }

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

This div background color is #D2955C.


Border color

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

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

This div border color is #D2955C.


Opacity

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

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

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

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

This text has shadow with #D2955C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2955C on black background.


Color preview on white background

This text has color #D2955C on white background.



Black color preview on #D2955C background

This text has black color on #D2955C background.


White color preview on #D2955C background

This text has white color on #D2955C background.