COLOR #D66917

HEX: #D66917
RGB: (214,105,23)

Color info

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

RGB color model

#D66917 color RGB value is (214,105,23).

  • red value is 214;
  • green value is 105;
  • blue value is 23.
RGB:
(214,105,23)
(84%,41%,9%)

RGB channels and saturation

R 214 of 255 = 84%
G 105 of 255 = 41%
B 23 of 255 = 9%

214
105
23

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

Portions of RGB colors in percentages

R + G + B =
214 + 105 + 23 = 342 (100%)
R 214 of 342 ~ 62.57%
G 105 of 342 ~ 30.7%
B 23 of 342 ~ 6.73%

%62.57
%30.7

CMYK color model

#D66917 color CMYK value is (0,51,89,16).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 89.25%
  • key color value is 16.08%
CMYK:
(0,51,89,16)
C0M51Y89K16 
(0%,51%,89%,16%)
(0.00/0.51/0.89/0.16)	

CMYK percentages

%0
%50.93
%89.25
%16.08

Codes

Color #D66917 in popluar color models

D66917
RGB21410523
HSL26°80.59%46.47%
HSB/HSV26°89.25%83.92%
CMYK0.00%50.93%89.25%
16.08%

Color #D66917 in popluar number systems.

HEXD66917
Decimal21410523
Binary11010110110100110111
Octal32615127

Shades and tints

Shades of #D66917

#D66917
(214,105,23)
#C36015
(195,96,21)
#B05713
(176,87,19)
#9D4E11
(157,78,17)
#8A450F
(138,69,15)
#773C0D
(119,60,13)
#64330B
(100,51,11)
#512A09
(81,42,9)
#3E2107
(62,33,7)
#2B1805
(43,24,5)
#180F03
(24,15,3)
#000000
(0,0,0)

Tints of #D66917

#D66917
(214,105,23)
#D9762C
(217,118,44)
#DC8341
(220,131,65)
#DF9056
(223,144,86)
#E29D6B
(226,157,107)
#E5AA80
(229,170,128)
#E8B795
(232,183,149)
#EBC4AA
(235,196,170)
#EED1BF
(238,209,191)
#F1DED4
(241,222,212)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66917 color. Also use rgb(214,105,23) instead hex code.

Text Font Color

.myTextColor { color: #D66917; }

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

This text font color is #D66917.


Background Color

.myBgColor { background-color: #D66917; }

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

This div background color is #D66917.


Border color

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

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

This div border color is #D66917.


Opacity

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

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

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

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

This text has shadow with #D66917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66917 on black background.


Color preview on white background

This text has color #D66917 on white background.



Black color preview on #D66917 background

This text has black color on #D66917 background.


White color preview on #D66917 background

This text has white color on #D66917 background.