COLOR #DABA85

HEX: #DABA85
RGB: (218,186,133)

Color info

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

RGB color model

#DABA85 color RGB value is (218,186,133).

  • red value is 218;
  • green value is 186;
  • blue value is 133.
RGB:
(218,186,133)
(85%,73%,52%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 133 of 255 = 52%

218
186
133

R + G + B ~ 70%. #DABA85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 133 = 537 (100%)
R 218 of 537 ~ 40.6%
G 186 of 537 ~ 34.64%
B 133 of 537 ~ 24.77%

%40.6
%34.64
%24.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 38.99%
  • key color value is 14.51%
CMYK:
(0,15,39,15)
C0M15Y39K15 
(0%,15%,39%,15%)
(0.00/0.15/0.39/0.15)	

CMYK percentages

%0
%14.68
%38.99
%14.51

Codes

Color #DABA85 in popluar color models

DABA85
RGB218186133
HSL37°53.46%68.82%
HSB/HSV37°38.99%85.49%
CMYK0.00%14.68%38.99%
14.51%

Color #DABA85 in popluar number systems.

HEXDABA85
Decimal218186133
Binary110110101011101010000101
Octal332272205

Shades and tints

Shades of #DABA85

#DABA85
(218,186,133)
#C7AA79
(199,170,121)
#B49A6D
(180,154,109)
#A18A61
(161,138,97)
#8E7A55
(142,122,85)
#7B6A49
(123,106,73)
#685A3D
(104,90,61)
#554A31
(85,74,49)
#423A25
(66,58,37)
#2F2A19
(47,42,25)
#1C1A0D
(28,26,13)
#000000
(0,0,0)

Tints of #DABA85

#DABA85
(218,186,133)
#DDC090
(221,192,144)
#E0C69B
(224,198,155)
#E3CCA6
(227,204,166)
#E6D2B1
(230,210,177)
#E9D8BC
(233,216,188)
#ECDEC7
(236,222,199)
#EFE4D2
(239,228,210)
#F2EADD
(242,234,221)
#F5F0E8
(245,240,232)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABA85 color. Also use rgb(218,186,133) instead hex code.

Text Font Color

.myTextColor { color: #DABA85; }

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

This text font color is #DABA85.


Background Color

.myBgColor { background-color: #DABA85; }

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

This div background color is #DABA85.


Border color

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

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

This div border color is #DABA85.


Opacity

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

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

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

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

This text has shadow with #DABA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABA85 on black background.


Color preview on white background

This text has color #DABA85 on white background.



Black color preview on #DABA85 background

This text has black color on #DABA85 background.


White color preview on #DABA85 background

This text has white color on #DABA85 background.