COLOR #D28C5F

HEX: #D28C5F
RGB: (210,140,95)

Color info

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

RGB color model

#D28C5F color RGB value is (210,140,95).

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

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 95 of 255 = 37%

210
140
95

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

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 95 = 445 (100%)
R 210 of 445 ~ 47.19%
G 140 of 445 ~ 31.46%
B 95 of 445 ~ 21.35%

%47.19
%31.46
%21.35

CMYK color model

#D28C5F color CMYK value is (0,33,55,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 54.76%
  • key color value is 17.65%
CMYK:
(0,33,55,18)
C0M33Y55K18 
(0%,33%,55%,18%)
(0.00/0.33/0.55/0.18)	

CMYK percentages

%0
%33.33
%54.76
%17.65

Codes

Color #D28C5F in popluar color models

D28C5F
RGB21014095
HSL23°56.10%59.80%
HSB/HSV23°54.76%82.35%
CMYK0.00%33.33%54.76%
17.65%

Color #D28C5F in popluar number systems.

HEXD28C5F
Decimal21014095
Binary11010010100011001011111
Octal322214137

Shades and tints

Shades of #D28C5F

#D28C5F
(210,140,95)
#BF8057
(191,128,87)
#AC744F
(172,116,79)
#996847
(153,104,71)
#865C3F
(134,92,63)
#735037
(115,80,55)
#60442F
(96,68,47)
#4D3827
(77,56,39)
#3A2C1F
(58,44,31)
#272017
(39,32,23)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #D28C5F

#D28C5F
(210,140,95)
#D6966D
(214,150,109)
#DAA07B
(218,160,123)
#DEAA89
(222,170,137)
#E2B497
(226,180,151)
#E6BEA5
(230,190,165)
#EAC8B3
(234,200,179)
#EED2C1
(238,210,193)
#F2DCCF
(242,220,207)
#F6E6DD
(246,230,221)
#FAF0EB
(250,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28C5F; }

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

This text font color is #D28C5F.


Background Color

.myBgColor { background-color: #D28C5F; }

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

This div background color is #D28C5F.


Border color

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

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

This div border color is #D28C5F.


Opacity

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

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

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

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

This text has shadow with #D28C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28C5F on black background.


Color preview on white background

This text has color #D28C5F on white background.



Black color preview on #D28C5F background

This text has black color on #D28C5F background.


White color preview on #D28C5F background

This text has white color on #D28C5F background.