COLOR #DF8475

HEX: #DF8475
RGB: (223,132,117)

Color info

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

RGB color model

#DF8475 color RGB value is (223,132,117).

  • red value is 223;
  • green value is 132;
  • blue value is 117.
RGB:
(223,132,117)
(87%,52%,46%)

RGB channels and saturation

R 223 of 255 = 87%
G 132 of 255 = 52%
B 117 of 255 = 46%

223
132
117

R + G + B ~ 62%. #DF8475 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 132 + 117 = 472 (100%)
R 223 of 472 ~ 47.25%
G 132 of 472 ~ 27.97%
B 117 of 472 ~ 24.79%

%47.25
%27.97
%24.79

CMYK color model

#DF8475 color CMYK value is (0,41,48,13).

  • cyan value is 0.00%
  • magenta value is 40.81%
  • yellow value is 47.53%
  • key color value is 12.55%
CMYK:
(0,41,48,13)
C0M41Y48K13 
(0%,41%,48%,13%)
(0.00/0.41/0.48/0.13)	

CMYK percentages

%0
%40.81
%47.53
%12.55

Codes

Color #DF8475 in popluar color models

DF8475
RGB223132117
HSL62.35%66.67%
HSB/HSV47.53%87.45%
CMYK0.00%40.81%47.53%
12.55%

Color #DF8475 in popluar number systems.

HEXDF8475
Decimal223132117
Binary11011111100001001110101
Octal337204165

Shades and tints

Shades of #DF8475

#DF8475
(223,132,117)
#CB786B
(203,120,107)
#B76C61
(183,108,97)
#A36057
(163,96,87)
#8F544D
(143,84,77)
#7B4843
(123,72,67)
#673C39
(103,60,57)
#53302F
(83,48,47)
#3F2425
(63,36,37)
#2B181B
(43,24,27)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #DF8475

#DF8475
(223,132,117)
#E18F81
(225,143,129)
#E39A8D
(227,154,141)
#E5A599
(229,165,153)
#E7B0A5
(231,176,165)
#E9BBB1
(233,187,177)
#EBC6BD
(235,198,189)
#EDD1C9
(237,209,201)
#EFDCD5
(239,220,213)
#F1E7E1
(241,231,225)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8475 color. Also use rgb(223,132,117) instead hex code.

Text Font Color

.myTextColor { color: #DF8475; }

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

This text font color is #DF8475.


Background Color

.myBgColor { background-color: #DF8475; }

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

This div background color is #DF8475.


Border color

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

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

This div border color is #DF8475.


Opacity

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

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

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

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

This text has shadow with #DF8475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8475 on black background.


Color preview on white background

This text has color #DF8475 on white background.



Black color preview on #DF8475 background

This text has black color on #DF8475 background.


White color preview on #DF8475 background

This text has white color on #DF8475 background.