COLOR #D29C62

HEX: #D29C62
RGB: (210,156,98)

Color info

#D29C62 contains mainly red and green colors. Web safe color of #D29C62 is #CC9966 (or #C96).

RGB color model

#D29C62 color RGB value is (210,156,98).

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

RGB channels and saturation

R 210 of 255 = 82%
G 156 of 255 = 61%
B 98 of 255 = 38%

210
156
98

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

Portions of RGB colors in percentages

R + G + B =
210 + 156 + 98 = 464 (100%)
R 210 of 464 ~ 45.26%
G 156 of 464 ~ 33.62%
B 98 of 464 ~ 21.12%

%45.26
%33.62
%21.12

CMYK color model

#D29C62 color CMYK value is (0,26,53,18).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 53.33%
  • key color value is 17.65%
CMYK:
(0,26,53,18)
C0M26Y53K18 
(0%,26%,53%,18%)
(0.00/0.26/0.53/0.18)	

CMYK percentages

%0
%25.71
%53.33
%17.65

Codes

Color #D29C62 in popluar color models

D29C62
RGB21015698
HSL31°55.45%60.39%
HSB/HSV31°53.33%82.35%
CMYK0.00%25.71%53.33%
17.65%

Color #D29C62 in popluar number systems.

HEXD29C62
Decimal21015698
Binary11010010100111001100010
Octal322234142

Shades and tints

Shades of #D29C62

#D29C62
(210,156,98)
#BF8E5A
(191,142,90)
#AC8052
(172,128,82)
#99724A
(153,114,74)
#866442
(134,100,66)
#73563A
(115,86,58)
#604832
(96,72,50)
#4D3A2A
(77,58,42)
#3A2C22
(58,44,34)
#271E1A
(39,30,26)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #D29C62

#D29C62
(210,156,98)
#D6A570
(214,165,112)
#DAAE7E
(218,174,126)
#DEB78C
(222,183,140)
#E2C09A
(226,192,154)
#E6C9A8
(230,201,168)
#EAD2B6
(234,210,182)
#EEDBC4
(238,219,196)
#F2E4D2
(242,228,210)
#F6EDE0
(246,237,224)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29C62; }

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

This text font color is #D29C62.


Background Color

.myBgColor { background-color: #D29C62; }

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

This div background color is #D29C62.


Border color

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

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

This div border color is #D29C62.


Opacity

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

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

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

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

This text has shadow with #D29C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29C62 on black background.


Color preview on white background

This text has color #D29C62 on white background.



Black color preview on #D29C62 background

This text has black color on #D29C62 background.


White color preview on #D29C62 background

This text has white color on #D29C62 background.