COLOR #D4B08A

HEX: #D4B08A RGB: (212,176,138)

Color info

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

RGB color model

#D4B08A color RGB value is (212,176,138).

RGB: (212,176,138) (83%, 69%, 54%)

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 138 of 255 = 54%

212
176
138

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

Portions of RGB colors in percentages

R + G + B = 212 + 176 + 138 = 526 (100%)
R 212 of 526 ~ 40.3%
G 176 of 526 ~ 33.46%
B 138 of 526 ~ 26.24'%

%40.3
%33.46
%26.24

CMYK color model

#D4B08A color CMYK value is (0,17,35,17).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 34.91%
  • key color value is 16.86%

CMYK: (0,17,35,17)
C0M17Y35K17 (0%, 17%, 35%, 17%)
(0.00 / 0.17 / 0.35 / 0.17)

CMYK percentages

%0
%16.98
%34.91
%16.86

Codes

Color #D4B08A in popluar color models

D4 B0 8A
RGB 212 176 138
HSL 31° 46.25% 68.63%
HSB/HSV 31° 34.91% 83.14%
CMYK 0.00% 16.98% 34.91%
16.86%

Color #D4B08A in popluar number systems.

HEX D4 B0 8A
Decimal 212 176 138
Binary 11010100 10110000 10001010
Octal 324 260 212

Shades and tints

Shades of #D4B08A

#D4B08A
(212,176,138)
#C1A07E
(193,160,126)
#AE9072
(174,144,114)
#9B8066
(155,128,102)
#88705A
(136,112,90)
#75604E
(117,96,78)
#625042
(98,80,66)
#4F4036
(79,64,54)
#3C302A
(60,48,42)
#29201E
(41,32,30)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #D4B08A

#D4B08A
(212,176,138)
#D7B794
(215,183,148)
#DABE9E
(218,190,158)
#DDC5A8
(221,197,168)
#E0CCB2
(224,204,178)
#E3D3BC
(227,211,188)
#E6DAC6
(230,218,198)
#E9E1D0
(233,225,208)
#ECE8DA
(236,232,218)
#EFEFE4
(239,239,228)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B08A color. Also use rgb(212,176,138) instead hex code.

Text Font Color

.myTextColor { color: #D4B08A; }

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

This text font color is #D4B08A.

Background Color

.myBgColor { background-color: #D4B08A; }

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

This div background color is #D4B08A.

Border color

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

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

This div border color is #D4B08A.

Opacity

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

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

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

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

This text has shadow with #D4B08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B08A.

Preview

Color preview on black background

This text has color #D4B08A on black background.


Color preview on white background

This text has color #D4B08A on white background.


Black color preview on #D4B08A background

This text has black color on #D4B08A background.


White color preview on #D4B08A background

This text has white color on #D4B08A background.


Related colors

Complementary color

Complementary color for #hex is #2B4F75.


I love getcolorcode.com

Triadic colors

1 #8AD4B0 and #B08AD4 with #D4B08A are triadic colors.

2 #8AB0D4 and #B0D48A with #D4B08A are triadic colors.