COLOR #D29213

HEX: #D29213
RGB: (210,146,19)

Color info

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

RGB color model

#D29213 color RGB value is (210,146,19).

  • red value is 210;
  • green value is 146;
  • blue value is 19.
RGB:
(210,146,19)
(82%,57%,7%)

RGB channels and saturation

R 210 of 255 = 82%
G 146 of 255 = 57%
B 19 of 255 = 7%

210
146
19

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

Portions of RGB colors in percentages

R + G + B =
210 + 146 + 19 = 375 (100%)
R 210 of 375 ~ 56%
G 146 of 375 ~ 38.93%
B 19 of 375 ~ 5.07%

%56
%38.93

CMYK color model

#D29213 color CMYK value is (0,30,91,18).

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 90.95%
  • key color value is 17.65%
CMYK:
(0,30,91,18)
C0M30Y91K18 
(0%,30%,91%,18%)
(0.00/0.30/0.91/0.18)	

CMYK percentages

%0
%30.48
%90.95
%17.65

Codes

Color #D29213 in popluar color models

D29213
RGB21014619
HSL40°83.41%44.90%
HSB/HSV40°90.95%82.35%
CMYK0.00%30.48%90.95%
17.65%

Color #D29213 in popluar number systems.

HEXD29213
Decimal21014619
Binary110100101001001010011
Octal32222223

Shades and tints

Shades of #D29213

#D29213
(210,146,19)
#BF8512
(191,133,18)
#AC7811
(172,120,17)
#996B10
(153,107,16)
#865E0F
(134,94,15)
#73510E
(115,81,14)
#60440D
(96,68,13)
#4D370C
(77,55,12)
#3A2A0B
(58,42,11)
#271D0A
(39,29,10)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #D29213

#D29213
(210,146,19)
#D69B28
(214,155,40)
#DAA43D
(218,164,61)
#DEAD52
(222,173,82)
#E2B667
(226,182,103)
#E6BF7C
(230,191,124)
#EAC891
(234,200,145)
#EED1A6
(238,209,166)
#F2DABB
(242,218,187)
#F6E3D0
(246,227,208)
#FAECE5
(250,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29213 color. Also use rgb(210,146,19) instead hex code.

Text Font Color

.myTextColor { color: #D29213; }

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

This text font color is #D29213.


Background Color

.myBgColor { background-color: #D29213; }

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

This div background color is #D29213.


Border color

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

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

This div border color is #D29213.


Opacity

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

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

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

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

This text has shadow with #D29213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29213 on black background.


Color preview on white background

This text has color #D29213 on white background.



Black color preview on #D29213 background

This text has black color on #D29213 background.


White color preview on #D29213 background

This text has white color on #D29213 background.