COLOR #DF815C

HEX: #DF815C
RGB: (223,129,92)

Color info

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

RGB color model

#DF815C color RGB value is (223,129,92).

  • red value is 223;
  • green value is 129;
  • blue value is 92.
RGB:
(223,129,92)
(87%,51%,36%)

RGB channels and saturation

R 223 of 255 = 87%
G 129 of 255 = 51%
B 92 of 255 = 36%

223
129
92

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

Portions of RGB colors in percentages

R + G + B =
223 + 129 + 92 = 444 (100%)
R 223 of 444 ~ 50.23%
G 129 of 444 ~ 29.05%
B 92 of 444 ~ 20.72%

%50.23
%29.05
%20.72

CMYK color model

#DF815C color CMYK value is (0,42,59,13).

  • cyan value is 0.00%
  • magenta value is 42.15%
  • yellow value is 58.74%
  • key color value is 12.55%
CMYK:
(0,42,59,13)
C0M42Y59K13 
(0%,42%,59%,13%)
(0.00/0.42/0.59/0.13)	

CMYK percentages

%0
%42.15
%58.74
%12.55

Codes

Color #DF815C in popluar color models

DF815C
RGB22312992
HSL17°67.18%61.76%
HSB/HSV17°58.74%87.45%
CMYK0.00%42.15%58.74%
12.55%

Color #DF815C in popluar number systems.

HEXDF815C
Decimal22312992
Binary11011111100000011011100
Octal337201134

Shades and tints

Shades of #DF815C

#DF815C
(223,129,92)
#CB7654
(203,118,84)
#B76B4C
(183,107,76)
#A36044
(163,96,68)
#8F553C
(143,85,60)
#7B4A34
(123,74,52)
#673F2C
(103,63,44)
#533424
(83,52,36)
#3F291C
(63,41,28)
#2B1E14
(43,30,20)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #DF815C

#DF815C
(223,129,92)
#E18C6A
(225,140,106)
#E39778
(227,151,120)
#E5A286
(229,162,134)
#E7AD94
(231,173,148)
#E9B8A2
(233,184,162)
#EBC3B0
(235,195,176)
#EDCEBE
(237,206,190)
#EFD9CC
(239,217,204)
#F1E4DA
(241,228,218)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF815C color. Also use rgb(223,129,92) instead hex code.

Text Font Color

.myTextColor { color: #DF815C; }

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

This text font color is #DF815C.


Background Color

.myBgColor { background-color: #DF815C; }

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

This div background color is #DF815C.


Border color

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

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

This div border color is #DF815C.


Opacity

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

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

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

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

This text has shadow with #DF815C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF815C on black background.


Color preview on white background

This text has color #DF815C on white background.



Black color preview on #DF815C background

This text has black color on #DF815C background.


White color preview on #DF815C background

This text has white color on #DF815C background.