COLOR #DAAD60

HEX: #DAAD60 RGB: (218,173,96)

Color info

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

RGB color model

#DAAD60 color RGB value is (218,173,96).

RGB: (218,173,96) (85%, 68%, 38%)

RGB channels and saturation

R 218 of 255 = 85%
G 173 of 255 = 68%
B 96 of 255 = 38%

218
173
96

R + G + B ~ 64%. #DAAD60 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 173 + 96 = 487 (100%)
R 218 of 487 ~ 44.76%
G 173 of 487 ~ 35.52%
B 96 of 487 ~ 19.71'%

%44.76
%35.52
%19.71

CMYK color model

#DAAD60 color CMYK value is (0,21,56,15).

  • cyan value is 0.00%
  • magenta value is 20.64%
  • yellow value is 55.96%
  • key color value is 14.51%

CMYK: (0,21,56,15)
C0M21Y56K15 (0%, 21%, 56%, 15%)
(0.00 / 0.21 / 0.56 / 0.15)

CMYK percentages

%0
%20.64
%55.96
%14.51

Codes

Color #DAAD60 in popluar color models

DA AD 60
RGB 218 173 96
HSL 38° 62.24% 61.57%
HSB/HSV 38° 55.96% 85.49%
CMYK 0.00% 20.64% 55.96%
14.51%

Color #DAAD60 in popluar number systems.

HEX DA AD 60
Decimal 218 173 96
Binary 11011010 10101101 1100000
Octal 332 255 140

Shades and tints

Shades of #DAAD60

#DAAD60
(218,173,96)
#C79E58
(199,158,88)
#B48F50
(180,143,80)
#A18048
(161,128,72)
#8E7140
(142,113,64)
#7B6238
(123,98,56)
#685330
(104,83,48)
#554428
(85,68,40)
#423520
(66,53,32)
#2F2618
(47,38,24)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #DAAD60

#DAAD60
(218,173,96)
#DDB46E
(221,180,110)
#E0BB7C
(224,187,124)
#E3C28A
(227,194,138)
#E6C998
(230,201,152)
#E9D0A6
(233,208,166)
#ECD7B4
(236,215,180)
#EFDEC2
(239,222,194)
#F2E5D0
(242,229,208)
#F5ECDE
(245,236,222)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAD60 color. Also use rgb(218,173,96) instead hex code.

Text Font Color

.myTextColor { color: #DAAD60; }

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

This text font color is #DAAD60.

Background Color

.myBgColor { background-color: #DAAD60; }

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

This div background color is #DAAD60.

Border color

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

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

This div border color is #DAAD60.

Opacity

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

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

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

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

This text has shadow with #DAAD60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAD60.

Preview

Color preview on black background

This text has color #DAAD60 on black background.


Color preview on white background

This text has color #DAAD60 on white background.


Black color preview on #DAAD60 background

This text has black color on #DAAD60 background.


White color preview on #DAAD60 background

This text has white color on #DAAD60 background.


Related colors

Complementary color

Complementary color for #hex is #25529F.


I love getcolorcode.com

Triadic colors

1 #60DAAD and #AD60DA with #DAAD60 are triadic colors.

2 #60ADDA and #ADDA60 with #DAAD60 are triadic colors.