COLOR #D28C53

HEX: #D28C53 RGB: (210,140,83)

Color info

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

RGB color model

#D28C53 color RGB value is (210,140,83).

RGB: (210,140,83) (82%, 55%, 33%)

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 83 of 255 = 33%

210
140
83

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

Portions of RGB colors in percentages

R + G + B = 210 + 140 + 83 = 433 (100%)
R 210 of 433 ~ 48.5%
G 140 of 433 ~ 32.33%
B 83 of 433 ~ 19.17'%

%48.5
%32.33
%19.17

CMYK color model

#D28C53 color CMYK value is (0,33,60,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 60.48%
  • key color value is 17.65%
CMYK: (0,33,60,18) C0M33Y60K18 (0%,33%,60%,18%) (0.00/0.33/0.60/0.18) 

CMYK percentages

%0
%33.33
%60.48
%17.65

Codes

Color #D28C53 in popluar color models

D2 8C 53
RGB 210 140 83
HSL 27° 58.53% 57.45%
HSB/HSV 27° 60.48% 82.35%
CMYK 0.00% 33.33% 60.48%
17.65%

Color #D28C53 in popluar number systems.

HEX D2 8C 53
Decimal 210 140 83
Binary 11010010 10001100 1010011
Octal 322 214 123

Shades and tints

Shades of #D28C53

#D28C53
(210,140,83)
#BF804C
(191,128,76)
#AC7445
(172,116,69)
#99683E
(153,104,62)
#865C37
(134,92,55)
#735030
(115,80,48)
#604429
(96,68,41)
#4D3822
(77,56,34)
#3A2C1B
(58,44,27)
#272014
(39,32,20)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #D28C53

#D28C53
(210,140,83)
#D69662
(214,150,98)
#DAA071
(218,160,113)
#DEAA80
(222,170,128)
#E2B48F
(226,180,143)
#E6BE9E
(230,190,158)
#EAC8AD
(234,200,173)
#EED2BC
(238,210,188)
#F2DCCB
(242,220,203)
#F6E6DA
(246,230,218)
#FAF0E9
(250,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28C53; }

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

This text font color is #D28C53.

Background Color

.myBgColor { background-color: #D28C53; }

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

This div background color is #D28C53.

Border color

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

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

This div border color is #D28C53.

Opacity

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

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

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

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

This text has shadow with #D28C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D28C53.

Preview

Color preview on black background

This text has color #D28C53 on black background.


Color preview on white background

This text has color #D28C53 on white background.


Black color preview on #D28C53 background

This text has black color on #D28C53 background.


White color preview on #D28C53 background

This text has white color on #D28C53 background.


Related colors

Complementary color

Complementary color for #hex is #2D73AC.


I love getcolorcode.com

Triadic colors

1 #53D28C and #8C53D2 with #D28C53 are triadic colors.

2 #538CD2 and #8CD253 with #D28C53 are triadic colors.