COLOR #DAAA87

HEX: #DAAA87 RGB: (218,170,135)

Color info

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

RGB color model

#DAAA87 color RGB value is (218,170,135).

RGB: (218,170,135) (85%, 67%, 53%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 135 of 255 = 53%

218
170
135

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

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 135 = 523 (100%)
R 218 of 523 ~ 41.68%
G 170 of 523 ~ 32.5%
B 135 of 523 ~ 25.81'%

%41.68
%32.5
%25.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 38.07%
  • 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
%22.02
%38.07
%14.51

Codes

Color #DAAA87 in popluar color models

DA AA 87
RGB 218 170 135
HSL 25° 52.87% 69.22%
HSB/HSV 25° 38.07% 85.49%
CMYK 0.00% 22.02% 38.07%
14.51%

Color #DAAA87 in popluar number systems.

HEX DA AA 87
Decimal 218 170 135
Binary 11011010 10101010 10000111
Octal 332 252 207

Shades and tints

Shades of #DAAA87

#DAAA87
(218,170,135)
#C79B7B
(199,155,123)
#B48C6F
(180,140,111)
#A17D63
(161,125,99)
#8E6E57
(142,110,87)
#7B5F4B
(123,95,75)
#68503F
(104,80,63)
#554133
(85,65,51)
#423227
(66,50,39)
#2F231B
(47,35,27)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #DAAA87

#DAAA87
(218,170,135)
#DDB191
(221,177,145)
#E0B89B
(224,184,155)
#E3BFA5
(227,191,165)
#E6C6AF
(230,198,175)
#E9CDB9
(233,205,185)
#ECD4C3
(236,212,195)
#EFDBCD
(239,219,205)
#F2E2D7
(242,226,215)
#F5E9E1
(245,233,225)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAA87 color. Also use rgb(218,170,135) instead hex code.

Text Font Color

.myTextColor { color: #DAAA87; }

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

This text font color is #DAAA87.

Background Color

.myBgColor { background-color: #DAAA87; }

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

This div background color is #DAAA87.

Border color

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

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

This div border color is #DAAA87.

Opacity

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

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

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

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

This text has shadow with #DAAA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAA87.

Preview

Color preview on black background

This text has color #DAAA87 on black background.


Color preview on white background

This text has color #DAAA87 on white background.


Black color preview on #DAAA87 background

This text has black color on #DAAA87 background.


White color preview on #DAAA87 background

This text has white color on #DAAA87 background.


Related colors

Complementary color

Complementary color for #hex is #255578.


I love getcolorcode.com

Triadic colors

1 #87DAAA and #AA87DA with #DAAA87 are triadic colors.

2 #87AADA and #AADA87 with #DAAA87 are triadic colors.