COLOR #DAAB99

HEX: #DAAB99
RGB: (218,171,153)

Color info

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

RGB color model

#DAAB99 color RGB value is (218,171,153).

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

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 153 of 255 = 60%

218
171
153

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

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 153 = 542 (100%)
R 218 of 542 ~ 40.22%
G 171 of 542 ~ 31.55%
B 153 of 542 ~ 28.23%

%40.22
%31.55
%28.23

CMYK color model

#DAAB99 color CMYK value is (0,22,30,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 29.82%
  • key color value is 14.51%
CMYK:
(0,22,30,15)
C0M22Y30K15 
(0%,22%,30%,15%)
(0.00/0.22/0.30/0.15)	

CMYK percentages

%0
%21.56
%29.82
%14.51

Codes

Color #DAAB99 in popluar color models

DAAB99
RGB218171153
HSL17°46.76%72.75%
HSB/HSV17°29.82%85.49%
CMYK0.00%21.56%29.82%
14.51%

Color #DAAB99 in popluar number systems.

HEXDAAB99
Decimal218171153
Binary110110101010101110011001
Octal332253231

Shades and tints

Shades of #DAAB99

#DAAB99
(218,171,153)
#C79C8C
(199,156,140)
#B48D7F
(180,141,127)
#A17E72
(161,126,114)
#8E6F65
(142,111,101)
#7B6058
(123,96,88)
#68514B
(104,81,75)
#55423E
(85,66,62)
#423331
(66,51,49)
#2F2424
(47,36,36)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #DAAB99

#DAAB99
(218,171,153)
#DDB2A2
(221,178,162)
#E0B9AB
(224,185,171)
#E3C0B4
(227,192,180)
#E6C7BD
(230,199,189)
#E9CEC6
(233,206,198)
#ECD5CF
(236,213,207)
#EFDCD8
(239,220,216)
#F2E3E1
(242,227,225)
#F5EAEA
(245,234,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAB99; }

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

This text font color is #DAAB99.


Background Color

.myBgColor { background-color: #DAAB99; }

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

This div background color is #DAAB99.


Border color

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

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

This div border color is #DAAB99.


Opacity

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

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

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

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

This text has shadow with #DAAB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAB99 on black background.


Color preview on white background

This text has color #DAAB99 on white background.



Black color preview on #DAAB99 background

This text has black color on #DAAB99 background.


White color preview on #DAAB99 background

This text has white color on #DAAB99 background.