COLOR #D2B07D

HEX: #D2B07D RGB: (210,176,125)

Color info

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

RGB color model

#D2B07D color RGB value is (210,176,125).

RGB: (210,176,125) (82%, 69%, 49%)

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 125 of 255 = 49%

210
176
125

R + G + B ~ 67%. #D2B07D is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 176 + 125 = 511 (100%)
R 210 of 511 ~ 41.1%
G 176 of 511 ~ 34.44%
B 125 of 511 ~ 24.46'%

%41.1
%34.44
%24.46

CMYK color model

#D2B07D color CMYK value is (0,16,40,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 40.48%
  • key color value is 17.65%

CMYK: (0,16,40,18)
C0M16Y40K18 (0%, 16%, 40%, 18%)
(0.00 / 0.16 / 0.40 / 0.18)

CMYK percentages

%0
%16.19
%40.48
%17.65

Codes

Color #D2B07D in popluar color models

D2 B0 7D
RGB 210 176 125
HSL 36° 48.57% 65.69%
HSB/HSV 36° 40.48% 82.35%
CMYK 0.00% 16.19% 40.48%
17.65%

Color #D2B07D in popluar number systems.

HEX D2 B0 7D
Decimal 210 176 125
Binary 11010010 10110000 1111101
Octal 322 260 175

Shades and tints

Shades of #D2B07D

#D2B07D
(210,176,125)
#BFA072
(191,160,114)
#AC9067
(172,144,103)
#99805C
(153,128,92)
#867051
(134,112,81)
#736046
(115,96,70)
#60503B
(96,80,59)
#4D4030
(77,64,48)
#3A3025
(58,48,37)
#27201A
(39,32,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #D2B07D

#D2B07D
(210,176,125)
#D6B788
(214,183,136)
#DABE93
(218,190,147)
#DEC59E
(222,197,158)
#E2CCA9
(226,204,169)
#E6D3B4
(230,211,180)
#EADABF
(234,218,191)
#EEE1CA
(238,225,202)
#F2E8D5
(242,232,213)
#F6EFE0
(246,239,224)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B07D color. Also use rgb(210,176,125) instead hex code.

Text Font Color

.myTextColor { color: #D2B07D; }

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

This text font color is #D2B07D.

Background Color

.myBgColor { background-color: #D2B07D; }

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

This div background color is #D2B07D.

Border color

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

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

This div border color is #D2B07D.

Opacity

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

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

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

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

This text has shadow with #D2B07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B07D.

Preview

Color preview on black background

This text has color #D2B07D on black background.


Color preview on white background

This text has color #D2B07D on white background.


Black color preview on #D2B07D background

This text has black color on #D2B07D background.


White color preview on #D2B07D background

This text has white color on #D2B07D background.


Related colors

Complementary color

Complementary color for #hex is #2D4F82.


I love getcolorcode.com

Triadic colors

1 #7DD2B0 and #B07DD2 with #D2B07D are triadic colors.

2 #7DB0D2 and #B0D27D with #D2B07D are triadic colors.