COLOR #D28E50

HEX: #D28E50
RGB: (210,142,80)

Color info

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

RGB color model

#D28E50 color RGB value is (210,142,80).

  • red value is 210;
  • green value is 142;
  • blue value is 80.
RGB:
(210,142,80)
(82%,56%,31%)

RGB channels and saturation

R 210 of 255 = 82%
G 142 of 255 = 56%
B 80 of 255 = 31%

210
142
80

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

Portions of RGB colors in percentages

R + G + B =
210 + 142 + 80 = 432 (100%)
R 210 of 432 ~ 48.61%
G 142 of 432 ~ 32.87%
B 80 of 432 ~ 18.52%

%48.61
%32.87
%18.52

CMYK color model

#D28E50 color CMYK value is (0,32,62,18).

  • cyan value is 0.00%
  • magenta value is 32.38%
  • yellow value is 61.90%
  • key color value is 17.65%
CMYK:
(0,32,62,18)
C0M32Y62K18 
(0%,32%,62%,18%)
(0.00/0.32/0.62/0.18)	

CMYK percentages

%0
%32.38
%61.9
%17.65

Codes

Color #D28E50 in popluar color models

D28E50
RGB21014280
HSL29°59.09%56.86%
HSB/HSV29°61.90%82.35%
CMYK0.00%32.38%61.90%
17.65%

Color #D28E50 in popluar number systems.

HEXD28E50
Decimal21014280
Binary11010010100011101010000
Octal322216120

Shades and tints

Shades of #D28E50

#D28E50
(210,142,80)
#BF8249
(191,130,73)
#AC7642
(172,118,66)
#996A3B
(153,106,59)
#865E34
(134,94,52)
#73522D
(115,82,45)
#604626
(96,70,38)
#4D3A1F
(77,58,31)
#3A2E18
(58,46,24)
#272211
(39,34,17)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #D28E50

#D28E50
(210,142,80)
#D6985F
(214,152,95)
#DAA26E
(218,162,110)
#DEAC7D
(222,172,125)
#E2B68C
(226,182,140)
#E6C09B
(230,192,155)
#EACAAA
(234,202,170)
#EED4B9
(238,212,185)
#F2DEC8
(242,222,200)
#F6E8D7
(246,232,215)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28E50 color. Also use rgb(210,142,80) instead hex code.

Text Font Color

.myTextColor { color: #D28E50; }

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

This text font color is #D28E50.


Background Color

.myBgColor { background-color: #D28E50; }

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

This div background color is #D28E50.


Border color

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

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

This div border color is #D28E50.


Opacity

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

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

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

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

This text has shadow with #D28E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28E50 on black background.


Color preview on white background

This text has color #D28E50 on white background.



Black color preview on #D28E50 background

This text has black color on #D28E50 background.


White color preview on #D28E50 background

This text has white color on #D28E50 background.