COLOR #DAAB93

HEX: #DAAB93
RGB: (218,171,147)

Color info

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

RGB color model

#DAAB93 color RGB value is (218,171,147).

  • red value is 218;
  • green value is 171;
  • blue value is 147.
RGB:
(218,171,147)
(85%,67%,58%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 147 of 255 = 58%

218
171
147

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

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 147 = 536 (100%)
R 218 of 536 ~ 40.67%
G 171 of 536 ~ 31.9%
B 147 of 536 ~ 27.43%

%40.67
%31.9
%27.43

CMYK color model

#DAAB93 color CMYK value is (0,22,33,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 32.57%
  • key color value is 14.51%
CMYK:
(0,22,33,15)
C0M22Y33K15 
(0%,22%,33%,15%)
(0.00/0.22/0.33/0.15)	

CMYK percentages

%0
%21.56
%32.57
%14.51

Codes

Color #DAAB93 in popluar color models

DAAB93
RGB218171147
HSL20°48.97%71.57%
HSB/HSV20°32.57%85.49%
CMYK0.00%21.56%32.57%
14.51%

Color #DAAB93 in popluar number systems.

HEXDAAB93
Decimal218171147
Binary110110101010101110010011
Octal332253223

Shades and tints

Shades of #DAAB93

#DAAB93
(218,171,147)
#C79C86
(199,156,134)
#B48D79
(180,141,121)
#A17E6C
(161,126,108)
#8E6F5F
(142,111,95)
#7B6052
(123,96,82)
#685145
(104,81,69)
#554238
(85,66,56)
#42332B
(66,51,43)
#2F241E
(47,36,30)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DAAB93

#DAAB93
(218,171,147)
#DDB29C
(221,178,156)
#E0B9A5
(224,185,165)
#E3C0AE
(227,192,174)
#E6C7B7
(230,199,183)
#E9CEC0
(233,206,192)
#ECD5C9
(236,213,201)
#EFDCD2
(239,220,210)
#F2E3DB
(242,227,219)
#F5EAE4
(245,234,228)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAB93 color. Also use rgb(218,171,147) instead hex code.

Text Font Color

.myTextColor { color: #DAAB93; }

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

This text font color is #DAAB93.


Background Color

.myBgColor { background-color: #DAAB93; }

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

This div background color is #DAAB93.


Border color

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

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

This div border color is #DAAB93.


Opacity

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

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

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

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

This text has shadow with #DAAB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAB93 on black background.


Color preview on white background

This text has color #DAAB93 on white background.



Black color preview on #DAAB93 background

This text has black color on #DAAB93 background.


White color preview on #DAAB93 background

This text has white color on #DAAB93 background.