COLOR #D29317

HEX: #D29317
RGB: (210,147,23)

Color info

#D29317 contains mainly red color. Web safe color of #D29317 is #CC9900 (or #C90).

RGB color model

#D29317 color RGB value is (210,147,23).

  • red value is 210;
  • green value is 147;
  • blue value is 23.
RGB:
(210,147,23)
(82%,58%,9%)

RGB channels and saturation

R 210 of 255 = 82%
G 147 of 255 = 58%
B 23 of 255 = 9%

210
147
23

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

Portions of RGB colors in percentages

R + G + B =
210 + 147 + 23 = 380 (100%)
R 210 of 380 ~ 55.26%
G 147 of 380 ~ 38.68%
B 23 of 380 ~ 6.05%

%55.26
%38.68

CMYK color model

#D29317 color CMYK value is (0,30,89,18).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 89.05%
  • key color value is 17.65%
CMYK:
(0,30,89,18)
C0M30Y89K18 
(0%,30%,89%,18%)
(0.00/0.30/0.89/0.18)	

CMYK percentages

%0
%30
%89.05
%17.65

Codes

Color #D29317 in popluar color models

D29317
RGB21014723
HSL40°80.26%45.69%
HSB/HSV40°89.05%82.35%
CMYK0.00%30.00%89.05%
17.65%

Color #D29317 in popluar number systems.

HEXD29317
Decimal21014723
Binary110100101001001110111
Octal32222327

Shades and tints

Shades of #D29317

#D29317
(210,147,23)
#BF8615
(191,134,21)
#AC7913
(172,121,19)
#996C11
(153,108,17)
#865F0F
(134,95,15)
#73520D
(115,82,13)
#60450B
(96,69,11)
#4D3809
(77,56,9)
#3A2B07
(58,43,7)
#271E05
(39,30,5)
#141103
(20,17,3)
#000000
(0,0,0)

Tints of #D29317

#D29317
(210,147,23)
#D69C2C
(214,156,44)
#DAA541
(218,165,65)
#DEAE56
(222,174,86)
#E2B76B
(226,183,107)
#E6C080
(230,192,128)
#EAC995
(234,201,149)
#EED2AA
(238,210,170)
#F2DBBF
(242,219,191)
#F6E4D4
(246,228,212)
#FAEDE9
(250,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29317 color. Also use rgb(210,147,23) instead hex code.

Text Font Color

.myTextColor { color: #D29317; }

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

This text font color is #D29317.


Background Color

.myBgColor { background-color: #D29317; }

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

This div background color is #D29317.


Border color

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

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

This div border color is #D29317.


Opacity

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

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

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

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

This text has shadow with #D29317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29317 on black background.


Color preview on white background

This text has color #D29317 on white background.



Black color preview on #D29317 background

This text has black color on #D29317 background.


White color preview on #D29317 background

This text has white color on #D29317 background.