COLOR #DD6C45

HEX: #DD6C45
RGB: (221,108,69)

Color info

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

RGB color model

#DD6C45 color RGB value is (221,108,69).

  • red value is 221;
  • green value is 108;
  • blue value is 69.
RGB:
(221,108,69)
(87%,42%,27%)

RGB channels and saturation

R 221 of 255 = 87%
G 108 of 255 = 42%
B 69 of 255 = 27%

221
108
69

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

Portions of RGB colors in percentages

R + G + B =
221 + 108 + 69 = 398 (100%)
R 221 of 398 ~ 55.53%
G 108 of 398 ~ 27.14%
B 69 of 398 ~ 17.34%

%55.53
%27.14
%17.34

CMYK color model

#DD6C45 color CMYK value is (0,51,69,13).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 68.78%
  • key color value is 13.33%
CMYK:
(0,51,69,13)
C0M51Y69K13 
(0%,51%,69%,13%)
(0.00/0.51/0.69/0.13)	

CMYK percentages

%0
%51.13
%68.78
%13.33

Codes

Color #DD6C45 in popluar color models

DD6C45
RGB22110869
HSL15°69.09%56.86%
HSB/HSV15°68.78%86.67%
CMYK0.00%51.13%68.78%
13.33%

Color #DD6C45 in popluar number systems.

HEXDD6C45
Decimal22110869
Binary1101110111011001000101
Octal335154105

Shades and tints

Shades of #DD6C45

#DD6C45
(221,108,69)
#C9633F
(201,99,63)
#B55A39
(181,90,57)
#A15133
(161,81,51)
#8D482D
(141,72,45)
#793F27
(121,63,39)
#653621
(101,54,33)
#512D1B
(81,45,27)
#3D2415
(61,36,21)
#291B0F
(41,27,15)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #DD6C45

#DD6C45
(221,108,69)
#E07955
(224,121,85)
#E38665
(227,134,101)
#E69375
(230,147,117)
#E9A085
(233,160,133)
#ECAD95
(236,173,149)
#EFBAA5
(239,186,165)
#F2C7B5
(242,199,181)
#F5D4C5
(245,212,197)
#F8E1D5
(248,225,213)
#FBEEE5
(251,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6C45 color. Also use rgb(221,108,69) instead hex code.

Text Font Color

.myTextColor { color: #DD6C45; }

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

This text font color is #DD6C45.


Background Color

.myBgColor { background-color: #DD6C45; }

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

This div background color is #DD6C45.


Border color

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

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

This div border color is #DD6C45.


Opacity

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

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

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

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

This text has shadow with #DD6C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6C45 on black background.


Color preview on white background

This text has color #DD6C45 on white background.



Black color preview on #DD6C45 background

This text has black color on #DD6C45 background.


White color preview on #DD6C45 background

This text has white color on #DD6C45 background.