COLOR #DE6F13

HEX: #DE6F13
RGB: (222,111,19)

Color info

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

RGB color model

#DE6F13 color RGB value is (222,111,19).

  • red value is 222;
  • green value is 111;
  • blue value is 19.
RGB:
(222,111,19)
(87%,44%,7%)

RGB channels and saturation

R 222 of 255 = 87%
G 111 of 255 = 44%
B 19 of 255 = 7%

222
111
19

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

Portions of RGB colors in percentages

R + G + B =
222 + 111 + 19 = 352 (100%)
R 222 of 352 ~ 63.07%
G 111 of 352 ~ 31.53%
B 19 of 352 ~ 5.4%

%63.07
%31.53

CMYK color model

#DE6F13 color CMYK value is (0,50,91,13).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 91.44%
  • key color value is 12.94%
CMYK:
(0,50,91,13)
C0M50Y91K13 
(0%,50%,91%,13%)
(0.00/0.50/0.91/0.13)	

CMYK percentages

%0
%50
%91.44
%12.94

Codes

Color #DE6F13 in popluar color models

DE6F13
RGB22211119
HSL27°84.23%47.25%
HSB/HSV27°91.44%87.06%
CMYK0.00%50.00%91.44%
12.94%

Color #DE6F13 in popluar number systems.

HEXDE6F13
Decimal22211119
Binary11011110110111110011
Octal33615723

Shades and tints

Shades of #DE6F13

#DE6F13
(222,111,19)
#CA6512
(202,101,18)
#B65B11
(182,91,17)
#A25110
(162,81,16)
#8E470F
(142,71,15)
#7A3D0E
(122,61,14)
#66330D
(102,51,13)
#52290C
(82,41,12)
#3E1F0B
(62,31,11)
#2A150A
(42,21,10)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #DE6F13

#DE6F13
(222,111,19)
#E17C28
(225,124,40)
#E4893D
(228,137,61)
#E79652
(231,150,82)
#EAA367
(234,163,103)
#EDB07C
(237,176,124)
#F0BD91
(240,189,145)
#F3CAA6
(243,202,166)
#F6D7BB
(246,215,187)
#F9E4D0
(249,228,208)
#FCF1E5
(252,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE6F13 color. Also use rgb(222,111,19) instead hex code.

Text Font Color

.myTextColor { color: #DE6F13; }

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

This text font color is #DE6F13.


Background Color

.myBgColor { background-color: #DE6F13; }

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

This div background color is #DE6F13.


Border color

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

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

This div border color is #DE6F13.


Opacity

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

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

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

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

This text has shadow with #DE6F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE6F13 on black background.


Color preview on white background

This text has color #DE6F13 on white background.



Black color preview on #DE6F13 background

This text has black color on #DE6F13 background.


White color preview on #DE6F13 background

This text has white color on #DE6F13 background.