COLOR #D28C6C

HEX: #D28C6C
RGB: (210,140,108)

Color info

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

RGB color model

#D28C6C color RGB value is (210,140,108).

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

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 108 of 255 = 42%

210
140
108

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

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 108 = 458 (100%)
R 210 of 458 ~ 45.85%
G 140 of 458 ~ 30.57%
B 108 of 458 ~ 23.58%

%45.85
%30.57
%23.58

CMYK color model

#D28C6C color CMYK value is (0,33,49,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 48.57%
  • key color value is 17.65%
CMYK:
(0,33,49,18)
C0M33Y49K18 
(0%,33%,49%,18%)
(0.00/0.33/0.49/0.18)	

CMYK percentages

%0
%33.33
%48.57
%17.65

Codes

Color #D28C6C in popluar color models

D28C6C
RGB210140108
HSL19°53.13%62.35%
HSB/HSV19°48.57%82.35%
CMYK0.00%33.33%48.57%
17.65%

Color #D28C6C in popluar number systems.

HEXD28C6C
Decimal210140108
Binary11010010100011001101100
Octal322214154

Shades and tints

Shades of #D28C6C

#D28C6C
(210,140,108)
#BF8063
(191,128,99)
#AC745A
(172,116,90)
#996851
(153,104,81)
#865C48
(134,92,72)
#73503F
(115,80,63)
#604436
(96,68,54)
#4D382D
(77,56,45)
#3A2C24
(58,44,36)
#27201B
(39,32,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #D28C6C

#D28C6C
(210,140,108)
#D69679
(214,150,121)
#DAA086
(218,160,134)
#DEAA93
(222,170,147)
#E2B4A0
(226,180,160)
#E6BEAD
(230,190,173)
#EAC8BA
(234,200,186)
#EED2C7
(238,210,199)
#F2DCD4
(242,220,212)
#F6E6E1
(246,230,225)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28C6C; }

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

This text font color is #D28C6C.


Background Color

.myBgColor { background-color: #D28C6C; }

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

This div background color is #D28C6C.


Border color

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

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

This div border color is #D28C6C.


Opacity

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

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

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

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

This text has shadow with #D28C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28C6C on black background.


Color preview on white background

This text has color #D28C6C on white background.



Black color preview on #D28C6C background

This text has black color on #D28C6C background.


White color preview on #D28C6C background

This text has white color on #D28C6C background.