COLOR #DAA778

HEX: #DAA778
RGB: (218,167,120)

Color info

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

RGB color model

#DAA778 color RGB value is (218,167,120).

  • red value is 218;
  • green value is 167;
  • blue value is 120.
RGB:
(218,167,120)
(85%,65%,47%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 120 of 255 = 47%

218
167
120

R + G + B ~ 66%. #DAA778 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 120 = 505 (100%)
R 218 of 505 ~ 43.17%
G 167 of 505 ~ 33.07%
B 120 of 505 ~ 23.76%

%43.17
%33.07
%23.76

CMYK color model

#DAA778 color CMYK value is (0,23,45,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 44.95%
  • key color value is 14.51%
CMYK:
(0,23,45,15)
C0M23Y45K15 
(0%,23%,45%,15%)
(0.00/0.23/0.45/0.15)	

CMYK percentages

%0
%23.39
%44.95
%14.51

Codes

Color #DAA778 in popluar color models

DAA778
RGB218167120
HSL29°56.98%66.27%
HSB/HSV29°44.95%85.49%
CMYK0.00%23.39%44.95%
14.51%

Color #DAA778 in popluar number systems.

HEXDAA778
Decimal218167120
Binary11011010101001111111000
Octal332247170

Shades and tints

Shades of #DAA778

#DAA778
(218,167,120)
#C7986E
(199,152,110)
#B48964
(180,137,100)
#A17A5A
(161,122,90)
#8E6B50
(142,107,80)
#7B5C46
(123,92,70)
#684D3C
(104,77,60)
#553E32
(85,62,50)
#422F28
(66,47,40)
#2F201E
(47,32,30)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #DAA778

#DAA778
(218,167,120)
#DDAF84
(221,175,132)
#E0B790
(224,183,144)
#E3BF9C
(227,191,156)
#E6C7A8
(230,199,168)
#E9CFB4
(233,207,180)
#ECD7C0
(236,215,192)
#EFDFCC
(239,223,204)
#F2E7D8
(242,231,216)
#F5EFE4
(245,239,228)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA778 color. Also use rgb(218,167,120) instead hex code.

Text Font Color

.myTextColor { color: #DAA778; }

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

This text font color is #DAA778.


Background Color

.myBgColor { background-color: #DAA778; }

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

This div background color is #DAA778.


Border color

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

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

This div border color is #DAA778.


Opacity

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

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

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

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

This text has shadow with #DAA778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA778 on black background.


Color preview on white background

This text has color #DAA778 on white background.



Black color preview on #DAA778 background

This text has black color on #DAA778 background.


White color preview on #DAA778 background

This text has white color on #DAA778 background.