COLOR #DAB98E

HEX: #DAB98E RGB: (218,185,142)

Color info

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

RGB color model

#DAB98E color RGB value is (218,185,142).

RGB: (218,185,142) (85%, 73%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 142 of 255 = 56%

218
185
142

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

Portions of RGB colors in percentages

R + G + B = 218 + 185 + 142 = 545 (100%)
R 218 of 545 ~ 40%
G 185 of 545 ~ 33.94%
B 142 of 545 ~ 26.06'%

%40
%33.94
%26.06

CMYK color model

#DAB98E color CMYK value is (0,15,35,15).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 34.86%
  • key color value is 14.51%

CMYK: (0,15,35,15)
C0M15Y35K15 (0%, 15%, 35%, 15%)
(0.00 / 0.15 / 0.35 / 0.15)

CMYK percentages

%0
%15.14
%34.86
%14.51

Codes

Color #DAB98E in popluar color models

DA B9 8E
RGB 218 185 142
HSL 34° 50.67% 70.59%
HSB/HSV 34° 34.86% 85.49%
CMYK 0.00% 15.14% 34.86%
14.51%

Color #DAB98E in popluar number systems.

HEX DA B9 8E
Decimal 218 185 142
Binary 11011010 10111001 10001110
Octal 332 271 216

Shades and tints

Shades of #DAB98E

#DAB98E
(218,185,142)
#C7A982
(199,169,130)
#B49976
(180,153,118)
#A1896A
(161,137,106)
#8E795E
(142,121,94)
#7B6952
(123,105,82)
#685946
(104,89,70)
#55493A
(85,73,58)
#42392E
(66,57,46)
#2F2922
(47,41,34)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAB98E

#DAB98E
(218,185,142)
#DDBF98
(221,191,152)
#E0C5A2
(224,197,162)
#E3CBAC
(227,203,172)
#E6D1B6
(230,209,182)
#E9D7C0
(233,215,192)
#ECDDCA
(236,221,202)
#EFE3D4
(239,227,212)
#F2E9DE
(242,233,222)
#F5EFE8
(245,239,232)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB98E; }

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

This text font color is #DAB98E.

Background Color

.myBgColor { background-color: #DAB98E; }

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

This div background color is #DAB98E.

Border color

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

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

This div border color is #DAB98E.

Opacity

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

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

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

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

This text has shadow with #DAB98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB98E.

Preview

Color preview on black background

This text has color #DAB98E on black background.


Color preview on white background

This text has color #DAB98E on white background.


Black color preview on #DAB98E background

This text has black color on #DAB98E background.


White color preview on #DAB98E background

This text has white color on #DAB98E background.


Related colors

Complementary color

Complementary color for #hex is #254671.


I love getcolorcode.com

Triadic colors

1 #8EDAB9 and #B98EDA with #DAB98E are triadic colors.

2 #8EB9DA and #B9DA8E with #DAB98E are triadic colors.