COLOR #DAA732

HEX: #DAA732 RGB: (218,167,50)

Color info

#DAA732 contains mainly red and green colors. Web safe color of #DAA732 is #CC9933 (or #C93).

RGB color model

#DAA732 color RGB value is (218,167,50).

RGB: (218,167,50) (85%, 65%, 20%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 50 of 255 = 20%

218
167
50

R + G + B ~ 57%. #DAA732 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 218 + 167 + 50 = 435 (100%)
R 218 of 435 ~ 50.11%
G 167 of 435 ~ 38.39%
B 50 of 435 ~ 11.49'%

%50.11
%38.39
%11.49

CMYK color model

#DAA732 color CMYK value is (0,23,77,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 77.06%
  • key color value is 14.51%
CMYK: (0,23,77,15) C0M23Y77K15 (0%,23%,77%,15%) (0.00/0.23/0.77/0.15) 

CMYK percentages

%0
%23.39
%77.06
%14.51

Codes

Color #DAA732 in popluar color models

DA A7 32
RGB 218 167 50
HSL 42° 69.42% 52.55%
HSB/HSV 42° 77.06% 85.49%
CMYK 0.00% 23.39% 77.06%
14.51%

Color #DAA732 in popluar number systems.

HEX DA A7 32
Decimal 218 167 50
Binary 11011010 10100111 110010
Octal 332 247 62

Shades and tints

Shades of #DAA732

#DAA732
(218,167,50)
#C7982E
(199,152,46)
#B4892A
(180,137,42)
#A17A26
(161,122,38)
#8E6B22
(142,107,34)
#7B5C1E
(123,92,30)
#684D1A
(104,77,26)
#553E16
(85,62,22)
#422F12
(66,47,18)
#2F200E
(47,32,14)
#1C110A
(28,17,10)
#000000
(0,0,0)

Tints of #DAA732

#DAA732
(218,167,50)
#DDAF44
(221,175,68)
#E0B756
(224,183,86)
#E3BF68
(227,191,104)
#E6C77A
(230,199,122)
#E9CF8C
(233,207,140)
#ECD79E
(236,215,158)
#EFDFB0
(239,223,176)
#F2E7C2
(242,231,194)
#F5EFD4
(245,239,212)
#F8F7E6
(248,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA732 color. Also use rgb(218,167,50) instead hex code.

Text Font Color

.myTextColor { color: #DAA732; }

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

This text font color is #DAA732.

Background Color

.myBgColor { background-color: #DAA732; }

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

This div background color is #DAA732.

Border color

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

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

This div border color is #DAA732.

Opacity

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

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

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

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

This text has shadow with #DAA732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA732.

Preview

Color preview on black background

This text has color #DAA732 on black background.


Color preview on white background

This text has color #DAA732 on white background.


Black color preview on #DAA732 background

This text has black color on #DAA732 background.


White color preview on #DAA732 background

This text has white color on #DAA732 background.


Related colors

Complementary color

Complementary color for #hex is #2558CD.


I love getcolorcode.com

Triadic colors

1 #32DAA7 and #A732DA with #DAA732 are triadic colors.

2 #32A7DA and #A7DA32 with #DAA732 are triadic colors.