COLOR #DE6F21

HEX: #DE6F21
RGB: (222,111,33)

Color info

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

RGB color model

#DE6F21 color RGB value is (222,111,33).

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

RGB channels and saturation

R 222 of 255 = 87%
G 111 of 255 = 44%
B 33 of 255 = 13%

222
111
33

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

Portions of RGB colors in percentages

R + G + B =
222 + 111 + 33 = 366 (100%)
R 222 of 366 ~ 60.66%
G 111 of 366 ~ 30.33%
B 33 of 366 ~ 9.02%

%60.66
%30.33

CMYK color model

#DE6F21 color CMYK value is (0,50,85,13).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 85.14%
  • key color value is 12.94%
CMYK:
(0,50,85,13)
C0M50Y85K13 
(0%,50%,85%,13%)
(0.00/0.50/0.85/0.13)	

CMYK percentages

%0
%50
%85.14
%12.94

Codes

Color #DE6F21 in popluar color models

DE6F21
RGB22211133
HSL25°74.12%50.00%
HSB/HSV25°85.14%87.06%
CMYK0.00%50.00%85.14%
12.94%

Color #DE6F21 in popluar number systems.

HEXDE6F21
Decimal22211133
Binary110111101101111100001
Octal33615741

Shades and tints

Shades of #DE6F21

#DE6F21
(222,111,33)
#CA651E
(202,101,30)
#B65B1B
(182,91,27)
#A25118
(162,81,24)
#8E4715
(142,71,21)
#7A3D12
(122,61,18)
#66330F
(102,51,15)
#52290C
(82,41,12)
#3E1F09
(62,31,9)
#2A1506
(42,21,6)
#160B03
(22,11,3)
#000000
(0,0,0)

Tints of #DE6F21

#DE6F21
(222,111,33)
#E17C35
(225,124,53)
#E48949
(228,137,73)
#E7965D
(231,150,93)
#EAA371
(234,163,113)
#EDB085
(237,176,133)
#F0BD99
(240,189,153)
#F3CAAD
(243,202,173)
#F6D7C1
(246,215,193)
#F9E4D5
(249,228,213)
#FCF1E9
(252,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE6F21; }

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

This text font color is #DE6F21.


Background Color

.myBgColor { background-color: #DE6F21; }

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

This div background color is #DE6F21.


Border color

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

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

This div border color is #DE6F21.


Opacity

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

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

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

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

This text has shadow with #DE6F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE6F21 on black background.


Color preview on white background

This text has color #DE6F21 on white background.



Black color preview on #DE6F21 background

This text has black color on #DE6F21 background.


White color preview on #DE6F21 background

This text has white color on #DE6F21 background.