COLOR #DE6A44

HEX: #DE6A44 RGB: (222,106,68)

Color info

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

RGB color model

#DE6A44 color RGB value is (222,106,68).

RGB: (222,106,68) (87%, 42%, 27%)

RGB channels and saturation

R 222 of 255 = 87%
G 106 of 255 = 42%
B 68 of 255 = 27%

222
106
68

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

Portions of RGB colors in percentages

R + G + B = 222 + 106 + 68 = 396 (100%)
R 222 of 396 ~ 56.06%
G 106 of 396 ~ 26.77%
B 68 of 396 ~ 17.17'%

%56.06
%26.77
%17.17

CMYK color model

#DE6A44 color CMYK value is (0,52,69,13).

  • cyan value is 0.00%
  • magenta value is 52.25%
  • yellow value is 69.37%
  • key color value is 12.94%
CMYK: (0,52,69,13) C0M52Y69K13 (0%,52%,69%,13%) (0.00/0.52/0.69/0.13) 

CMYK percentages

%0
%52.25
%69.37
%12.94

Codes

Color #DE6A44 in popluar color models

DE 6A 44
RGB 222 106 68
HSL 15° 70.00% 56.86%
HSB/HSV 15° 69.37% 87.06%
CMYK 0.00% 52.25% 69.37%
12.94%

Color #DE6A44 in popluar number systems.

HEX DE 6A 44
Decimal 222 106 68
Binary 11011110 1101010 1000100
Octal 336 152 104

Shades and tints

Shades of #DE6A44

#DE6A44
(222,106,68)
#CA613E
(202,97,62)
#B65838
(182,88,56)
#A24F32
(162,79,50)
#8E462C
(142,70,44)
#7A3D26
(122,61,38)
#663420
(102,52,32)
#522B1A
(82,43,26)
#3E2214
(62,34,20)
#2A190E
(42,25,14)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #DE6A44

#DE6A44
(222,106,68)
#E17755
(225,119,85)
#E48466
(228,132,102)
#E79177
(231,145,119)
#EA9E88
(234,158,136)
#EDAB99
(237,171,153)
#F0B8AA
(240,184,170)
#F3C5BB
(243,197,187)
#F6D2CC
(246,210,204)
#F9DFDD
(249,223,221)
#FCECEE
(252,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE6A44 color. Also use rgb(222,106,68) instead hex code.

Text Font Color

.myTextColor { color: #DE6A44; }

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

This text font color is #DE6A44.

Background Color

.myBgColor { background-color: #DE6A44; }

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

This div background color is #DE6A44.

Border color

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

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

This div border color is #DE6A44.

Opacity

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

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

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

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

This text has shadow with #DE6A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE6A44.

Preview

Color preview on black background

This text has color #DE6A44 on black background.


Color preview on white background

This text has color #DE6A44 on white background.


Black color preview on #DE6A44 background

This text has black color on #DE6A44 background.


White color preview on #DE6A44 background

This text has white color on #DE6A44 background.


Related colors

Complementary color

Complementary color for #hex is #2195BB.


I love getcolorcode.com

Triadic colors

1 #44DE6A and #6A44DE with #DE6A44 are triadic colors.

2 #446ADE and #6ADE44 with #DE6A44 are triadic colors.