COLOR #DD806E

HEX: #DD806E RGB: (221,128,110)

Color info

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

RGB color model

#DD806E color RGB value is (221,128,110).

RGB: (221,128,110) (87%, 50%, 43%)

RGB channels and saturation

R 221 of 255 = 87%
G 128 of 255 = 50%
B 110 of 255 = 43%

221
128
110

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

Portions of RGB colors in percentages

R + G + B = 221 + 128 + 110 = 459 (100%)
R 221 of 459 ~ 48.15%
G 128 of 459 ~ 27.89%
B 110 of 459 ~ 23.97'%

%48.15
%27.89
%23.97

CMYK color model

#DD806E color CMYK value is (0,42,50,13).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 50.23%
  • key color value is 13.33%

CMYK: (0,42,50,13)
C0M42Y50K13 (0%, 42%, 50%, 13%)
(0.00 / 0.42 / 0.50 / 0.13)

CMYK percentages

%0
%42.08
%50.23
%13.33

Codes

Color #DD806E in popluar color models

DD 80 6E
RGB 221 128 110
HSL 10° 62.01% 64.90%
HSB/HSV 10° 50.23% 86.67%
CMYK 0.00% 42.08% 50.23%
13.33%

Color #DD806E in popluar number systems.

HEX DD 80 6E
Decimal 221 128 110
Binary 11011101 10000000 1101110
Octal 335 200 156

Shades and tints

Shades of #DD806E

#DD806E
(221,128,110)
#C97564
(201,117,100)
#B56A5A
(181,106,90)
#A15F50
(161,95,80)
#8D5446
(141,84,70)
#79493C
(121,73,60)
#653E32
(101,62,50)
#513328
(81,51,40)
#3D281E
(61,40,30)
#291D14
(41,29,20)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #DD806E

#DD806E
(221,128,110)
#E08B7B
(224,139,123)
#E39688
(227,150,136)
#E6A195
(230,161,149)
#E9ACA2
(233,172,162)
#ECB7AF
(236,183,175)
#EFC2BC
(239,194,188)
#F2CDC9
(242,205,201)
#F5D8D6
(245,216,214)
#F8E3E3
(248,227,227)
#FBEEF0
(251,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD806E color. Also use rgb(221,128,110) instead hex code.

Text Font Color

.myTextColor { color: #DD806E; }

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

This text font color is #DD806E.

Background Color

.myBgColor { background-color: #DD806E; }

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

This div background color is #DD806E.

Border color

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

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

This div border color is #DD806E.

Opacity

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

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

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

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

This text has shadow with #DD806E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD806E.

Preview

Color preview on black background

This text has color #DD806E on black background.


Color preview on white background

This text has color #DD806E on white background.


Black color preview on #DD806E background

This text has black color on #DD806E background.


White color preview on #DD806E background

This text has white color on #DD806E background.


Related colors

Complementary color

Complementary color for #hex is #227F91.


I love getcolorcode.com

Triadic colors

1 #6EDD80 and #806EDD with #DD806E are triadic colors.

2 #6E80DD and #80DD6E with #DD806E are triadic colors.