COLOR #DAAB88

HEX: #DAAB88
RGB: (218,171,136)

Color info

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

RGB color model

#DAAB88 color RGB value is (218,171,136).

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

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 136 of 255 = 53%

218
171
136

R + G + B ~ 68%. #DAAB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 136 = 525 (100%)
R 218 of 525 ~ 41.52%
G 171 of 525 ~ 32.57%
B 136 of 525 ~ 25.9%

%41.52
%32.57
%25.9

CMYK color model

#DAAB88 color CMYK value is (0,22,38,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 37.61%
  • key color value is 14.51%
CMYK:
(0,22,38,15)
C0M22Y38K15 
(0%,22%,38%,15%)
(0.00/0.22/0.38/0.15)	

CMYK percentages

%0
%21.56
%37.61
%14.51

Codes

Color #DAAB88 in popluar color models

DAAB88
RGB218171136
HSL26°52.56%69.41%
HSB/HSV26°37.61%85.49%
CMYK0.00%21.56%37.61%
14.51%

Color #DAAB88 in popluar number systems.

HEXDAAB88
Decimal218171136
Binary110110101010101110001000
Octal332253210

Shades and tints

Shades of #DAAB88

#DAAB88
(218,171,136)
#C79C7C
(199,156,124)
#B48D70
(180,141,112)
#A17E64
(161,126,100)
#8E6F58
(142,111,88)
#7B604C
(123,96,76)
#685140
(104,81,64)
#554234
(85,66,52)
#423328
(66,51,40)
#2F241C
(47,36,28)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #DAAB88

#DAAB88
(218,171,136)
#DDB292
(221,178,146)
#E0B99C
(224,185,156)
#E3C0A6
(227,192,166)
#E6C7B0
(230,199,176)
#E9CEBA
(233,206,186)
#ECD5C4
(236,213,196)
#EFDCCE
(239,220,206)
#F2E3D8
(242,227,216)
#F5EAE2
(245,234,226)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAB88; }

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

This text font color is #DAAB88.


Background Color

.myBgColor { background-color: #DAAB88; }

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

This div background color is #DAAB88.


Border color

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

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

This div border color is #DAAB88.


Opacity

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

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

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

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

This text has shadow with #DAAB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAB88 on black background.


Color preview on white background

This text has color #DAAB88 on white background.



Black color preview on #DAAB88 background

This text has black color on #DAAB88 background.


White color preview on #DAAB88 background

This text has white color on #DAAB88 background.