COLOR #DF8C64

HEX: #DF8C64
RGB: (223,140,100)

Color info

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

RGB color model

#DF8C64 color RGB value is (223,140,100).

  • red value is 223;
  • green value is 140;
  • blue value is 100.
RGB:
(223,140,100)
(87%,55%,39%)

RGB channels and saturation

R 223 of 255 = 87%
G 140 of 255 = 55%
B 100 of 255 = 39%

223
140
100

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

Portions of RGB colors in percentages

R + G + B =
223 + 140 + 100 = 463 (100%)
R 223 of 463 ~ 48.16%
G 140 of 463 ~ 30.24%
B 100 of 463 ~ 21.6%

%48.16
%30.24
%21.6

CMYK color model

#DF8C64 color CMYK value is (0,37,55,13).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 55.16%
  • key color value is 12.55%
CMYK:
(0,37,55,13)
C0M37Y55K13 
(0%,37%,55%,13%)
(0.00/0.37/0.55/0.13)	

CMYK percentages

%0
%37.22
%55.16
%12.55

Codes

Color #DF8C64 in popluar color models

DF8C64
RGB223140100
HSL20°65.78%63.33%
HSB/HSV20°55.16%87.45%
CMYK0.00%37.22%55.16%
12.55%

Color #DF8C64 in popluar number systems.

HEXDF8C64
Decimal223140100
Binary11011111100011001100100
Octal337214144

Shades and tints

Shades of #DF8C64

#DF8C64
(223,140,100)
#CB805B
(203,128,91)
#B77452
(183,116,82)
#A36849
(163,104,73)
#8F5C40
(143,92,64)
#7B5037
(123,80,55)
#67442E
(103,68,46)
#533825
(83,56,37)
#3F2C1C
(63,44,28)
#2B2013
(43,32,19)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #DF8C64

#DF8C64
(223,140,100)
#E19672
(225,150,114)
#E3A080
(227,160,128)
#E5AA8E
(229,170,142)
#E7B49C
(231,180,156)
#E9BEAA
(233,190,170)
#EBC8B8
(235,200,184)
#EDD2C6
(237,210,198)
#EFDCD4
(239,220,212)
#F1E6E2
(241,230,226)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8C64 color. Also use rgb(223,140,100) instead hex code.

Text Font Color

.myTextColor { color: #DF8C64; }

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

This text font color is #DF8C64.


Background Color

.myBgColor { background-color: #DF8C64; }

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

This div background color is #DF8C64.


Border color

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

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

This div border color is #DF8C64.


Opacity

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

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

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

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

This text has shadow with #DF8C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8C64 on black background.


Color preview on white background

This text has color #DF8C64 on white background.



Black color preview on #DF8C64 background

This text has black color on #DF8C64 background.


White color preview on #DF8C64 background

This text has white color on #DF8C64 background.