COLOR #DE781E

HEX: #DE781E
RGB: (222,120,30)

Color info

#DE781E contains mainly red color. Web safe color of #DE781E is #CC6633 (or #C63).

RGB color model

#DE781E color RGB value is (222,120,30).

  • red value is 222;
  • green value is 120;
  • blue value is 30.
RGB:
(222,120,30)
(87%,47%,12%)

RGB channels and saturation

R 222 of 255 = 87%
G 120 of 255 = 47%
B 30 of 255 = 12%

222
120
30

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

Portions of RGB colors in percentages

R + G + B =
222 + 120 + 30 = 372 (100%)
R 222 of 372 ~ 59.68%
G 120 of 372 ~ 32.26%
B 30 of 372 ~ 8.06%

%59.68
%32.26

CMYK color model

#DE781E color CMYK value is (0,46,86,13).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 86.49%
  • key color value is 12.94%
CMYK:
(0,46,86,13)
C0M46Y86K13 
(0%,46%,86%,13%)
(0.00/0.46/0.86/0.13)	

CMYK percentages

%0
%45.95
%86.49
%12.94

Codes

Color #DE781E in popluar color models

DE781E
RGB22212030
HSL28°76.19%49.41%
HSB/HSV28°86.49%87.06%
CMYK0.00%45.95%86.49%
12.94%

Color #DE781E in popluar number systems.

HEXDE781E
Decimal22212030
Binary11011110111100011110
Octal33617036

Shades and tints

Shades of #DE781E

#DE781E
(222,120,30)
#CA6E1C
(202,110,28)
#B6641A
(182,100,26)
#A25A18
(162,90,24)
#8E5016
(142,80,22)
#7A4614
(122,70,20)
#663C12
(102,60,18)
#523210
(82,50,16)
#3E280E
(62,40,14)
#2A1E0C
(42,30,12)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #DE781E

#DE781E
(222,120,30)
#E18432
(225,132,50)
#E49046
(228,144,70)
#E79C5A
(231,156,90)
#EAA86E
(234,168,110)
#EDB482
(237,180,130)
#F0C096
(240,192,150)
#F3CCAA
(243,204,170)
#F6D8BE
(246,216,190)
#F9E4D2
(249,228,210)
#FCF0E6
(252,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE781E color. Also use rgb(222,120,30) instead hex code.

Text Font Color

.myTextColor { color: #DE781E; }

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

This text font color is #DE781E.


Background Color

.myBgColor { background-color: #DE781E; }

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

This div background color is #DE781E.


Border color

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

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

This div border color is #DE781E.


Opacity

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

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

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

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

This text has shadow with #DE781E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE781E on black background.


Color preview on white background

This text has color #DE781E on white background.



Black color preview on #DE781E background

This text has black color on #DE781E background.


White color preview on #DE781E background

This text has white color on #DE781E background.