COLOR #D29C27

HEX: #D29C27
RGB: (210,156,39)

Color info

#D29C27 contains mainly red and green colors. Web safe color of #D29C27 is #CC9933 (or #C93).

RGB color model

#D29C27 color RGB value is (210,156,39).

  • red value is 210;
  • green value is 156;
  • blue value is 39.
RGB:
(210,156,39)
(82%,61%,15%)

RGB channels and saturation

R 210 of 255 = 82%
G 156 of 255 = 61%
B 39 of 255 = 15%

210
156
39

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

Portions of RGB colors in percentages

R + G + B =
210 + 156 + 39 = 405 (100%)
R 210 of 405 ~ 51.85%
G 156 of 405 ~ 38.52%
B 39 of 405 ~ 9.63%

%51.85
%38.52
%9.63

CMYK color model

#D29C27 color CMYK value is (0,26,81,18).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 81.43%
  • key color value is 17.65%
CMYK:
(0,26,81,18)
C0M26Y81K18 
(0%,26%,81%,18%)
(0.00/0.26/0.81/0.18)	

CMYK percentages

%0
%25.71
%81.43
%17.65

Codes

Color #D29C27 in popluar color models

D29C27
RGB21015639
HSL41°68.67%48.82%
HSB/HSV41°81.43%82.35%
CMYK0.00%25.71%81.43%
17.65%

Color #D29C27 in popluar number systems.

HEXD29C27
Decimal21015639
Binary1101001010011100100111
Octal32223447

Shades and tints

Shades of #D29C27

#D29C27
(210,156,39)
#BF8E24
(191,142,36)
#AC8021
(172,128,33)
#99721E
(153,114,30)
#86641B
(134,100,27)
#735618
(115,86,24)
#604815
(96,72,21)
#4D3A12
(77,58,18)
#3A2C0F
(58,44,15)
#271E0C
(39,30,12)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #D29C27

#D29C27
(210,156,39)
#D6A53A
(214,165,58)
#DAAE4D
(218,174,77)
#DEB760
(222,183,96)
#E2C073
(226,192,115)
#E6C986
(230,201,134)
#EAD299
(234,210,153)
#EEDBAC
(238,219,172)
#F2E4BF
(242,228,191)
#F6EDD2
(246,237,210)
#FAF6E5
(250,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29C27 color. Also use rgb(210,156,39) instead hex code.

Text Font Color

.myTextColor { color: #D29C27; }

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

This text font color is #D29C27.


Background Color

.myBgColor { background-color: #D29C27; }

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

This div background color is #D29C27.


Border color

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

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

This div border color is #D29C27.


Opacity

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

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

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

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

This text has shadow with #D29C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29C27 on black background.


Color preview on white background

This text has color #D29C27 on white background.



Black color preview on #D29C27 background

This text has black color on #D29C27 background.


White color preview on #D29C27 background

This text has white color on #D29C27 background.