COLOR #D0B18D

HEX: #D0B18D RGB: (208,177,141)

Color info

#D0B18D contains mainly red and green colors. Web safe color of #D0B18D is #CC9999 (or #C99).

RGB color model

#D0B18D color RGB value is (208,177,141).

RGB: (208,177,141) (82%, 69%, 55%)

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 141 of 255 = 55%

208
177
141

R + G + B ~ 69%. #D0B18D is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 177 + 141 = 526 (100%)
R 208 of 526 ~ 39.54%
G 177 of 526 ~ 33.65%
B 141 of 526 ~ 26.81'%

%39.54
%33.65
%26.81

CMYK color model

#D0B18D color CMYK value is (0,15,32,18).

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

CMYK: (0,15,32,18)
C0M15Y32K18 (0%, 15%, 32%, 18%)
(0.00 / 0.15 / 0.32 / 0.18)

CMYK percentages

%0
%14.9
%32.21
%18.43

Codes

Color #D0B18D in popluar color models

D0 B1 8D
RGB 208 177 141
HSL 32° 41.61% 68.43%
HSB/HSV 32° 32.21% 81.57%
CMYK 0.00% 14.90% 32.21%
18.43%

Color #D0B18D in popluar number systems.

HEX D0 B1 8D
Decimal 208 177 141
Binary 11010000 10110001 10001101
Octal 320 261 215

Shades and tints

Shades of #D0B18D

#D0B18D
(208,177,141)
#BEA181
(190,161,129)
#AC9175
(172,145,117)
#9A8169
(154,129,105)
#88715D
(136,113,93)
#766151
(118,97,81)
#645145
(100,81,69)
#524139
(82,65,57)
#40312D
(64,49,45)
#2E2121
(46,33,33)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #D0B18D

#D0B18D
(208,177,141)
#D4B897
(212,184,151)
#D8BFA1
(216,191,161)
#DCC6AB
(220,198,171)
#E0CDB5
(224,205,181)
#E4D4BF
(228,212,191)
#E8DBC9
(232,219,201)
#ECE2D3
(236,226,211)
#F0E9DD
(240,233,221)
#F4F0E7
(244,240,231)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B18D; }

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

This text font color is #D0B18D.

Background Color

.myBgColor { background-color: #D0B18D; }

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

This div background color is #D0B18D.

Border color

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

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

This div border color is #D0B18D.

Opacity

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

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

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

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

This text has shadow with #D0B18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B18D.

Preview

Color preview on black background

This text has color #D0B18D on black background.


Color preview on white background

This text has color #D0B18D on white background.


Black color preview on #D0B18D background

This text has black color on #D0B18D background.


White color preview on #D0B18D background

This text has white color on #D0B18D background.


Related colors

Complementary color

Complementary color for #hex is #2F4E72.


I love getcolorcode.com

Triadic colors

1 #8DD0B1 and #B18DD0 with #D0B18D are triadic colors.

2 #8DB1D0 and #B1D08D with #D0B18D are triadic colors.