COLOR #D17A11

HEX: #D17A11 RGB: (209,122,17)

Color info

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

RGB color model

#D17A11 color RGB value is (209,122,17).

RGB: (209,122,17) (82%, 48%, 7%)

RGB channels and saturation

R 209 of 255 = 82%
G 122 of 255 = 48%
B 17 of 255 = 7%

209
122
17

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

Portions of RGB colors in percentages

R + G + B = 209 + 122 + 17 = 348 (100%)
R 209 of 348 ~ 60.06%
G 122 of 348 ~ 35.06%
B 17 of 348 ~ 4.89'%

%60.06
%35.06

CMYK color model

#D17A11 color CMYK value is (0,42,92,18).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 91.87%
  • key color value is 18.04%

CMYK: (0,42,92,18)
C0M42Y92K18 (0%, 42%, 92%, 18%)
(0.00 / 0.42 / 0.92 / 0.18)

CMYK percentages

%0
%41.63
%91.87
%18.04

Codes

Color #D17A11 in popluar color models

D1 7A 11
RGB 209 122 17
HSL 33° 84.96% 44.31%
HSB/HSV 33° 91.87% 81.96%
CMYK 0.00% 41.63% 91.87%
18.04%

Color #D17A11 in popluar number systems.

HEX D1 7A 11
Decimal 209 122 17
Binary 11010001 1111010 10001
Octal 321 172 21

Shades and tints

Shades of #D17A11

#D17A11
(209,122,17)
#BE6F10
(190,111,16)
#AB640F
(171,100,15)
#98590E
(152,89,14)
#854E0D
(133,78,13)
#72430C
(114,67,12)
#5F380B
(95,56,11)
#4C2D0A
(76,45,10)
#392209
(57,34,9)
#261708
(38,23,8)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #D17A11

#D17A11
(209,122,17)
#D58626
(213,134,38)
#D9923B
(217,146,59)
#DD9E50
(221,158,80)
#E1AA65
(225,170,101)
#E5B67A
(229,182,122)
#E9C28F
(233,194,143)
#EDCEA4
(237,206,164)
#F1DAB9
(241,218,185)
#F5E6CE
(245,230,206)
#F9F2E3
(249,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17A11 color. Also use rgb(209,122,17) instead hex code.

Text Font Color

.myTextColor { color: #D17A11; }

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

This text font color is #D17A11.

Background Color

.myBgColor { background-color: #D17A11; }

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

This div background color is #D17A11.

Border color

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

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

This div border color is #D17A11.

Opacity

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

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

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

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

This text has shadow with #D17A11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17A11.

Preview

Color preview on black background

This text has color #D17A11 on black background.


Color preview on white background

This text has color #D17A11 on white background.


Black color preview on #D17A11 background

This text has black color on #D17A11 background.


White color preview on #D17A11 background

This text has white color on #D17A11 background.


Related colors

Complementary color

Complementary color for #hex is #2E85EE.


I love getcolorcode.com

Triadic colors

1 #11D17A and #7A11D1 with #D17A11 are triadic colors.

2 #117AD1 and #7AD111 with #D17A11 are triadic colors.