COLOR #DD7C1A

HEX: #DD7C1A
RGB: (221,124,26)

Color info

#DD7C1A contains mainly red color. Web safe color of #DD7C1A is #CC6600 (or #C60).

RGB color model

#DD7C1A color RGB value is (221,124,26).

  • red value is 221;
  • green value is 124;
  • blue value is 26.
RGB:
(221,124,26)
(87%,49%,10%)

RGB channels and saturation

R 221 of 255 = 87%
G 124 of 255 = 49%
B 26 of 255 = 10%

221
124
26

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

Portions of RGB colors in percentages

R + G + B =
221 + 124 + 26 = 371 (100%)
R 221 of 371 ~ 59.57%
G 124 of 371 ~ 33.42%
B 26 of 371 ~ 7.01%

%59.57
%33.42

CMYK color model

#DD7C1A color CMYK value is (0,44,88,13).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 88.24%
  • key color value is 13.33%
CMYK:
(0,44,88,13)
C0M44Y88K13 
(0%,44%,88%,13%)
(0.00/0.44/0.88/0.13)	

CMYK percentages

%0
%43.89
%88.24
%13.33

Codes

Color #DD7C1A in popluar color models

DD7C1A
RGB22112426
HSL30°78.95%48.43%
HSB/HSV30°88.24%86.67%
CMYK0.00%43.89%88.24%
13.33%

Color #DD7C1A in popluar number systems.

HEXDD7C1A
Decimal22112426
Binary11011101111110011010
Octal33517432

Shades and tints

Shades of #DD7C1A

#DD7C1A
(221,124,26)
#C97118
(201,113,24)
#B56616
(181,102,22)
#A15B14
(161,91,20)
#8D5012
(141,80,18)
#794510
(121,69,16)
#653A0E
(101,58,14)
#512F0C
(81,47,12)
#3D240A
(61,36,10)
#291908
(41,25,8)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #DD7C1A

#DD7C1A
(221,124,26)
#E0872E
(224,135,46)
#E39242
(227,146,66)
#E69D56
(230,157,86)
#E9A86A
(233,168,106)
#ECB37E
(236,179,126)
#EFBE92
(239,190,146)
#F2C9A6
(242,201,166)
#F5D4BA
(245,212,186)
#F8DFCE
(248,223,206)
#FBEAE2
(251,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7C1A color. Also use rgb(221,124,26) instead hex code.

Text Font Color

.myTextColor { color: #DD7C1A; }

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

This text font color is #DD7C1A.


Background Color

.myBgColor { background-color: #DD7C1A; }

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

This div background color is #DD7C1A.


Border color

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

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

This div border color is #DD7C1A.


Opacity

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

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

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

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

This text has shadow with #DD7C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7C1A on black background.


Color preview on white background

This text has color #DD7C1A on white background.



Black color preview on #DD7C1A background

This text has black color on #DD7C1A background.


White color preview on #DD7C1A background

This text has white color on #DD7C1A background.