COLOR #D76604

HEX: #D76604
RGB: (215,102,4)

Color info

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

RGB color model

#D76604 color RGB value is (215,102,4).

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

RGB channels and saturation

R 215 of 255 = 84%
G 102 of 255 = 40%
B 4 of 255 = 2%

215
102
4

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

Portions of RGB colors in percentages

R + G + B =
215 + 102 + 4 = 321 (100%)
R 215 of 321 ~ 66.98%
G 102 of 321 ~ 31.78%
B 4 of 321 ~ 1.25%

%66.98
%31.78

CMYK color model

#D76604 color CMYK value is (0,53,98,16).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 98.14%
  • key color value is 15.69%
CMYK:
(0,53,98,16)
C0M53Y98K16 
(0%,53%,98%,16%)
(0.00/0.53/0.98/0.16)	

CMYK percentages

%0
%52.56
%98.14
%15.69

Codes

Color #D76604 in popluar color models

D76604
RGB2151024
HSL28°96.35%42.94%
HSB/HSV28°98.14%84.31%
CMYK0.00%52.56%98.14%
15.69%

Color #D76604 in popluar number systems.

HEXD76604
Decimal2151024
Binary110101111100110100
Octal3271464

Shades and tints

Shades of #D76604

#D76604
(215,102,4)
#C45D04
(196,93,4)
#B15404
(177,84,4)
#9E4B04
(158,75,4)
#8B4204
(139,66,4)
#783904
(120,57,4)
#653004
(101,48,4)
#522704
(82,39,4)
#3F1E04
(63,30,4)
#2C1504
(44,21,4)
#190C04
(25,12,4)
#000000
(0,0,0)

Tints of #D76604

#D76604
(215,102,4)
#DA731A
(218,115,26)
#DD8030
(221,128,48)
#E08D46
(224,141,70)
#E39A5C
(227,154,92)
#E6A772
(230,167,114)
#E9B488
(233,180,136)
#ECC19E
(236,193,158)
#EFCEB4
(239,206,180)
#F2DBCA
(242,219,202)
#F5E8E0
(245,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D76604; }

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

This text font color is #D76604.


Background Color

.myBgColor { background-color: #D76604; }

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

This div background color is #D76604.


Border color

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

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

This div border color is #D76604.


Opacity

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

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

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

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

This text has shadow with #D76604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76604 on black background.


Color preview on white background

This text has color #D76604 on white background.



Black color preview on #D76604 background

This text has black color on #D76604 background.


White color preview on #D76604 background

This text has white color on #D76604 background.