COLOR #DAA497

HEX: #DAA497
RGB: (218,164,151)

Color info

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

RGB color model

#DAA497 color RGB value is (218,164,151).

  • red value is 218;
  • green value is 164;
  • blue value is 151.
RGB:
(218,164,151)
(85%,64%,59%)

RGB channels and saturation

R 218 of 255 = 85%
G 164 of 255 = 64%
B 151 of 255 = 59%

218
164
151

R + G + B ~ 69%. #DAA497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 164 + 151 = 533 (100%)
R 218 of 533 ~ 40.9%
G 164 of 533 ~ 30.77%
B 151 of 533 ~ 28.33%

%40.9
%30.77
%28.33

CMYK color model

#DAA497 color CMYK value is (0,25,31,15).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 30.73%
  • key color value is 14.51%
CMYK:
(0,25,31,15)
C0M25Y31K15 
(0%,25%,31%,15%)
(0.00/0.25/0.31/0.15)	

CMYK percentages

%0
%24.77
%30.73
%14.51

Codes

Color #DAA497 in popluar color models

DAA497
RGB218164151
HSL12°47.52%72.35%
HSB/HSV12°30.73%85.49%
CMYK0.00%24.77%30.73%
14.51%

Color #DAA497 in popluar number systems.

HEXDAA497
Decimal218164151
Binary110110101010010010010111
Octal332244227

Shades and tints

Shades of #DAA497

#DAA497
(218,164,151)
#C7968A
(199,150,138)
#B4887D
(180,136,125)
#A17A70
(161,122,112)
#8E6C63
(142,108,99)
#7B5E56
(123,94,86)
#685049
(104,80,73)
#55423C
(85,66,60)
#42342F
(66,52,47)
#2F2622
(47,38,34)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAA497

#DAA497
(218,164,151)
#DDACA0
(221,172,160)
#E0B4A9
(224,180,169)
#E3BCB2
(227,188,178)
#E6C4BB
(230,196,187)
#E9CCC4
(233,204,196)
#ECD4CD
(236,212,205)
#EFDCD6
(239,220,214)
#F2E4DF
(242,228,223)
#F5ECE8
(245,236,232)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA497 color. Also use rgb(218,164,151) instead hex code.

Text Font Color

.myTextColor { color: #DAA497; }

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

This text font color is #DAA497.


Background Color

.myBgColor { background-color: #DAA497; }

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

This div background color is #DAA497.


Border color

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

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

This div border color is #DAA497.


Opacity

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

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

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

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

This text has shadow with #DAA497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA497 on black background.


Color preview on white background

This text has color #DAA497 on white background.



Black color preview on #DAA497 background

This text has black color on #DAA497 background.


White color preview on #DAA497 background

This text has white color on #DAA497 background.