COLOR #DAA745

HEX: #DAA745
RGB: (218,167,69)

Color info

#DAA745 contains mainly red and green colors. Web safe color of #DAA745 is #CC9933 (or #C93).

RGB color model

#DAA745 color RGB value is (218,167,69).

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

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 69 of 255 = 27%

218
167
69

R + G + B ~ 59%. #DAA745 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 69 = 454 (100%)
R 218 of 454 ~ 48.02%
G 167 of 454 ~ 36.78%
B 69 of 454 ~ 15.2%

%48.02
%36.78
%15.2

CMYK color model

#DAA745 color CMYK value is (0,23,68,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 68.35%
  • key color value is 14.51%
CMYK:
(0,23,68,15)
C0M23Y68K15 
(0%,23%,68%,15%)
(0.00/0.23/0.68/0.15)	

CMYK percentages

%0
%23.39
%68.35
%14.51

Codes

Color #DAA745 in popluar color models

DAA745
RGB21816769
HSL39°66.82%56.27%
HSB/HSV39°68.35%85.49%
CMYK0.00%23.39%68.35%
14.51%

Color #DAA745 in popluar number systems.

HEXDAA745
Decimal21816769
Binary11011010101001111000101
Octal332247105

Shades and tints

Shades of #DAA745

#DAA745
(218,167,69)
#C7983F
(199,152,63)
#B48939
(180,137,57)
#A17A33
(161,122,51)
#8E6B2D
(142,107,45)
#7B5C27
(123,92,39)
#684D21
(104,77,33)
#553E1B
(85,62,27)
#422F15
(66,47,21)
#2F200F
(47,32,15)
#1C1109
(28,17,9)
#000000
(0,0,0)

Tints of #DAA745

#DAA745
(218,167,69)
#DDAF55
(221,175,85)
#E0B765
(224,183,101)
#E3BF75
(227,191,117)
#E6C785
(230,199,133)
#E9CF95
(233,207,149)
#ECD7A5
(236,215,165)
#EFDFB5
(239,223,181)
#F2E7C5
(242,231,197)
#F5EFD5
(245,239,213)
#F8F7E5
(248,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA745; }

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

This text font color is #DAA745.


Background Color

.myBgColor { background-color: #DAA745; }

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

This div background color is #DAA745.


Border color

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

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

This div border color is #DAA745.


Opacity

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

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

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

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

This text has shadow with #DAA745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA745 on black background.


Color preview on white background

This text has color #DAA745 on white background.



Black color preview on #DAA745 background

This text has black color on #DAA745 background.


White color preview on #DAA745 background

This text has white color on #DAA745 background.