COLOR #D6B990

HEX: #D6B990
RGB: (214,185,144)

Color info

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

RGB color model

#D6B990 color RGB value is (214,185,144).

  • red value is 214;
  • green value is 185;
  • blue value is 144.
RGB:
(214,185,144)
(84%,73%,56%)

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 144 of 255 = 56%

214
185
144

R + G + B ~ 71%. #D6B990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 144 = 543 (100%)
R 214 of 543 ~ 39.41%
G 185 of 543 ~ 34.07%
B 144 of 543 ~ 26.52%

%39.41
%34.07
%26.52

CMYK color model

#D6B990 color CMYK value is (0,14,33,16).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 32.71%
  • key color value is 16.08%
CMYK:
(0,14,33,16)
C0M14Y33K16 
(0%,14%,33%,16%)
(0.00/0.14/0.33/0.16)	

CMYK percentages

%0
%13.55
%32.71
%16.08

Codes

Color #D6B990 in popluar color models

D6B990
RGB214185144
HSL35°46.05%70.20%
HSB/HSV35°32.71%83.92%
CMYK0.00%13.55%32.71%
16.08%

Color #D6B990 in popluar number systems.

HEXD6B990
Decimal214185144
Binary110101101011100110010000
Octal326271220

Shades and tints

Shades of #D6B990

#D6B990
(214,185,144)
#C3A983
(195,169,131)
#B09976
(176,153,118)
#9D8969
(157,137,105)
#8A795C
(138,121,92)
#77694F
(119,105,79)
#645942
(100,89,66)
#514935
(81,73,53)
#3E3928
(62,57,40)
#2B291B
(43,41,27)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #D6B990

#D6B990
(214,185,144)
#D9BF9A
(217,191,154)
#DCC5A4
(220,197,164)
#DFCBAE
(223,203,174)
#E2D1B8
(226,209,184)
#E5D7C2
(229,215,194)
#E8DDCC
(232,221,204)
#EBE3D6
(235,227,214)
#EEE9E0
(238,233,224)
#F1EFEA
(241,239,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B990 color. Also use rgb(214,185,144) instead hex code.

Text Font Color

.myTextColor { color: #D6B990; }

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

This text font color is #D6B990.


Background Color

.myBgColor { background-color: #D6B990; }

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

This div background color is #D6B990.


Border color

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

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

This div border color is #D6B990.


Opacity

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

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

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

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

This text has shadow with #D6B990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B990 on black background.


Color preview on white background

This text has color #D6B990 on white background.



Black color preview on #D6B990 background

This text has black color on #D6B990 background.


White color preview on #D6B990 background

This text has white color on #D6B990 background.