COLOR #D2996E

HEX: #D2996E RGB: (210,153,110)

Color info

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

RGB color model

#D2996E color RGB value is (210,153,110).

RGB: (210,153,110) (82%, 60%, 43%)

RGB channels and saturation

R 210 of 255 = 82%
G 153 of 255 = 60%
B 110 of 255 = 43%

210
153
110

R + G + B ~ 62%. #D2996E is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 153 + 110 = 473 (100%)
R 210 of 473 ~ 44.4%
G 153 of 473 ~ 32.35%
B 110 of 473 ~ 23.26'%

%44.4
%32.35
%23.26

CMYK color model

#D2996E color CMYK value is (0,27,48,18).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 47.62%
  • key color value is 17.65%

CMYK: (0,27,48,18)
C0M27Y48K18 (0%, 27%, 48%, 18%)
(0.00 / 0.27 / 0.48 / 0.18)

CMYK percentages

%0
%27.14
%47.62
%17.65

Codes

Color #D2996E in popluar color models

D2 99 6E
RGB 210 153 110
HSL 26° 52.63% 62.75%
HSB/HSV 26° 47.62% 82.35%
CMYK 0.00% 27.14% 47.62%
17.65%

Color #D2996E in popluar number systems.

HEX D2 99 6E
Decimal 210 153 110
Binary 11010010 10011001 1101110
Octal 322 231 156

Shades and tints

Shades of #D2996E

#D2996E
(210,153,110)
#BF8C64
(191,140,100)
#AC7F5A
(172,127,90)
#997250
(153,114,80)
#866546
(134,101,70)
#73583C
(115,88,60)
#604B32
(96,75,50)
#4D3E28
(77,62,40)
#3A311E
(58,49,30)
#272414
(39,36,20)
#14170A
(20,23,10)
#000000
(0,0,0)

Tints of #D2996E

#D2996E
(210,153,110)
#D6A27B
(214,162,123)
#DAAB88
(218,171,136)
#DEB495
(222,180,149)
#E2BDA2
(226,189,162)
#E6C6AF
(230,198,175)
#EACFBC
(234,207,188)
#EED8C9
(238,216,201)
#F2E1D6
(242,225,214)
#F6EAE3
(246,234,227)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2996E color. Also use rgb(210,153,110) instead hex code.

Text Font Color

.myTextColor { color: #D2996E; }

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

This text font color is #D2996E.

Background Color

.myBgColor { background-color: #D2996E; }

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

This div background color is #D2996E.

Border color

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

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

This div border color is #D2996E.

Opacity

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

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

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

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

This text has shadow with #D2996E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2996E.

Preview

Color preview on black background

This text has color #D2996E on black background.


Color preview on white background

This text has color #D2996E on white background.


Black color preview on #D2996E background

This text has black color on #D2996E background.


White color preview on #D2996E background

This text has white color on #D2996E background.


Related colors

Complementary color

Complementary color for #hex is #2D6691.


I love getcolorcode.com

Triadic colors

1 #6ED299 and #996ED2 with #D2996E are triadic colors.

2 #6E99D2 and #99D26E with #D2996E are triadic colors.