COLOR #D29A64

HEX: #D29A64
RGB: (210,154,100)

Color info

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

RGB color model

#D29A64 color RGB value is (210,154,100).

  • red value is 210;
  • green value is 154;
  • blue value is 100.
RGB:
(210,154,100)
(82%,60%,39%)

RGB channels and saturation

R 210 of 255 = 82%
G 154 of 255 = 60%
B 100 of 255 = 39%

210
154
100

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

Portions of RGB colors in percentages

R + G + B =
210 + 154 + 100 = 464 (100%)
R 210 of 464 ~ 45.26%
G 154 of 464 ~ 33.19%
B 100 of 464 ~ 21.55%

%45.26
%33.19
%21.55

CMYK color model

#D29A64 color CMYK value is (0,27,52,18).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 52.38%
  • key color value is 17.65%
CMYK:
(0,27,52,18)
C0M27Y52K18 
(0%,27%,52%,18%)
(0.00/0.27/0.52/0.18)	

CMYK percentages

%0
%26.67
%52.38
%17.65

Codes

Color #D29A64 in popluar color models

D29A64
RGB210154100
HSL29°55.00%60.78%
HSB/HSV29°52.38%82.35%
CMYK0.00%26.67%52.38%
17.65%

Color #D29A64 in popluar number systems.

HEXD29A64
Decimal210154100
Binary11010010100110101100100
Octal322232144

Shades and tints

Shades of #D29A64

#D29A64
(210,154,100)
#BF8C5B
(191,140,91)
#AC7E52
(172,126,82)
#997049
(153,112,73)
#866240
(134,98,64)
#735437
(115,84,55)
#60462E
(96,70,46)
#4D3825
(77,56,37)
#3A2A1C
(58,42,28)
#271C13
(39,28,19)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #D29A64

#D29A64
(210,154,100)
#D6A372
(214,163,114)
#DAAC80
(218,172,128)
#DEB58E
(222,181,142)
#E2BE9C
(226,190,156)
#E6C7AA
(230,199,170)
#EAD0B8
(234,208,184)
#EED9C6
(238,217,198)
#F2E2D4
(242,226,212)
#F6EBE2
(246,235,226)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29A64 color. Also use rgb(210,154,100) instead hex code.

Text Font Color

.myTextColor { color: #D29A64; }

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

This text font color is #D29A64.


Background Color

.myBgColor { background-color: #D29A64; }

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

This div background color is #D29A64.


Border color

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

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

This div border color is #D29A64.


Opacity

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

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

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

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

This text has shadow with #D29A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29A64 on black background.


Color preview on white background

This text has color #D29A64 on white background.



Black color preview on #D29A64 background

This text has black color on #D29A64 background.


White color preview on #D29A64 background

This text has white color on #D29A64 background.