COLOR #DD763C

HEX: #DD763C
RGB: (221,118,60)

Color info

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

RGB color model

#DD763C color RGB value is (221,118,60).

  • red value is 221;
  • green value is 118;
  • blue value is 60.
RGB:
(221,118,60)
(87%,46%,24%)

RGB channels and saturation

R 221 of 255 = 87%
G 118 of 255 = 46%
B 60 of 255 = 24%

221
118
60

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

Portions of RGB colors in percentages

R + G + B =
221 + 118 + 60 = 399 (100%)
R 221 of 399 ~ 55.39%
G 118 of 399 ~ 29.57%
B 60 of 399 ~ 15.04%

%55.39
%29.57
%15.04

CMYK color model

#DD763C color CMYK value is (0,47,73,13).

  • cyan value is 0.00%
  • magenta value is 46.61%
  • yellow value is 72.85%
  • key color value is 13.33%
CMYK:
(0,47,73,13)
C0M47Y73K13 
(0%,47%,73%,13%)
(0.00/0.47/0.73/0.13)	

CMYK percentages

%0
%46.61
%72.85
%13.33

Codes

Color #DD763C in popluar color models

DD763C
RGB22111860
HSL22°70.31%55.10%
HSB/HSV22°72.85%86.67%
CMYK0.00%46.61%72.85%
13.33%

Color #DD763C in popluar number systems.

HEXDD763C
Decimal22111860
Binary110111011110110111100
Octal33516674

Shades and tints

Shades of #DD763C

#DD763C
(221,118,60)
#C96C37
(201,108,55)
#B56232
(181,98,50)
#A1582D
(161,88,45)
#8D4E28
(141,78,40)
#794423
(121,68,35)
#653A1E
(101,58,30)
#513019
(81,48,25)
#3D2614
(61,38,20)
#291C0F
(41,28,15)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #DD763C

#DD763C
(221,118,60)
#E0824D
(224,130,77)
#E38E5E
(227,142,94)
#E69A6F
(230,154,111)
#E9A680
(233,166,128)
#ECB291
(236,178,145)
#EFBEA2
(239,190,162)
#F2CAB3
(242,202,179)
#F5D6C4
(245,214,196)
#F8E2D5
(248,226,213)
#FBEEE6
(251,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD763C color. Also use rgb(221,118,60) instead hex code.

Text Font Color

.myTextColor { color: #DD763C; }

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

This text font color is #DD763C.


Background Color

.myBgColor { background-color: #DD763C; }

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

This div background color is #DD763C.


Border color

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

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

This div border color is #DD763C.


Opacity

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

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

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

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

This text has shadow with #DD763C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD763C on black background.


Color preview on white background

This text has color #DD763C on white background.



Black color preview on #DD763C background

This text has black color on #DD763C background.


White color preview on #DD763C background

This text has white color on #DD763C background.