COLOR #D76628

HEX: #D76628
RGB: (215,102,40)

Color info

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

RGB color model

#D76628 color RGB value is (215,102,40).

  • red value is 215;
  • green value is 102;
  • blue value is 40.
RGB:
(215,102,40)
(84%,40%,16%)

RGB channels and saturation

R 215 of 255 = 84%
G 102 of 255 = 40%
B 40 of 255 = 16%

215
102
40

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

Portions of RGB colors in percentages

R + G + B =
215 + 102 + 40 = 357 (100%)
R 215 of 357 ~ 60.22%
G 102 of 357 ~ 28.57%
B 40 of 357 ~ 11.2%

%60.22
%28.57
%11.2

CMYK color model

#D76628 color CMYK value is (0,53,81,16).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 81.40%
  • key color value is 15.69%
CMYK:
(0,53,81,16)
C0M53Y81K16 
(0%,53%,81%,16%)
(0.00/0.53/0.81/0.16)	

CMYK percentages

%0
%52.56
%81.4
%15.69

Codes

Color #D76628 in popluar color models

D76628
RGB21510240
HSL21°68.63%50.00%
HSB/HSV21°81.40%84.31%
CMYK0.00%52.56%81.40%
15.69%

Color #D76628 in popluar number systems.

HEXD76628
Decimal21510240
Binary110101111100110101000
Octal32714650

Shades and tints

Shades of #D76628

#D76628
(215,102,40)
#C45D25
(196,93,37)
#B15422
(177,84,34)
#9E4B1F
(158,75,31)
#8B421C
(139,66,28)
#783919
(120,57,25)
#653016
(101,48,22)
#522713
(82,39,19)
#3F1E10
(63,30,16)
#2C150D
(44,21,13)
#190C0A
(25,12,10)
#000000
(0,0,0)

Tints of #D76628

#D76628
(215,102,40)
#DA733B
(218,115,59)
#DD804E
(221,128,78)
#E08D61
(224,141,97)
#E39A74
(227,154,116)
#E6A787
(230,167,135)
#E9B49A
(233,180,154)
#ECC1AD
(236,193,173)
#EFCEC0
(239,206,192)
#F2DBD3
(242,219,211)
#F5E8E6
(245,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76628 color. Also use rgb(215,102,40) instead hex code.

Text Font Color

.myTextColor { color: #D76628; }

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

This text font color is #D76628.


Background Color

.myBgColor { background-color: #D76628; }

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

This div background color is #D76628.


Border color

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

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

This div border color is #D76628.


Opacity

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

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

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

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

This text has shadow with #D76628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76628 on black background.


Color preview on white background

This text has color #D76628 on white background.



Black color preview on #D76628 background

This text has black color on #D76628 background.


White color preview on #D76628 background

This text has white color on #D76628 background.