COLOR #DE8A70

HEX: #DE8A70 RGB: (222,138,112)

Color info

#DE8A70 contains mainly red color. Web safe color of #DE8A70 is #CC9966 (or #C96).

RGB color model

#DE8A70 color RGB value is (222,138,112).

RGB: (222,138,112) (87%, 54%, 44%)

RGB channels and saturation

R 222 of 255 = 87%
G 138 of 255 = 54%
B 112 of 255 = 44%

222
138
112

R + G + B ~ 62%. #DE8A70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 138 + 112 = 472 (100%)
R 222 of 472 ~ 47.03%
G 138 of 472 ~ 29.24%
B 112 of 472 ~ 23.73'%

%47.03
%29.24
%23.73

CMYK color model

#DE8A70 color CMYK value is (0,38,50,13).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 49.55%
  • key color value is 12.94%

CMYK: (0,38,50,13)
C0M38Y50K13 (0%, 38%, 50%, 13%)
(0.00 / 0.38 / 0.50 / 0.13)

CMYK percentages

%0
%37.84
%49.55
%12.94

Codes

Color #DE8A70 in popluar color models

DE 8A 70
RGB 222 138 112
HSL 14° 62.50% 65.49%
HSB/HSV 14° 49.55% 87.06%
CMYK 0.00% 37.84% 49.55%
12.94%

Color #DE8A70 in popluar number systems.

HEX DE 8A 70
Decimal 222 138 112
Binary 11011110 10001010 1110000
Octal 336 212 160

Shades and tints

Shades of #DE8A70

#DE8A70
(222,138,112)
#CA7E66
(202,126,102)
#B6725C
(182,114,92)
#A26652
(162,102,82)
#8E5A48
(142,90,72)
#7A4E3E
(122,78,62)
#664234
(102,66,52)
#52362A
(82,54,42)
#3E2A20
(62,42,32)
#2A1E16
(42,30,22)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #DE8A70

#DE8A70
(222,138,112)
#E1947D
(225,148,125)
#E49E8A
(228,158,138)
#E7A897
(231,168,151)
#EAB2A4
(234,178,164)
#EDBCB1
(237,188,177)
#F0C6BE
(240,198,190)
#F3D0CB
(243,208,203)
#F6DAD8
(246,218,216)
#F9E4E5
(249,228,229)
#FCEEF2
(252,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8A70 color. Also use rgb(222,138,112) instead hex code.

Text Font Color

.myTextColor { color: #DE8A70; }

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

This text font color is #DE8A70.

Background Color

.myBgColor { background-color: #DE8A70; }

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

This div background color is #DE8A70.

Border color

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

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

This div border color is #DE8A70.

Opacity

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

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

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

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

This text has shadow with #DE8A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8A70.

Preview

Color preview on black background

This text has color #DE8A70 on black background.


Color preview on white background

This text has color #DE8A70 on white background.


Black color preview on #DE8A70 background

This text has black color on #DE8A70 background.


White color preview on #DE8A70 background

This text has white color on #DE8A70 background.


Related colors

Complementary color

Complementary color for #hex is #21758F.


I love getcolorcode.com

Triadic colors

1 #70DE8A and #8A70DE with #DE8A70 are triadic colors.

2 #708ADE and #8ADE70 with #DE8A70 are triadic colors.