COLOR #DE6C6E

HEX: #DE6C6E RGB: (222,108,110)

Color info

#DE6C6E contains mainly red color. Web safe color of #DE6C6E is #CC6666 (or #C66).

RGB color model

#DE6C6E color RGB value is (222,108,110).

RGB: (222,108,110) (87%, 42%, 43%)

RGB channels and saturation

R 222 of 255 = 87%
G 108 of 255 = 42%
B 110 of 255 = 43%

222
108
110

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

Portions of RGB colors in percentages

R + G + B = 222 + 108 + 110 = 440 (100%)
R 222 of 440 ~ 50.45%
G 108 of 440 ~ 24.55%
B 110 of 440 ~ 25'%

%50.45
%24.55
%25

CMYK color model

#DE6C6E color CMYK value is (0,51,50,13).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 50.45%
  • key color value is 12.94%

CMYK: (0,51,50,13)
C0M51Y50K13 (0%, 51%, 50%, 13%)
(0.00 / 0.51 / 0.50 / 0.13)

CMYK percentages

%0
%51.35
%50.45
%12.94

Codes

Color #DE6C6E in popluar color models

DE 6C 6E
RGB 222 108 110
HSL 359° 63.33% 64.71%
HSB/HSV 359° 51.35% 87.06%
CMYK 0.00% 51.35% 50.45%
12.94%

Color #DE6C6E in popluar number systems.

HEX DE 6C 6E
Decimal 222 108 110
Binary 11011110 1101100 1101110
Octal 336 154 156

Shades and tints

Shades of #DE6C6E

#DE6C6E
(222,108,110)
#CA6364
(202,99,100)
#B65A5A
(182,90,90)
#A25150
(162,81,80)
#8E4846
(142,72,70)
#7A3F3C
(122,63,60)
#663632
(102,54,50)
#522D28
(82,45,40)
#3E241E
(62,36,30)
#2A1B14
(42,27,20)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #DE6C6E

#DE6C6E
(222,108,110)
#E1797B
(225,121,123)
#E48688
(228,134,136)
#E79395
(231,147,149)
#EAA0A2
(234,160,162)
#EDADAF
(237,173,175)
#F0BABC
(240,186,188)
#F3C7C9
(243,199,201)
#F6D4D6
(246,212,214)
#F9E1E3
(249,225,227)
#FCEEF0
(252,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE6C6E color. Also use rgb(222,108,110) instead hex code.

Text Font Color

.myTextColor { color: #DE6C6E; }

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

This text font color is #DE6C6E.

Background Color

.myBgColor { background-color: #DE6C6E; }

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

This div background color is #DE6C6E.

Border color

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

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

This div border color is #DE6C6E.

Opacity

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

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

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

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

This text has shadow with #DE6C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE6C6E.

Preview

Color preview on black background

This text has color #DE6C6E on black background.


Color preview on white background

This text has color #DE6C6E on white background.


Black color preview on #DE6C6E background

This text has black color on #DE6C6E background.


White color preview on #DE6C6E background

This text has white color on #DE6C6E background.


Related colors

Complementary color

Complementary color for #hex is #219391.


I love getcolorcode.com

Triadic colors

1 #6EDE6C and #6C6EDE with #DE6C6E are triadic colors.

2 #6E6CDE and #6CDE6E with #DE6C6E are triadic colors.