COLOR #D28B5C

HEX: #D28B5C
RGB: (210,139,92)

Color info

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

RGB color model

#D28B5C color RGB value is (210,139,92).

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

RGB channels and saturation

R 210 of 255 = 82%
G 139 of 255 = 55%
B 92 of 255 = 36%

210
139
92

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

Portions of RGB colors in percentages

R + G + B =
210 + 139 + 92 = 441 (100%)
R 210 of 441 ~ 47.62%
G 139 of 441 ~ 31.52%
B 92 of 441 ~ 20.86%

%47.62
%31.52
%20.86

CMYK color model

#D28B5C color CMYK value is (0,34,56,18).

  • cyan value is 0.00%
  • magenta value is 33.81%
  • yellow value is 56.19%
  • key color value is 17.65%
CMYK:
(0,34,56,18)
C0M34Y56K18 
(0%,34%,56%,18%)
(0.00/0.34/0.56/0.18)	

CMYK percentages

%0
%33.81
%56.19
%17.65

Codes

Color #D28B5C in popluar color models

D28B5C
RGB21013992
HSL24°56.73%59.22%
HSB/HSV24°56.19%82.35%
CMYK0.00%33.81%56.19%
17.65%

Color #D28B5C in popluar number systems.

HEXD28B5C
Decimal21013992
Binary11010010100010111011100
Octal322213134

Shades and tints

Shades of #D28B5C

#D28B5C
(210,139,92)
#BF7F54
(191,127,84)
#AC734C
(172,115,76)
#996744
(153,103,68)
#865B3C
(134,91,60)
#734F34
(115,79,52)
#60432C
(96,67,44)
#4D3724
(77,55,36)
#3A2B1C
(58,43,28)
#271F14
(39,31,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #D28B5C

#D28B5C
(210,139,92)
#D6956A
(214,149,106)
#DA9F78
(218,159,120)
#DEA986
(222,169,134)
#E2B394
(226,179,148)
#E6BDA2
(230,189,162)
#EAC7B0
(234,199,176)
#EED1BE
(238,209,190)
#F2DBCC
(242,219,204)
#F6E5DA
(246,229,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28B5C; }

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

This text font color is #D28B5C.


Background Color

.myBgColor { background-color: #D28B5C; }

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

This div background color is #D28B5C.


Border color

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

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

This div border color is #D28B5C.


Opacity

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

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

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

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

This text has shadow with #D28B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28B5C on black background.


Color preview on white background

This text has color #D28B5C on white background.



Black color preview on #D28B5C background

This text has black color on #D28B5C background.


White color preview on #D28B5C background

This text has white color on #D28B5C background.