COLOR #DAAE99

HEX: #DAAE99
RGB: (218,174,153)

Color info

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

RGB color model

#DAAE99 color RGB value is (218,174,153).

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

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 153 of 255 = 60%

218
174
153

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

Portions of RGB colors in percentages

R + G + B =
218 + 174 + 153 = 545 (100%)
R 218 of 545 ~ 40%
G 174 of 545 ~ 31.93%
B 153 of 545 ~ 28.07%

%40
%31.93
%28.07

CMYK color model

#DAAE99 color CMYK value is (0,20,30,15).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 29.82%
  • key color value is 14.51%
CMYK:
(0,20,30,15)
C0M20Y30K15 
(0%,20%,30%,15%)
(0.00/0.20/0.30/0.15)	

CMYK percentages

%0
%20.18
%29.82
%14.51

Codes

Color #DAAE99 in popluar color models

DAAE99
RGB218174153
HSL19°46.76%72.75%
HSB/HSV19°29.82%85.49%
CMYK0.00%20.18%29.82%
14.51%

Color #DAAE99 in popluar number systems.

HEXDAAE99
Decimal218174153
Binary110110101010111010011001
Octal332256231

Shades and tints

Shades of #DAAE99

#DAAE99
(218,174,153)
#C79F8C
(199,159,140)
#B4907F
(180,144,127)
#A18172
(161,129,114)
#8E7265
(142,114,101)
#7B6358
(123,99,88)
#68544B
(104,84,75)
#55453E
(85,69,62)
#423631
(66,54,49)
#2F2724
(47,39,36)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAAE99

#DAAE99
(218,174,153)
#DDB5A2
(221,181,162)
#E0BCAB
(224,188,171)
#E3C3B4
(227,195,180)
#E6CABD
(230,202,189)
#E9D1C6
(233,209,198)
#ECD8CF
(236,216,207)
#EFDFD8
(239,223,216)
#F2E6E1
(242,230,225)
#F5EDEA
(245,237,234)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAE99; }

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

This text font color is #DAAE99.


Background Color

.myBgColor { background-color: #DAAE99; }

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

This div background color is #DAAE99.


Border color

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

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

This div border color is #DAAE99.


Opacity

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

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

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

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

This text has shadow with #DAAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAE99 on black background.


Color preview on white background

This text has color #DAAE99 on white background.



Black color preview on #DAAE99 background

This text has black color on #DAAE99 background.


White color preview on #DAAE99 background

This text has white color on #DAAE99 background.