COLOR #DAB69D

HEX: #DAB69D RGB: (218,182,157)

Color info

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

RGB color model

#DAB69D color RGB value is (218,182,157).

RGB: (218,182,157) (85%, 71%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 157 of 255 = 62%

218
182
157

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

Portions of RGB colors in percentages

R + G + B = 218 + 182 + 157 = 557 (100%)
R 218 of 557 ~ 39.14%
G 182 of 557 ~ 32.68%
B 157 of 557 ~ 28.19'%

%39.14
%32.68
%28.19

CMYK color model

#DAB69D color CMYK value is (0,17,28,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 27.98%
  • key color value is 14.51%

CMYK: (0,17,28,15)
C0M17Y28K15 (0%, 17%, 28%, 15%)
(0.00 / 0.17 / 0.28 / 0.15)

CMYK percentages

%0
%16.51
%27.98
%14.51

Codes

Color #DAB69D in popluar color models

DA B6 9D
RGB 218 182 157
HSL 25° 45.19% 73.53%
HSB/HSV 25° 27.98% 85.49%
CMYK 0.00% 16.51% 27.98%
14.51%

Color #DAB69D in popluar number systems.

HEX DA B6 9D
Decimal 218 182 157
Binary 11011010 10110110 10011101
Octal 332 266 235

Shades and tints

Shades of #DAB69D

#DAB69D
(218,182,157)
#C7A68F
(199,166,143)
#B49681
(180,150,129)
#A18673
(161,134,115)
#8E7665
(142,118,101)
#7B6657
(123,102,87)
#685649
(104,86,73)
#55463B
(85,70,59)
#42362D
(66,54,45)
#2F261F
(47,38,31)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #DAB69D

#DAB69D
(218,182,157)
#DDBCA5
(221,188,165)
#E0C2AD
(224,194,173)
#E3C8B5
(227,200,181)
#E6CEBD
(230,206,189)
#E9D4C5
(233,212,197)
#ECDACD
(236,218,205)
#EFE0D5
(239,224,213)
#F2E6DD
(242,230,221)
#F5ECE5
(245,236,229)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB69D; }

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

This text font color is #DAB69D.

Background Color

.myBgColor { background-color: #DAB69D; }

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

This div background color is #DAB69D.

Border color

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

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

This div border color is #DAB69D.

Opacity

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

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

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

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

This text has shadow with #DAB69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB69D.

Preview

Color preview on black background

This text has color #DAB69D on black background.


Color preview on white background

This text has color #DAB69D on white background.


Black color preview on #DAB69D background

This text has black color on #DAB69D background.


White color preview on #DAB69D background

This text has white color on #DAB69D background.


Related colors

Complementary color

Complementary color for #hex is #254962.


I love getcolorcode.com

Triadic colors

1 #9DDAB6 and #B69DDA with #DAB69D are triadic colors.

2 #9DB6DA and #B6DA9D with #DAB69D are triadic colors.