COLOR #D65704

HEX: #D65704
RGB: (214,87,4)

Color info

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

RGB color model

#D65704 color RGB value is (214,87,4).

  • red value is 214;
  • green value is 87;
  • blue value is 4.
RGB:
(214,87,4)
(84%,34%,2%)

RGB channels and saturation

R 214 of 255 = 84%
G 87 of 255 = 34%
B 4 of 255 = 2%

214
87
4

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

Portions of RGB colors in percentages

R + G + B =
214 + 87 + 4 = 305 (100%)
R 214 of 305 ~ 70.16%
G 87 of 305 ~ 28.52%
B 4 of 305 ~ 1.31%

%70.16
%28.52

CMYK color model

#D65704 color CMYK value is (0,59,98,16).

  • cyan value is 0.00%
  • magenta value is 59.35%
  • yellow value is 98.13%
  • key color value is 16.08%
CMYK:
(0,59,98,16)
C0M59Y98K16 
(0%,59%,98%,16%)
(0.00/0.59/0.98/0.16)	

CMYK percentages

%0
%59.35
%98.13
%16.08

Codes

Color #D65704 in popluar color models

D65704
RGB214874
HSL24°96.33%42.75%
HSB/HSV24°98.13%83.92%
CMYK0.00%59.35%98.13%
16.08%

Color #D65704 in popluar number systems.

HEXD65704
Decimal214874
Binary110101101010111100
Octal3261274

Shades and tints

Shades of #D65704

#D65704
(214,87,4)
#C35004
(195,80,4)
#B04904
(176,73,4)
#9D4204
(157,66,4)
#8A3B04
(138,59,4)
#773404
(119,52,4)
#642D04
(100,45,4)
#512604
(81,38,4)
#3E1F04
(62,31,4)
#2B1804
(43,24,4)
#181104
(24,17,4)
#000000
(0,0,0)

Tints of #D65704

#D65704
(214,87,4)
#D9661A
(217,102,26)
#DC7530
(220,117,48)
#DF8446
(223,132,70)
#E2935C
(226,147,92)
#E5A272
(229,162,114)
#E8B188
(232,177,136)
#EBC09E
(235,192,158)
#EECFB4
(238,207,180)
#F1DECA
(241,222,202)
#F4EDE0
(244,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65704 color. Also use rgb(214,87,4) instead hex code.

Text Font Color

.myTextColor { color: #D65704; }

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

This text font color is #D65704.


Background Color

.myBgColor { background-color: #D65704; }

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

This div background color is #D65704.


Border color

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

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

This div border color is #D65704.


Opacity

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

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

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

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

This text has shadow with #D65704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65704 on black background.


Color preview on white background

This text has color #D65704 on white background.



Black color preview on #D65704 background

This text has black color on #D65704 background.


White color preview on #D65704 background

This text has white color on #D65704 background.