COLOR #DAA192

HEX: #DAA192
RGB: (218,161,146)

Color info

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

RGB color model

#DAA192 color RGB value is (218,161,146).

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

RGB channels and saturation

R 218 of 255 = 85%
G 161 of 255 = 63%
B 146 of 255 = 57%

218
161
146

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

Portions of RGB colors in percentages

R + G + B =
218 + 161 + 146 = 525 (100%)
R 218 of 525 ~ 41.52%
G 161 of 525 ~ 30.67%
B 146 of 525 ~ 27.81%

%41.52
%30.67
%27.81

CMYK color model

#DAA192 color CMYK value is (0,26,33,15).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 33.03%
  • key color value is 14.51%
CMYK:
(0,26,33,15)
C0M26Y33K15 
(0%,26%,33%,15%)
(0.00/0.26/0.33/0.15)	

CMYK percentages

%0
%26.15
%33.03
%14.51

Codes

Color #DAA192 in popluar color models

DAA192
RGB218161146
HSL13°49.32%71.37%
HSB/HSV13°33.03%85.49%
CMYK0.00%26.15%33.03%
14.51%

Color #DAA192 in popluar number systems.

HEXDAA192
Decimal218161146
Binary110110101010000110010010
Octal332241222

Shades and tints

Shades of #DAA192

#DAA192
(218,161,146)
#C79385
(199,147,133)
#B48578
(180,133,120)
#A1776B
(161,119,107)
#8E695E
(142,105,94)
#7B5B51
(123,91,81)
#684D44
(104,77,68)
#553F37
(85,63,55)
#42312A
(66,49,42)
#2F231D
(47,35,29)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #DAA192

#DAA192
(218,161,146)
#DDA99B
(221,169,155)
#E0B1A4
(224,177,164)
#E3B9AD
(227,185,173)
#E6C1B6
(230,193,182)
#E9C9BF
(233,201,191)
#ECD1C8
(236,209,200)
#EFD9D1
(239,217,209)
#F2E1DA
(242,225,218)
#F5E9E3
(245,233,227)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA192; }

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

This text font color is #DAA192.


Background Color

.myBgColor { background-color: #DAA192; }

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

This div background color is #DAA192.


Border color

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

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

This div border color is #DAA192.


Opacity

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

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

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

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

This text has shadow with #DAA192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA192 on black background.


Color preview on white background

This text has color #DAA192 on white background.



Black color preview on #DAA192 background

This text has black color on #DAA192 background.


White color preview on #DAA192 background

This text has white color on #DAA192 background.