COLOR #DAB88A

HEX: #DAB88A
RGB: (218,184,138)

Color info

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

RGB color model

#DAB88A color RGB value is (218,184,138).

  • red value is 218;
  • green value is 184;
  • blue value is 138.
RGB:
(218,184,138)
(85%,72%,54%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 138 of 255 = 54%

218
184
138

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 138 = 540 (100%)
R 218 of 540 ~ 40.37%
G 184 of 540 ~ 34.07%
B 138 of 540 ~ 25.56%

%40.37
%34.07
%25.56

CMYK color model

#DAB88A color CMYK value is (0,16,37,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 36.70%
  • key color value is 14.51%
CMYK:
(0,16,37,15)
C0M16Y37K15 
(0%,16%,37%,15%)
(0.00/0.16/0.37/0.15)	

CMYK percentages

%0
%15.6
%36.7
%14.51

Codes

Color #DAB88A in popluar color models

DAB88A
RGB218184138
HSL35°51.95%69.80%
HSB/HSV35°36.70%85.49%
CMYK0.00%15.60%36.70%
14.51%

Color #DAB88A in popluar number systems.

HEXDAB88A
Decimal218184138
Binary110110101011100010001010
Octal332270212

Shades and tints

Shades of #DAB88A

#DAB88A
(218,184,138)
#C7A87E
(199,168,126)
#B49872
(180,152,114)
#A18866
(161,136,102)
#8E785A
(142,120,90)
#7B684E
(123,104,78)
#685842
(104,88,66)
#554836
(85,72,54)
#42382A
(66,56,42)
#2F281E
(47,40,30)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAB88A

#DAB88A
(218,184,138)
#DDBE94
(221,190,148)
#E0C49E
(224,196,158)
#E3CAA8
(227,202,168)
#E6D0B2
(230,208,178)
#E9D6BC
(233,214,188)
#ECDCC6
(236,220,198)
#EFE2D0
(239,226,208)
#F2E8DA
(242,232,218)
#F5EEE4
(245,238,228)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB88A color. Also use rgb(218,184,138) instead hex code.

Text Font Color

.myTextColor { color: #DAB88A; }

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

This text font color is #DAB88A.


Background Color

.myBgColor { background-color: #DAB88A; }

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

This div background color is #DAB88A.


Border color

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

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

This div border color is #DAB88A.


Opacity

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

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

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

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

This text has shadow with #DAB88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB88A on black background.


Color preview on white background

This text has color #DAB88A on white background.



Black color preview on #DAB88A background

This text has black color on #DAB88A background.


White color preview on #DAB88A background

This text has white color on #DAB88A background.