COLOR #DAA853

HEX: #DAA853 RGB: (218,168,83)

Color info

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

RGB color model

#DAA853 color RGB value is (218,168,83).

RGB: (218,168,83) (85%, 66%, 33%)

RGB channels and saturation

R 218 of 255 = 85%
G 168 of 255 = 66%
B 83 of 255 = 33%

218
168
83

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

Portions of RGB colors in percentages

R + G + B = 218 + 168 + 83 = 469 (100%)
R 218 of 469 ~ 46.48%
G 168 of 469 ~ 35.82%
B 83 of 469 ~ 17.7'%

%46.48
%35.82
%17.7

CMYK color model

#DAA853 color CMYK value is (0,23,62,15).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 61.93%
  • key color value is 14.51%

CMYK: (0,23,62,15)
C0M23Y62K15 (0%, 23%, 62%, 15%)
(0.00 / 0.23 / 0.62 / 0.15)

CMYK percentages

%0
%22.94
%61.93
%14.51

Codes

Color #DAA853 in popluar color models

DA A8 53
RGB 218 168 83
HSL 38° 64.59% 59.02%
HSB/HSV 38° 61.93% 85.49%
CMYK 0.00% 22.94% 61.93%
14.51%

Color #DAA853 in popluar number systems.

HEX DA A8 53
Decimal 218 168 83
Binary 11011010 10101000 1010011
Octal 332 250 123

Shades and tints

Shades of #DAA853

#DAA853
(218,168,83)
#C7994C
(199,153,76)
#B48A45
(180,138,69)
#A17B3E
(161,123,62)
#8E6C37
(142,108,55)
#7B5D30
(123,93,48)
#684E29
(104,78,41)
#553F22
(85,63,34)
#42301B
(66,48,27)
#2F2114
(47,33,20)
#1C120D
(28,18,13)
#000000
(0,0,0)

Tints of #DAA853

#DAA853
(218,168,83)
#DDAF62
(221,175,98)
#E0B671
(224,182,113)
#E3BD80
(227,189,128)
#E6C48F
(230,196,143)
#E9CB9E
(233,203,158)
#ECD2AD
(236,210,173)
#EFD9BC
(239,217,188)
#F2E0CB
(242,224,203)
#F5E7DA
(245,231,218)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA853 color. Also use rgb(218,168,83) instead hex code.

Text Font Color

.myTextColor { color: #DAA853; }

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

This text font color is #DAA853.

Background Color

.myBgColor { background-color: #DAA853; }

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

This div background color is #DAA853.

Border color

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

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

This div border color is #DAA853.

Opacity

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

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

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

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

This text has shadow with #DAA853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA853.

Preview

Color preview on black background

This text has color #DAA853 on black background.


Color preview on white background

This text has color #DAA853 on white background.


Black color preview on #DAA853 background

This text has black color on #DAA853 background.


White color preview on #DAA853 background

This text has white color on #DAA853 background.


Related colors

Complementary color

Complementary color for #hex is #2557AC.


I love getcolorcode.com

Triadic colors

1 #53DAA8 and #A853DA with #DAA853 are triadic colors.

2 #53A8DA and #A8DA53 with #DAA853 are triadic colors.