COLOR #DAA05A

HEX: #DAA05A RGB: (218,160,90)

Color info

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

RGB color model

#DAA05A color RGB value is (218,160,90).

RGB: (218,160,90) (85%, 63%, 35%)

RGB channels and saturation

R 218 of 255 = 85%
G 160 of 255 = 63%
B 90 of 255 = 35%

218
160
90

R + G + B ~ 61%. #DAA05A is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 160 + 90 = 468 (100%)
R 218 of 468 ~ 46.58%
G 160 of 468 ~ 34.19%
B 90 of 468 ~ 19.23'%

%46.58
%34.19
%19.23

CMYK color model

#DAA05A color CMYK value is (0,27,59,15).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 58.72%
  • key color value is 14.51%

CMYK: (0,27,59,15)
C0M27Y59K15 (0%, 27%, 59%, 15%)
(0.00 / 0.27 / 0.59 / 0.15)

CMYK percentages

%0
%26.61
%58.72
%14.51

Codes

Color #DAA05A in popluar color models

DA A0 5A
RGB 218 160 90
HSL 33° 63.37% 60.39%
HSB/HSV 33° 58.72% 85.49%
CMYK 0.00% 26.61% 58.72%
14.51%

Color #DAA05A in popluar number systems.

HEX DA A0 5A
Decimal 218 160 90
Binary 11011010 10100000 1011010
Octal 332 240 132

Shades and tints

Shades of #DAA05A

#DAA05A
(218,160,90)
#C79252
(199,146,82)
#B4844A
(180,132,74)
#A17642
(161,118,66)
#8E683A
(142,104,58)
#7B5A32
(123,90,50)
#684C2A
(104,76,42)
#553E22
(85,62,34)
#42301A
(66,48,26)
#2F2212
(47,34,18)
#1C140A
(28,20,10)
#000000
(0,0,0)

Tints of #DAA05A

#DAA05A
(218,160,90)
#DDA869
(221,168,105)
#E0B078
(224,176,120)
#E3B887
(227,184,135)
#E6C096
(230,192,150)
#E9C8A5
(233,200,165)
#ECD0B4
(236,208,180)
#EFD8C3
(239,216,195)
#F2E0D2
(242,224,210)
#F5E8E1
(245,232,225)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA05A color. Also use rgb(218,160,90) instead hex code.

Text Font Color

.myTextColor { color: #DAA05A; }

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

This text font color is #DAA05A.

Background Color

.myBgColor { background-color: #DAA05A; }

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

This div background color is #DAA05A.

Border color

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

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

This div border color is #DAA05A.

Opacity

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

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

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

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

This text has shadow with #DAA05A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA05A.

Preview

Color preview on black background

This text has color #DAA05A on black background.


Color preview on white background

This text has color #DAA05A on white background.


Black color preview on #DAA05A background

This text has black color on #DAA05A background.


White color preview on #DAA05A background

This text has white color on #DAA05A background.


Related colors

Complementary color

Complementary color for #hex is #255FA5.


I love getcolorcode.com

Triadic colors

1 #5ADAA0 and #A05ADA with #DAA05A are triadic colors.

2 #5AA0DA and #A0DA5A with #DAA05A are triadic colors.