COLOR #DAAE61

HEX: #DAAE61 RGB: (218,174,97)

Color info

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

RGB color model

#DAAE61 color RGB value is (218,174,97).

RGB: (218,174,97) (85%, 68%, 38%)

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 97 of 255 = 38%

218
174
97

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

Portions of RGB colors in percentages

R + G + B = 218 + 174 + 97 = 489 (100%)
R 218 of 489 ~ 44.58%
G 174 of 489 ~ 35.58%
B 97 of 489 ~ 19.84'%

%44.58
%35.58
%19.84

CMYK color model

#DAAE61 color CMYK value is (0,20,56,15).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 55.50%
  • key color value is 14.51%

CMYK: (0,20,56,15)
C0M20Y56K15 (0%, 20%, 56%, 15%)
(0.00 / 0.20 / 0.56 / 0.15)

CMYK percentages

%0
%20.18
%55.5
%14.51

Codes

Color #DAAE61 in popluar color models

DA AE 61
RGB 218 174 97
HSL 38° 62.05% 61.76%
HSB/HSV 38° 55.50% 85.49%
CMYK 0.00% 20.18% 55.50%
14.51%

Color #DAAE61 in popluar number systems.

HEX DA AE 61
Decimal 218 174 97
Binary 11011010 10101110 1100001
Octal 332 256 141

Shades and tints

Shades of #DAAE61

#DAAE61
(218,174,97)
#C79F59
(199,159,89)
#B49051
(180,144,81)
#A18149
(161,129,73)
#8E7241
(142,114,65)
#7B6339
(123,99,57)
#685431
(104,84,49)
#554529
(85,69,41)
#423621
(66,54,33)
#2F2719
(47,39,25)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #DAAE61

#DAAE61
(218,174,97)
#DDB56F
(221,181,111)
#E0BC7D
(224,188,125)
#E3C38B
(227,195,139)
#E6CA99
(230,202,153)
#E9D1A7
(233,209,167)
#ECD8B5
(236,216,181)
#EFDFC3
(239,223,195)
#F2E6D1
(242,230,209)
#F5EDDF
(245,237,223)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAE61 color. Also use rgb(218,174,97) instead hex code.

Text Font Color

.myTextColor { color: #DAAE61; }

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

This text font color is #DAAE61.

Background Color

.myBgColor { background-color: #DAAE61; }

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

This div background color is #DAAE61.

Border color

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

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

This div border color is #DAAE61.

Opacity

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

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

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

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

This text has shadow with #DAAE61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAE61.

Preview

Color preview on black background

This text has color #DAAE61 on black background.


Color preview on white background

This text has color #DAAE61 on white background.


Black color preview on #DAAE61 background

This text has black color on #DAAE61 background.


White color preview on #DAAE61 background

This text has white color on #DAAE61 background.


Related colors

Complementary color

Complementary color for #hex is #25519E.


I love getcolorcode.com

Triadic colors

1 #61DAAE and #AE61DA with #DAAE61 are triadic colors.

2 #61AEDA and #AEDA61 with #DAAE61 are triadic colors.