COLOR #DE771E

HEX: #DE771E
RGB: (222,119,30)

Color info

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

RGB color model

#DE771E color RGB value is (222,119,30).

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

RGB channels and saturation

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

222
119
30

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

Portions of RGB colors in percentages

R + G + B =
222 + 119 + 30 = 371 (100%)
R 222 of 371 ~ 59.84%
G 119 of 371 ~ 32.08%
B 30 of 371 ~ 8.09%

%59.84
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.40%
  • 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
%46.4
%86.49
%12.94

Codes

Color #DE771E in popluar color models

DE771E
RGB22211930
HSL28°76.19%49.41%
HSB/HSV28°86.49%87.06%
CMYK0.00%46.40%86.49%
12.94%

Color #DE771E in popluar number systems.

HEXDE771E
Decimal22211930
Binary11011110111011111110
Octal33616736

Shades and tints

Shades of #DE771E

#DE771E
(222,119,30)
#CA6D1C
(202,109,28)
#B6631A
(182,99,26)
#A25918
(162,89,24)
#8E4F16
(142,79,22)
#7A4514
(122,69,20)
#663B12
(102,59,18)
#523110
(82,49,16)
#3E270E
(62,39,14)
#2A1D0C
(42,29,12)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #DE771E

#DE771E
(222,119,30)
#E18332
(225,131,50)
#E48F46
(228,143,70)
#E79B5A
(231,155,90)
#EAA76E
(234,167,110)
#EDB382
(237,179,130)
#F0BF96
(240,191,150)
#F3CBAA
(243,203,170)
#F6D7BE
(246,215,190)
#F9E3D2
(249,227,210)
#FCEFE6
(252,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE771E; }

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

This text font color is #DE771E.


Background Color

.myBgColor { background-color: #DE771E; }

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

This div background color is #DE771E.


Border color

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

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

This div border color is #DE771E.


Opacity

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

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

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

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

This text has shadow with #DE771E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE771E on black background.


Color preview on white background

This text has color #DE771E on white background.



Black color preview on #DE771E background

This text has black color on #DE771E background.


White color preview on #DE771E background

This text has white color on #DE771E background.