COLOR #DAB295

HEX: #DAB295
RGB: (218,178,149)

Color info

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

RGB color model

#DAB295 color RGB value is (218,178,149).

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

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 149 of 255 = 58%

218
178
149

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

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 149 = 545 (100%)
R 218 of 545 ~ 40%
G 178 of 545 ~ 32.66%
B 149 of 545 ~ 27.34%

%40
%32.66
%27.34

CMYK color model

#DAB295 color CMYK value is (0,18,32,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 31.65%
  • key color value is 14.51%
CMYK:
(0,18,32,15)
C0M18Y32K15 
(0%,18%,32%,15%)
(0.00/0.18/0.32/0.15)	

CMYK percentages

%0
%18.35
%31.65
%14.51

Codes

Color #DAB295 in popluar color models

DAB295
RGB218178149
HSL25°48.25%71.96%
HSB/HSV25°31.65%85.49%
CMYK0.00%18.35%31.65%
14.51%

Color #DAB295 in popluar number systems.

HEXDAB295
Decimal218178149
Binary110110101011001010010101
Octal332262225

Shades and tints

Shades of #DAB295

#DAB295
(218,178,149)
#C7A288
(199,162,136)
#B4927B
(180,146,123)
#A1826E
(161,130,110)
#8E7261
(142,114,97)
#7B6254
(123,98,84)
#685247
(104,82,71)
#55423A
(85,66,58)
#42322D
(66,50,45)
#2F2220
(47,34,32)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #DAB295

#DAB295
(218,178,149)
#DDB99E
(221,185,158)
#E0C0A7
(224,192,167)
#E3C7B0
(227,199,176)
#E6CEB9
(230,206,185)
#E9D5C2
(233,213,194)
#ECDCCB
(236,220,203)
#EFE3D4
(239,227,212)
#F2EADD
(242,234,221)
#F5F1E6
(245,241,230)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB295; }

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

This text font color is #DAB295.


Background Color

.myBgColor { background-color: #DAB295; }

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

This div background color is #DAB295.


Border color

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

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

This div border color is #DAB295.


Opacity

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

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

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

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

This text has shadow with #DAB295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB295 on black background.


Color preview on white background

This text has color #DAB295 on white background.



Black color preview on #DAB295 background

This text has black color on #DAB295 background.


White color preview on #DAB295 background

This text has white color on #DAB295 background.