COLOR #DAAF92

HEX: #DAAF92
RGB: (218,175,146)

Color info

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

RGB color model

#DAAF92 color RGB value is (218,175,146).

  • red value is 218;
  • green value is 175;
  • blue value is 146.
RGB:
(218,175,146)
(85%,69%,57%)

RGB channels and saturation

R 218 of 255 = 85%
G 175 of 255 = 69%
B 146 of 255 = 57%

218
175
146

R + G + B ~ 70%. #DAAF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 175 + 146 = 539 (100%)
R 218 of 539 ~ 40.45%
G 175 of 539 ~ 32.47%
B 146 of 539 ~ 27.09%

%40.45
%32.47
%27.09

CMYK color model

#DAAF92 color CMYK value is (0,20,33,15).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 33.03%
  • key color value is 14.51%
CMYK:
(0,20,33,15)
C0M20Y33K15 
(0%,20%,33%,15%)
(0.00/0.20/0.33/0.15)	

CMYK percentages

%0
%19.72
%33.03
%14.51

Codes

Color #DAAF92 in popluar color models

DAAF92
RGB218175146
HSL24°49.32%71.37%
HSB/HSV24°33.03%85.49%
CMYK0.00%19.72%33.03%
14.51%

Color #DAAF92 in popluar number systems.

HEXDAAF92
Decimal218175146
Binary110110101010111110010010
Octal332257222

Shades and tints

Shades of #DAAF92

#DAAF92
(218,175,146)
#C7A085
(199,160,133)
#B49178
(180,145,120)
#A1826B
(161,130,107)
#8E735E
(142,115,94)
#7B6451
(123,100,81)
#685544
(104,85,68)
#554637
(85,70,55)
#42372A
(66,55,42)
#2F281D
(47,40,29)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #DAAF92

#DAAF92
(218,175,146)
#DDB69B
(221,182,155)
#E0BDA4
(224,189,164)
#E3C4AD
(227,196,173)
#E6CBB6
(230,203,182)
#E9D2BF
(233,210,191)
#ECD9C8
(236,217,200)
#EFE0D1
(239,224,209)
#F2E7DA
(242,231,218)
#F5EEE3
(245,238,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAF92 color. Also use rgb(218,175,146) instead hex code.

Text Font Color

.myTextColor { color: #DAAF92; }

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

This text font color is #DAAF92.


Background Color

.myBgColor { background-color: #DAAF92; }

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

This div background color is #DAAF92.


Border color

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

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

This div border color is #DAAF92.


Opacity

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

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

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

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

This text has shadow with #DAAF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAF92 on black background.


Color preview on white background

This text has color #DAAF92 on white background.



Black color preview on #DAAF92 background

This text has black color on #DAAF92 background.


White color preview on #DAAF92 background

This text has white color on #DAAF92 background.