COLOR #D0B17C

HEX: #D0B17C RGB: (208,177,124)

Color info

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

RGB color model

#D0B17C color RGB value is (208,177,124).

RGB: (208,177,124) (82%, 69%, 49%)

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 124 of 255 = 49%

208
177
124

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

Portions of RGB colors in percentages

R + G + B = 208 + 177 + 124 = 509 (100%)
R 208 of 509 ~ 40.86%
G 177 of 509 ~ 34.77%
B 124 of 509 ~ 24.36'%

%40.86
%34.77
%24.36

CMYK color model

#D0B17C color CMYK value is (0,15,40,18).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 40.38%
  • key color value is 18.43%

CMYK: (0,15,40,18)
C0M15Y40K18 (0%, 15%, 40%, 18%)
(0.00 / 0.15 / 0.40 / 0.18)

CMYK percentages

%0
%14.9
%40.38
%18.43

Codes

Color #D0B17C in popluar color models

D0 B1 7C
RGB 208 177 124
HSL 38° 47.19% 65.10%
HSB/HSV 38° 40.38% 81.57%
CMYK 0.00% 14.90% 40.38%
18.43%

Color #D0B17C in popluar number systems.

HEX D0 B1 7C
Decimal 208 177 124
Binary 11010000 10110001 1111100
Octal 320 261 174

Shades and tints

Shades of #D0B17C

#D0B17C
(208,177,124)
#BEA171
(190,161,113)
#AC9166
(172,145,102)
#9A815B
(154,129,91)
#887150
(136,113,80)
#766145
(118,97,69)
#64513A
(100,81,58)
#52412F
(82,65,47)
#403124
(64,49,36)
#2E2119
(46,33,25)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #D0B17C

#D0B17C
(208,177,124)
#D4B887
(212,184,135)
#D8BF92
(216,191,146)
#DCC69D
(220,198,157)
#E0CDA8
(224,205,168)
#E4D4B3
(228,212,179)
#E8DBBE
(232,219,190)
#ECE2C9
(236,226,201)
#F0E9D4
(240,233,212)
#F4F0DF
(244,240,223)
#F8F7EA
(248,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B17C color. Also use rgb(208,177,124) instead hex code.

Text Font Color

.myTextColor { color: #D0B17C; }

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

This text font color is #D0B17C.

Background Color

.myBgColor { background-color: #D0B17C; }

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

This div background color is #D0B17C.

Border color

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

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

This div border color is #D0B17C.

Opacity

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

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

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

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

This text has shadow with #D0B17C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B17C.

Preview

Color preview on black background

This text has color #D0B17C on black background.


Color preview on white background

This text has color #D0B17C on white background.


Black color preview on #D0B17C background

This text has black color on #D0B17C background.


White color preview on #D0B17C background

This text has white color on #D0B17C background.


Related colors

Complementary color

Complementary color for #hex is #2F4E83.


I love getcolorcode.com

Triadic colors

1 #7CD0B1 and #B17CD0 with #D0B17C are triadic colors.

2 #7CB1D0 and #B1D07C with #D0B17C are triadic colors.