COLOR #DAB286

HEX: #DAB286
RGB: (218,178,134)

Color info

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

RGB color model

#DAB286 color RGB value is (218,178,134).

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

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 134 of 255 = 53%

218
178
134

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

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 134 = 530 (100%)
R 218 of 530 ~ 41.13%
G 178 of 530 ~ 33.58%
B 134 of 530 ~ 25.28%

%41.13
%33.58
%25.28

CMYK color model

#DAB286 color CMYK value is (0,18,39,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 38.53%
  • key color value is 14.51%
CMYK:
(0,18,39,15)
C0M18Y39K15 
(0%,18%,39%,15%)
(0.00/0.18/0.39/0.15)	

CMYK percentages

%0
%18.35
%38.53
%14.51

Codes

Color #DAB286 in popluar color models

DAB286
RGB218178134
HSL31°53.16%69.02%
HSB/HSV31°38.53%85.49%
CMYK0.00%18.35%38.53%
14.51%

Color #DAB286 in popluar number systems.

HEXDAB286
Decimal218178134
Binary110110101011001010000110
Octal332262206

Shades and tints

Shades of #DAB286

#DAB286
(218,178,134)
#C7A27A
(199,162,122)
#B4926E
(180,146,110)
#A18262
(161,130,98)
#8E7256
(142,114,86)
#7B624A
(123,98,74)
#68523E
(104,82,62)
#554232
(85,66,50)
#423226
(66,50,38)
#2F221A
(47,34,26)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #DAB286

#DAB286
(218,178,134)
#DDB991
(221,185,145)
#E0C09C
(224,192,156)
#E3C7A7
(227,199,167)
#E6CEB2
(230,206,178)
#E9D5BD
(233,213,189)
#ECDCC8
(236,220,200)
#EFE3D3
(239,227,211)
#F2EADE
(242,234,222)
#F5F1E9
(245,241,233)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB286 color. Also use rgb(218,178,134) instead hex code.

Text Font Color

.myTextColor { color: #DAB286; }

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

This text font color is #DAB286.


Background Color

.myBgColor { background-color: #DAB286; }

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

This div background color is #DAB286.


Border color

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

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

This div border color is #DAB286.


Opacity

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

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

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

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

This text has shadow with #DAB286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB286 on black background.


Color preview on white background

This text has color #DAB286 on white background.



Black color preview on #DAB286 background

This text has black color on #DAB286 background.


White color preview on #DAB286 background

This text has white color on #DAB286 background.