COLOR #DAB485

HEX: #DAB485
RGB: (218,180,133)

Color info

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

RGB color model

#DAB485 color RGB value is (218,180,133).

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

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 133 of 255 = 52%

218
180
133

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

Portions of RGB colors in percentages

R + G + B =
218 + 180 + 133 = 531 (100%)
R 218 of 531 ~ 41.05%
G 180 of 531 ~ 33.9%
B 133 of 531 ~ 25.05%

%41.05
%33.9
%25.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 38.99%
  • key color value is 14.51%
CMYK:
(0,17,39,15)
C0M17Y39K15 
(0%,17%,39%,15%)
(0.00/0.17/0.39/0.15)	

CMYK percentages

%0
%17.43
%38.99
%14.51

Codes

Color #DAB485 in popluar color models

DAB485
RGB218180133
HSL33°53.46%68.82%
HSB/HSV33°38.99%85.49%
CMYK0.00%17.43%38.99%
14.51%

Color #DAB485 in popluar number systems.

HEXDAB485
Decimal218180133
Binary110110101011010010000101
Octal332264205

Shades and tints

Shades of #DAB485

#DAB485
(218,180,133)
#C7A479
(199,164,121)
#B4946D
(180,148,109)
#A18461
(161,132,97)
#8E7455
(142,116,85)
#7B6449
(123,100,73)
#68543D
(104,84,61)
#554431
(85,68,49)
#423425
(66,52,37)
#2F2419
(47,36,25)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #DAB485

#DAB485
(218,180,133)
#DDBA90
(221,186,144)
#E0C09B
(224,192,155)
#E3C6A6
(227,198,166)
#E6CCB1
(230,204,177)
#E9D2BC
(233,210,188)
#ECD8C7
(236,216,199)
#EFDED2
(239,222,210)
#F2E4DD
(242,228,221)
#F5EAE8
(245,234,232)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB485; }

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

This text font color is #DAB485.


Background Color

.myBgColor { background-color: #DAB485; }

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

This div background color is #DAB485.


Border color

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

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

This div border color is #DAB485.


Opacity

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

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

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

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

This text has shadow with #DAB485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB485 on black background.


Color preview on white background

This text has color #DAB485 on white background.



Black color preview on #DAB485 background

This text has black color on #DAB485 background.


White color preview on #DAB485 background

This text has white color on #DAB485 background.