COLOR #DAA58D

HEX: #DAA58D RGB: (218,165,141)

Color info

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

RGB color model

#DAA58D color RGB value is (218,165,141).

RGB: (218,165,141) (85%, 65%, 55%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 141 of 255 = 55%

218
165
141

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

Portions of RGB colors in percentages

R + G + B = 218 + 165 + 141 = 524 (100%)
R 218 of 524 ~ 41.6%
G 165 of 524 ~ 31.49%
B 141 of 524 ~ 26.91'%

%41.6
%31.49
%26.91

CMYK color model

#DAA58D color CMYK value is (0,24,35,15).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 35.32%
  • key color value is 14.51%

CMYK: (0,24,35,15)
C0M24Y35K15 (0%, 24%, 35%, 15%)
(0.00 / 0.24 / 0.35 / 0.15)

CMYK percentages

%0
%24.31
%35.32
%14.51

Codes

Color #DAA58D in popluar color models

DA A5 8D
RGB 218 165 141
HSL 19° 50.99% 70.39%
HSB/HSV 19° 35.32% 85.49%
CMYK 0.00% 24.31% 35.32%
14.51%

Color #DAA58D in popluar number systems.

HEX DA A5 8D
Decimal 218 165 141
Binary 11011010 10100101 10001101
Octal 332 245 215

Shades and tints

Shades of #DAA58D

#DAA58D
(218,165,141)
#C79681
(199,150,129)
#B48775
(180,135,117)
#A17869
(161,120,105)
#8E695D
(142,105,93)
#7B5A51
(123,90,81)
#684B45
(104,75,69)
#553C39
(85,60,57)
#422D2D
(66,45,45)
#2F1E21
(47,30,33)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #DAA58D

#DAA58D
(218,165,141)
#DDAD97
(221,173,151)
#E0B5A1
(224,181,161)
#E3BDAB
(227,189,171)
#E6C5B5
(230,197,181)
#E9CDBF
(233,205,191)
#ECD5C9
(236,213,201)
#EFDDD3
(239,221,211)
#F2E5DD
(242,229,221)
#F5EDE7
(245,237,231)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA58D color. Also use rgb(218,165,141) instead hex code.

Text Font Color

.myTextColor { color: #DAA58D; }

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

This text font color is #DAA58D.

Background Color

.myBgColor { background-color: #DAA58D; }

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

This div background color is #DAA58D.

Border color

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

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

This div border color is #DAA58D.

Opacity

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

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

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

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

This text has shadow with #DAA58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA58D.

Preview

Color preview on black background

This text has color #DAA58D on black background.


Color preview on white background

This text has color #DAA58D on white background.


Black color preview on #DAA58D background

This text has black color on #DAA58D background.


White color preview on #DAA58D background

This text has white color on #DAA58D background.


Related colors

Complementary color

Complementary color for #hex is #255A72.


I love getcolorcode.com

Triadic colors

1 #8DDAA5 and #A58DDA with #DAA58D are triadic colors.

2 #8DA5DA and #A5DA8D with #DAA58D are triadic colors.