COLOR #D28C74

HEX: #D28C74 RGB: (210,140,116)

Color info

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

RGB color model

#D28C74 color RGB value is (210,140,116).

RGB: (210,140,116) (82%, 55%, 45%)

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 116 of 255 = 45%

210
140
116

R + G + B ~ 61%. #D28C74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 140 + 116 = 466 (100%)
R 210 of 466 ~ 45.06%
G 140 of 466 ~ 30.04%
B 116 of 466 ~ 24.89'%

%45.06
%30.04
%24.89

CMYK color model

#D28C74 color CMYK value is (0,33,45,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 44.76%
  • key color value is 17.65%

CMYK: (0,33,45,18)
C0M33Y45K18 (0%, 33%, 45%, 18%)
(0.00 / 0.33 / 0.45 / 0.18)

CMYK percentages

%0
%33.33
%44.76
%17.65

Codes

Color #D28C74 in popluar color models

D2 8C 74
RGB 210 140 116
HSL 15° 51.09% 63.92%
HSB/HSV 15° 44.76% 82.35%
CMYK 0.00% 33.33% 44.76%
17.65%

Color #D28C74 in popluar number systems.

HEX D2 8C 74
Decimal 210 140 116
Binary 11010010 10001100 1110100
Octal 322 214 164

Shades and tints

Shades of #D28C74

#D28C74
(210,140,116)
#BF806A
(191,128,106)
#AC7460
(172,116,96)
#996856
(153,104,86)
#865C4C
(134,92,76)
#735042
(115,80,66)
#604438
(96,68,56)
#4D382E
(77,56,46)
#3A2C24
(58,44,36)
#27201A
(39,32,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #D28C74

#D28C74
(210,140,116)
#D69680
(214,150,128)
#DAA08C
(218,160,140)
#DEAA98
(222,170,152)
#E2B4A4
(226,180,164)
#E6BEB0
(230,190,176)
#EAC8BC
(234,200,188)
#EED2C8
(238,210,200)
#F2DCD4
(242,220,212)
#F6E6E0
(246,230,224)
#FAF0EC
(250,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28C74; }

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

This text font color is #D28C74.

Background Color

.myBgColor { background-color: #D28C74; }

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

This div background color is #D28C74.

Border color

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

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

This div border color is #D28C74.

Opacity

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

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

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

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

This text has shadow with #D28C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D28C74.

Preview

Color preview on black background

This text has color #D28C74 on black background.


Color preview on white background

This text has color #D28C74 on white background.


Black color preview on #D28C74 background

This text has black color on #D28C74 background.


White color preview on #D28C74 background

This text has white color on #D28C74 background.


Related colors

Complementary color

Complementary color for #hex is #2D738B.


I love getcolorcode.com

Triadic colors

1 #74D28C and #8C74D2 with #D28C74 are triadic colors.

2 #748CD2 and #8CD274 with #D28C74 are triadic colors.