COLOR #DAAB7E

HEX: #DAAB7E
RGB: (218,171,126)

Color info

#DAAB7E contains mainly red and green colors. Web safe color of #DAAB7E is #CC9966 (or #C96).

RGB color model

#DAAB7E color RGB value is (218,171,126).

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

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 126 of 255 = 49%

218
171
126

R + G + B ~ 67%. #DAAB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 126 = 515 (100%)
R 218 of 515 ~ 42.33%
G 171 of 515 ~ 33.2%
B 126 of 515 ~ 24.47%

%42.33
%33.2
%24.47

CMYK color model

#DAAB7E color CMYK value is (0,22,42,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 42.20%
  • key color value is 14.51%
CMYK:
(0,22,42,15)
C0M22Y42K15 
(0%,22%,42%,15%)
(0.00/0.22/0.42/0.15)	

CMYK percentages

%0
%21.56
%42.2
%14.51

Codes

Color #DAAB7E in popluar color models

DAAB7E
RGB218171126
HSL29°55.42%67.45%
HSB/HSV29°42.20%85.49%
CMYK0.00%21.56%42.20%
14.51%

Color #DAAB7E in popluar number systems.

HEXDAAB7E
Decimal218171126
Binary11011010101010111111110
Octal332253176

Shades and tints

Shades of #DAAB7E

#DAAB7E
(218,171,126)
#C79C73
(199,156,115)
#B48D68
(180,141,104)
#A17E5D
(161,126,93)
#8E6F52
(142,111,82)
#7B6047
(123,96,71)
#68513C
(104,81,60)
#554231
(85,66,49)
#423326
(66,51,38)
#2F241B
(47,36,27)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #DAAB7E

#DAAB7E
(218,171,126)
#DDB289
(221,178,137)
#E0B994
(224,185,148)
#E3C09F
(227,192,159)
#E6C7AA
(230,199,170)
#E9CEB5
(233,206,181)
#ECD5C0
(236,213,192)
#EFDCCB
(239,220,203)
#F2E3D6
(242,227,214)
#F5EAE1
(245,234,225)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAB7E; }

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

This text font color is #DAAB7E.


Background Color

.myBgColor { background-color: #DAAB7E; }

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

This div background color is #DAAB7E.


Border color

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

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

This div border color is #DAAB7E.


Opacity

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

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

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

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

This text has shadow with #DAAB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAB7E on black background.


Color preview on white background

This text has color #DAAB7E on white background.



Black color preview on #DAAB7E background

This text has black color on #DAAB7E background.


White color preview on #DAAB7E background

This text has white color on #DAAB7E background.