COLOR #DAA365

HEX: #DAA365
RGB: (218,163,101)

Color info

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

RGB color model

#DAA365 color RGB value is (218,163,101).

  • red value is 218;
  • green value is 163;
  • blue value is 101.
RGB:
(218,163,101)
(85%,64%,40%)

RGB channels and saturation

R 218 of 255 = 85%
G 163 of 255 = 64%
B 101 of 255 = 40%

218
163
101

R + G + B ~ 63%. #DAA365 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 163 + 101 = 482 (100%)
R 218 of 482 ~ 45.23%
G 163 of 482 ~ 33.82%
B 101 of 482 ~ 20.95%

%45.23
%33.82
%20.95

CMYK color model

#DAA365 color CMYK value is (0,25,54,15).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 53.67%
  • key color value is 14.51%
CMYK:
(0,25,54,15)
C0M25Y54K15 
(0%,25%,54%,15%)
(0.00/0.25/0.54/0.15)	

CMYK percentages

%0
%25.23
%53.67
%14.51

Codes

Color #DAA365 in popluar color models

DAA365
RGB218163101
HSL32°61.26%62.55%
HSB/HSV32°53.67%85.49%
CMYK0.00%25.23%53.67%
14.51%

Color #DAA365 in popluar number systems.

HEXDAA365
Decimal218163101
Binary11011010101000111100101
Octal332243145

Shades and tints

Shades of #DAA365

#DAA365
(218,163,101)
#C7955C
(199,149,92)
#B48753
(180,135,83)
#A1794A
(161,121,74)
#8E6B41
(142,107,65)
#7B5D38
(123,93,56)
#684F2F
(104,79,47)
#554126
(85,65,38)
#42331D
(66,51,29)
#2F2514
(47,37,20)
#1C170B
(28,23,11)
#000000
(0,0,0)

Tints of #DAA365

#DAA365
(218,163,101)
#DDAB73
(221,171,115)
#E0B381
(224,179,129)
#E3BB8F
(227,187,143)
#E6C39D
(230,195,157)
#E9CBAB
(233,203,171)
#ECD3B9
(236,211,185)
#EFDBC7
(239,219,199)
#F2E3D5
(242,227,213)
#F5EBE3
(245,235,227)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA365 color. Also use rgb(218,163,101) instead hex code.

Text Font Color

.myTextColor { color: #DAA365; }

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

This text font color is #DAA365.


Background Color

.myBgColor { background-color: #DAA365; }

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

This div background color is #DAA365.


Border color

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

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

This div border color is #DAA365.


Opacity

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

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

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

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

This text has shadow with #DAA365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA365 on black background.


Color preview on white background

This text has color #DAA365 on white background.



Black color preview on #DAA365 background

This text has black color on #DAA365 background.


White color preview on #DAA365 background

This text has white color on #DAA365 background.