COLOR #DAB79D

HEX: #DAB79D
RGB: (218,183,157)

Color info

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

RGB color model

#DAB79D color RGB value is (218,183,157).

  • red value is 218;
  • green value is 183;
  • blue value is 157.
RGB:
(218,183,157)
(85%,72%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 157 of 255 = 62%

218
183
157

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 157 = 558 (100%)
R 218 of 558 ~ 39.07%
G 183 of 558 ~ 32.8%
B 157 of 558 ~ 28.14%

%39.07
%32.8
%28.14

CMYK color model

#DAB79D color CMYK value is (0,16,28,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK:
(0,16,28,15)
C0M16Y28K15 
(0%,16%,28%,15%)
(0.00/0.16/0.28/0.15)	

CMYK percentages

%0
%16.06
%27.98
%14.51

Codes

Color #DAB79D in popluar color models

DAB79D
RGB218183157
HSL26°45.19%73.53%
HSB/HSV26°27.98%85.49%
CMYK0.00%16.06%27.98%
14.51%

Color #DAB79D in popluar number systems.

HEXDAB79D
Decimal218183157
Binary110110101011011110011101
Octal332267235

Shades and tints

Shades of #DAB79D

#DAB79D
(218,183,157)
#C7A78F
(199,167,143)
#B49781
(180,151,129)
#A18773
(161,135,115)
#8E7765
(142,119,101)
#7B6757
(123,103,87)
#685749
(104,87,73)
#55473B
(85,71,59)
#42372D
(66,55,45)
#2F271F
(47,39,31)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #DAB79D

#DAB79D
(218,183,157)
#DDBDA5
(221,189,165)
#E0C3AD
(224,195,173)
#E3C9B5
(227,201,181)
#E6CFBD
(230,207,189)
#E9D5C5
(233,213,197)
#ECDBCD
(236,219,205)
#EFE1D5
(239,225,213)
#F2E7DD
(242,231,221)
#F5EDE5
(245,237,229)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB79D color. Also use rgb(218,183,157) instead hex code.

Text Font Color

.myTextColor { color: #DAB79D; }

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

This text font color is #DAB79D.


Background Color

.myBgColor { background-color: #DAB79D; }

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

This div background color is #DAB79D.


Border color

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

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

This div border color is #DAB79D.


Opacity

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

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

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

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

This text has shadow with #DAB79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB79D on black background.


Color preview on white background

This text has color #DAB79D on white background.



Black color preview on #DAB79D background

This text has black color on #DAB79D background.


White color preview on #DAB79D background

This text has white color on #DAB79D background.