COLOR #D2CB89

HEX: #D2CB89 RGB: (210,203,137)

Color info

#D2CB89 contains mainly red and green colors. Web safe color of #D2CB89 is #CCCC99 (or #CC9).

RGB color model

#D2CB89 color RGB value is (210,203,137).

RGB: (210,203,137) (82%, 80%, 54%)

RGB channels and saturation

R 210 of 255 = 82%
G 203 of 255 = 80%
B 137 of 255 = 54%

210
203
137

R + G + B ~ 72%. #D2CB89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 203 + 137 = 550 (100%)
R 210 of 550 ~ 38.18%
G 203 of 550 ~ 36.91%
B 137 of 550 ~ 24.91'%

%38.18
%36.91
%24.91

CMYK color model

#D2CB89 color CMYK value is (0,3,35,18).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK: (0,3,35,18) C0M3Y35K18 (0%,3%,35%,18%) (0.00/0.03/0.35/0.18) 

CMYK percentages

%0
%3.33
%34.76
%17.65

Codes

Color #D2CB89 in popluar color models

D2 CB 89
RGB 210 203 137
HSL 54° 44.79% 68.04%
HSB/HSV 54° 34.76% 82.35%
CMYK 0.00% 3.33% 34.76%
17.65%

Color #D2CB89 in popluar number systems.

HEX D2 CB 89
Decimal 210 203 137
Binary 11010010 11001011 10001001
Octal 322 313 211

Shades and tints

Shades of #D2CB89

#D2CB89
(210,203,137)
#BFB97D
(191,185,125)
#ACA771
(172,167,113)
#999565
(153,149,101)
#868359
(134,131,89)
#73714D
(115,113,77)
#605F41
(96,95,65)
#4D4D35
(77,77,53)
#3A3B29
(58,59,41)
#27291D
(39,41,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #D2CB89

#D2CB89
(210,203,137)
#D6CF93
(214,207,147)
#DAD39D
(218,211,157)
#DED7A7
(222,215,167)
#E2DBB1
(226,219,177)
#E6DFBB
(230,223,187)
#EAE3C5
(234,227,197)
#EEE7CF
(238,231,207)
#F2EBD9
(242,235,217)
#F6EFE3
(246,239,227)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CB89 color. Also use rgb(210,203,137) instead hex code.

Text Font Color

.myTextColor { color: #D2CB89; }

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

This text font color is #D2CB89.

Background Color

.myBgColor { background-color: #D2CB89; }

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

This div background color is #D2CB89.

Border color

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

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

This div border color is #D2CB89.

Opacity

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

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

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

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

This text has shadow with #D2CB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CB89.

Preview

Color preview on black background

This text has color #D2CB89 on black background.


Color preview on white background

This text has color #D2CB89 on white background.


Black color preview on #D2CB89 background

This text has black color on #D2CB89 background.


White color preview on #D2CB89 background

This text has white color on #D2CB89 background.


Related colors

Complementary color

Complementary color for #hex is #2D3476.


I love getcolorcode.com

Triadic colors

1 #89D2CB and #CB89D2 with #D2CB89 are triadic colors.

2 #89CBD2 and #CBD289 with #D2CB89 are triadic colors.