COLOR #DAB388

HEX: #DAB388
RGB: (218,179,136)

Color info

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

RGB color model

#DAB388 color RGB value is (218,179,136).

  • red value is 218;
  • green value is 179;
  • blue value is 136.
RGB:
(218,179,136)
(85%,70%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 136 of 255 = 53%

218
179
136

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

Portions of RGB colors in percentages

R + G + B =
218 + 179 + 136 = 533 (100%)
R 218 of 533 ~ 40.9%
G 179 of 533 ~ 33.58%
B 136 of 533 ~ 25.52%

%40.9
%33.58
%25.52

CMYK color model

#DAB388 color CMYK value is (0,18,38,15).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 37.61%
  • key color value is 14.51%
CMYK:
(0,18,38,15)
C0M18Y38K15 
(0%,18%,38%,15%)
(0.00/0.18/0.38/0.15)	

CMYK percentages

%0
%17.89
%37.61
%14.51

Codes

Color #DAB388 in popluar color models

DAB388
RGB218179136
HSL31°52.56%69.41%
HSB/HSV31°37.61%85.49%
CMYK0.00%17.89%37.61%
14.51%

Color #DAB388 in popluar number systems.

HEXDAB388
Decimal218179136
Binary110110101011001110001000
Octal332263210

Shades and tints

Shades of #DAB388

#DAB388
(218,179,136)
#C7A37C
(199,163,124)
#B49370
(180,147,112)
#A18364
(161,131,100)
#8E7358
(142,115,88)
#7B634C
(123,99,76)
#685340
(104,83,64)
#554334
(85,67,52)
#423328
(66,51,40)
#2F231C
(47,35,28)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #DAB388

#DAB388
(218,179,136)
#DDB992
(221,185,146)
#E0BF9C
(224,191,156)
#E3C5A6
(227,197,166)
#E6CBB0
(230,203,176)
#E9D1BA
(233,209,186)
#ECD7C4
(236,215,196)
#EFDDCE
(239,221,206)
#F2E3D8
(242,227,216)
#F5E9E2
(245,233,226)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB388 color. Also use rgb(218,179,136) instead hex code.

Text Font Color

.myTextColor { color: #DAB388; }

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

This text font color is #DAB388.


Background Color

.myBgColor { background-color: #DAB388; }

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

This div background color is #DAB388.


Border color

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

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

This div border color is #DAB388.


Opacity

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

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

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

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

This text has shadow with #DAB388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB388 on black background.


Color preview on white background

This text has color #DAB388 on white background.



Black color preview on #DAB388 background

This text has black color on #DAB388 background.


White color preview on #DAB388 background

This text has white color on #DAB388 background.