COLOR #DE876B

HEX: #DE876B RGB: (222,135,107)

Color info

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

RGB color model

#DE876B color RGB value is (222,135,107).

RGB: (222,135,107) (87%, 53%, 42%)

RGB channels and saturation

R 222 of 255 = 87%
G 135 of 255 = 53%
B 107 of 255 = 42%

222
135
107

R + G + B ~ 61%. #DE876B is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 135 + 107 = 464 (100%)
R 222 of 464 ~ 47.84%
G 135 of 464 ~ 29.09%
B 107 of 464 ~ 23.06'%

%47.84
%29.09
%23.06

CMYK color model

#DE876B color CMYK value is (0,39,52,13).

  • cyan value is 0.00%
  • magenta value is 39.19%
  • yellow value is 51.80%
  • key color value is 12.94%

CMYK: (0,39,52,13)
C0M39Y52K13 (0%, 39%, 52%, 13%)
(0.00 / 0.39 / 0.52 / 0.13)

CMYK percentages

%0
%39.19
%51.8
%12.94

Codes

Color #DE876B in popluar color models

DE 87 6B
RGB 222 135 107
HSL 15° 63.54% 64.51%
HSB/HSV 15° 51.80% 87.06%
CMYK 0.00% 39.19% 51.80%
12.94%

Color #DE876B in popluar number systems.

HEX DE 87 6B
Decimal 222 135 107
Binary 11011110 10000111 1101011
Octal 336 207 153

Shades and tints

Shades of #DE876B

#DE876B
(222,135,107)
#CA7B62
(202,123,98)
#B66F59
(182,111,89)
#A26350
(162,99,80)
#8E5747
(142,87,71)
#7A4B3E
(122,75,62)
#663F35
(102,63,53)
#52332C
(82,51,44)
#3E2723
(62,39,35)
#2A1B1A
(42,27,26)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #DE876B

#DE876B
(222,135,107)
#E19178
(225,145,120)
#E49B85
(228,155,133)
#E7A592
(231,165,146)
#EAAF9F
(234,175,159)
#EDB9AC
(237,185,172)
#F0C3B9
(240,195,185)
#F3CDC6
(243,205,198)
#F6D7D3
(246,215,211)
#F9E1E0
(249,225,224)
#FCEBED
(252,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE876B color. Also use rgb(222,135,107) instead hex code.

Text Font Color

.myTextColor { color: #DE876B; }

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

This text font color is #DE876B.

Background Color

.myBgColor { background-color: #DE876B; }

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

This div background color is #DE876B.

Border color

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

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

This div border color is #DE876B.

Opacity

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

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

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

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

This text has shadow with #DE876B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE876B.

Preview

Color preview on black background

This text has color #DE876B on black background.


Color preview on white background

This text has color #DE876B on white background.


Black color preview on #DE876B background

This text has black color on #DE876B background.


White color preview on #DE876B background

This text has white color on #DE876B background.


Related colors

Complementary color

Complementary color for #hex is #217894.


I love getcolorcode.com

Triadic colors

1 #6BDE87 and #876BDE with #DE876B are triadic colors.

2 #6B87DE and #87DE6B with #DE876B are triadic colors.