COLOR #DAB99F

HEX: #DAB99F
RGB: (218,185,159)

Color info

#DAB99F contains red, green and blue colors in about the same proportion. Web safe color of #DAB99F is #CCCC99 (or #CC9).

RGB color model

#DAB99F color RGB value is (218,185,159).

  • red value is 218;
  • green value is 185;
  • blue value is 159.
RGB:
(218,185,159)
(85%,73%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 159 of 255 = 62%

218
185
159

R + G + B ~ 73%. #DAB99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 185 + 159 = 562 (100%)
R 218 of 562 ~ 38.79%
G 185 of 562 ~ 32.92%
B 159 of 562 ~ 28.29%

%38.79
%32.92
%28.29

CMYK color model

#DAB99F color CMYK value is (0,15,27,15).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(0,15,27,15)
C0M15Y27K15 
(0%,15%,27%,15%)
(0.00/0.15/0.27/0.15)	

CMYK percentages

%0
%15.14
%27.06
%14.51

Codes

Color #DAB99F in popluar color models

DAB99F
RGB218185159
HSL26°44.36%73.92%
HSB/HSV26°27.06%85.49%
CMYK0.00%15.14%27.06%
14.51%

Color #DAB99F in popluar number systems.

HEXDAB99F
Decimal218185159
Binary110110101011100110011111
Octal332271237

Shades and tints

Shades of #DAB99F

#DAB99F
(218,185,159)
#C7A991
(199,169,145)
#B49983
(180,153,131)
#A18975
(161,137,117)
#8E7967
(142,121,103)
#7B6959
(123,105,89)
#68594B
(104,89,75)
#55493D
(85,73,61)
#42392F
(66,57,47)
#2F2921
(47,41,33)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #DAB99F

#DAB99F
(218,185,159)
#DDBFA7
(221,191,167)
#E0C5AF
(224,197,175)
#E3CBB7
(227,203,183)
#E6D1BF
(230,209,191)
#E9D7C7
(233,215,199)
#ECDDCF
(236,221,207)
#EFE3D7
(239,227,215)
#F2E9DF
(242,233,223)
#F5EFE7
(245,239,231)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB99F color. Also use rgb(218,185,159) instead hex code.

Text Font Color

.myTextColor { color: #DAB99F; }

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

This text font color is #DAB99F.


Background Color

.myBgColor { background-color: #DAB99F; }

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

This div background color is #DAB99F.


Border color

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

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

This div border color is #DAB99F.


Opacity

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

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

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

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

This text has shadow with #DAB99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB99F on black background.


Color preview on white background

This text has color #DAB99F on white background.



Black color preview on #DAB99F background

This text has black color on #DAB99F background.


White color preview on #DAB99F background

This text has white color on #DAB99F background.