COLOR #D2775C

HEX: #D2775C
RGB: (210,119,92)

Color info

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

RGB color model

#D2775C color RGB value is (210,119,92).

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

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 92 of 255 = 36%

210
119
92

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

Portions of RGB colors in percentages

R + G + B =
210 + 119 + 92 = 421 (100%)
R 210 of 421 ~ 49.88%
G 119 of 421 ~ 28.27%
B 92 of 421 ~ 21.85%

%49.88
%28.27
%21.85

CMYK color model

#D2775C color CMYK value is (0,43,56,18).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 56.19%
  • key color value is 17.65%
CMYK:
(0,43,56,18)
C0M43Y56K18 
(0%,43%,56%,18%)
(0.00/0.43/0.56/0.18)	

CMYK percentages

%0
%43.33
%56.19
%17.65

Codes

Color #D2775C in popluar color models

D2775C
RGB21011992
HSL14°56.73%59.22%
HSB/HSV14°56.19%82.35%
CMYK0.00%43.33%56.19%
17.65%

Color #D2775C in popluar number systems.

HEXD2775C
Decimal21011992
Binary1101001011101111011100
Octal322167134

Shades and tints

Shades of #D2775C

#D2775C
(210,119,92)
#BF6D54
(191,109,84)
#AC634C
(172,99,76)
#995944
(153,89,68)
#864F3C
(134,79,60)
#734534
(115,69,52)
#603B2C
(96,59,44)
#4D3124
(77,49,36)
#3A271C
(58,39,28)
#271D14
(39,29,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #D2775C

#D2775C
(210,119,92)
#D6836A
(214,131,106)
#DA8F78
(218,143,120)
#DE9B86
(222,155,134)
#E2A794
(226,167,148)
#E6B3A2
(230,179,162)
#EABFB0
(234,191,176)
#EECBBE
(238,203,190)
#F2D7CC
(242,215,204)
#F6E3DA
(246,227,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2775C; }

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

This text font color is #D2775C.


Background Color

.myBgColor { background-color: #D2775C; }

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

This div background color is #D2775C.


Border color

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

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

This div border color is #D2775C.


Opacity

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

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

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

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

This text has shadow with #D2775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2775C on black background.


Color preview on white background

This text has color #D2775C on white background.



Black color preview on #D2775C background

This text has black color on #D2775C background.


White color preview on #D2775C background

This text has white color on #D2775C background.