COLOR #D28C77

HEX: #D28C77
RGB: (210,140,119)

Color info

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

RGB color model

#D28C77 color RGB value is (210,140,119).

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

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 119 of 255 = 47%

210
140
119

R + G + B ~ 61%. #D28C77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 119 = 469 (100%)
R 210 of 469 ~ 44.78%
G 140 of 469 ~ 29.85%
B 119 of 469 ~ 25.37%

%44.78
%29.85
%25.37

CMYK color model

#D28C77 color CMYK value is (0,33,43,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 43.33%
  • key color value is 17.65%
CMYK:
(0,33,43,18)
C0M33Y43K18 
(0%,33%,43%,18%)
(0.00/0.33/0.43/0.18)	

CMYK percentages

%0
%33.33
%43.33
%17.65

Codes

Color #D28C77 in popluar color models

D28C77
RGB210140119
HSL14°50.28%64.51%
HSB/HSV14°43.33%82.35%
CMYK0.00%33.33%43.33%
17.65%

Color #D28C77 in popluar number systems.

HEXD28C77
Decimal210140119
Binary11010010100011001110111
Octal322214167

Shades and tints

Shades of #D28C77

#D28C77
(210,140,119)
#BF806D
(191,128,109)
#AC7463
(172,116,99)
#996859
(153,104,89)
#865C4F
(134,92,79)
#735045
(115,80,69)
#60443B
(96,68,59)
#4D3831
(77,56,49)
#3A2C27
(58,44,39)
#27201D
(39,32,29)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #D28C77

#D28C77
(210,140,119)
#D69683
(214,150,131)
#DAA08F
(218,160,143)
#DEAA9B
(222,170,155)
#E2B4A7
(226,180,167)
#E6BEB3
(230,190,179)
#EAC8BF
(234,200,191)
#EED2CB
(238,210,203)
#F2DCD7
(242,220,215)
#F6E6E3
(246,230,227)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28C77; }

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

This text font color is #D28C77.


Background Color

.myBgColor { background-color: #D28C77; }

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

This div background color is #D28C77.


Border color

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

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

This div border color is #D28C77.


Opacity

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

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

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

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

This text has shadow with #D28C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28C77 on black background.


Color preview on white background

This text has color #D28C77 on white background.



Black color preview on #D28C77 background

This text has black color on #D28C77 background.


White color preview on #D28C77 background

This text has white color on #D28C77 background.