COLOR #D28566

HEX: #D28566
RGB: (210,133,102)

Color info

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

RGB color model

#D28566 color RGB value is (210,133,102).

  • red value is 210;
  • green value is 133;
  • blue value is 102.
RGB:
(210,133,102)
(82%,52%,40%)

RGB channels and saturation

R 210 of 255 = 82%
G 133 of 255 = 52%
B 102 of 255 = 40%

210
133
102

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

Portions of RGB colors in percentages

R + G + B =
210 + 133 + 102 = 445 (100%)
R 210 of 445 ~ 47.19%
G 133 of 445 ~ 29.89%
B 102 of 445 ~ 22.92%

%47.19
%29.89
%22.92

CMYK color model

#D28566 color CMYK value is (0,37,51,18).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 51.43%
  • key color value is 17.65%
CMYK:
(0,37,51,18)
C0M37Y51K18 
(0%,37%,51%,18%)
(0.00/0.37/0.51/0.18)	

CMYK percentages

%0
%36.67
%51.43
%17.65

Codes

Color #D28566 in popluar color models

D28566
RGB210133102
HSL17°54.55%61.18%
HSB/HSV17°51.43%82.35%
CMYK0.00%36.67%51.43%
17.65%

Color #D28566 in popluar number systems.

HEXD28566
Decimal210133102
Binary11010010100001011100110
Octal322205146

Shades and tints

Shades of #D28566

#D28566
(210,133,102)
#BF795D
(191,121,93)
#AC6D54
(172,109,84)
#99614B
(153,97,75)
#865542
(134,85,66)
#734939
(115,73,57)
#603D30
(96,61,48)
#4D3127
(77,49,39)
#3A251E
(58,37,30)
#271915
(39,25,21)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #D28566

#D28566
(210,133,102)
#D69073
(214,144,115)
#DA9B80
(218,155,128)
#DEA68D
(222,166,141)
#E2B19A
(226,177,154)
#E6BCA7
(230,188,167)
#EAC7B4
(234,199,180)
#EED2C1
(238,210,193)
#F2DDCE
(242,221,206)
#F6E8DB
(246,232,219)
#FAF3E8
(250,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28566 color. Also use rgb(210,133,102) instead hex code.

Text Font Color

.myTextColor { color: #D28566; }

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

This text font color is #D28566.


Background Color

.myBgColor { background-color: #D28566; }

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

This div background color is #D28566.


Border color

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

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

This div border color is #D28566.


Opacity

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

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

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

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

This text has shadow with #D28566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28566 on black background.


Color preview on white background

This text has color #D28566 on white background.



Black color preview on #D28566 background

This text has black color on #D28566 background.


White color preview on #D28566 background

This text has white color on #D28566 background.