COLOR #DF800E

HEX: #DF800E
RGB: (223,128,14)

Color info

#DF800E contains mainly red color. Web safe color of #DF800E is #CC6600 (or #C60).

RGB color model

#DF800E color RGB value is (223,128,14).

  • red value is 223;
  • green value is 128;
  • blue value is 14.
RGB:
(223,128,14)
(87%,50%,5%)

RGB channels and saturation

R 223 of 255 = 87%
G 128 of 255 = 50%
B 14 of 255 = 5%

223
128
14

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

Portions of RGB colors in percentages

R + G + B =
223 + 128 + 14 = 365 (100%)
R 223 of 365 ~ 61.1%
G 128 of 365 ~ 35.07%
B 14 of 365 ~ 3.84%

%61.1
%35.07

CMYK color model

#DF800E color CMYK value is (0,43,94,13).

  • cyan value is 0.00%
  • magenta value is 42.60%
  • yellow value is 93.72%
  • key color value is 12.55%
CMYK:
(0,43,94,13)
C0M43Y94K13 
(0%,43%,94%,13%)
(0.00/0.43/0.94/0.13)	

CMYK percentages

%0
%42.6
%93.72
%12.55

Codes

Color #DF800E in popluar color models

DF800E
RGB22312814
HSL33°88.19%46.47%
HSB/HSV33°93.72%87.45%
CMYK0.00%42.60%93.72%
12.55%

Color #DF800E in popluar number systems.

HEXDF800E
Decimal22312814
Binary11011111100000001110
Octal33720016

Shades and tints

Shades of #DF800E

#DF800E
(223,128,14)
#CB750D
(203,117,13)
#B76A0C
(183,106,12)
#A35F0B
(163,95,11)
#8F540A
(143,84,10)
#7B4909
(123,73,9)
#673E08
(103,62,8)
#533307
(83,51,7)
#3F2806
(63,40,6)
#2B1D05
(43,29,5)
#171204
(23,18,4)
#000000
(0,0,0)

Tints of #DF800E

#DF800E
(223,128,14)
#E18B23
(225,139,35)
#E39638
(227,150,56)
#E5A14D
(229,161,77)
#E7AC62
(231,172,98)
#E9B777
(233,183,119)
#EBC28C
(235,194,140)
#EDCDA1
(237,205,161)
#EFD8B6
(239,216,182)
#F1E3CB
(241,227,203)
#F3EEE0
(243,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF800E color. Also use rgb(223,128,14) instead hex code.

Text Font Color

.myTextColor { color: #DF800E; }

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

This text font color is #DF800E.


Background Color

.myBgColor { background-color: #DF800E; }

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

This div background color is #DF800E.


Border color

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

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

This div border color is #DF800E.


Opacity

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

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

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

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

This text has shadow with #DF800E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF800E on black background.


Color preview on white background

This text has color #DF800E on white background.



Black color preview on #DF800E background

This text has black color on #DF800E background.


White color preview on #DF800E background

This text has white color on #DF800E background.