COLOR #DAAC4A

HEX: #DAAC4A
RGB: (218,172,74)

Color info

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

RGB color model

#DAAC4A color RGB value is (218,172,74).

  • red value is 218;
  • green value is 172;
  • blue value is 74.
RGB:
(218,172,74)
(85%,67%,29%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 74 of 255 = 29%

218
172
74

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

Portions of RGB colors in percentages

R + G + B =
218 + 172 + 74 = 464 (100%)
R 218 of 464 ~ 46.98%
G 172 of 464 ~ 37.07%
B 74 of 464 ~ 15.95%

%46.98
%37.07
%15.95

CMYK color model

#DAAC4A color CMYK value is (0,21,66,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 66.06%
  • key color value is 14.51%
CMYK:
(0,21,66,15)
C0M21Y66K15 
(0%,21%,66%,15%)
(0.00/0.21/0.66/0.15)	

CMYK percentages

%0
%21.1
%66.06
%14.51

Codes

Color #DAAC4A in popluar color models

DAAC4A
RGB21817274
HSL41°66.06%57.25%
HSB/HSV41°66.06%85.49%
CMYK0.00%21.10%66.06%
14.51%

Color #DAAC4A in popluar number systems.

HEXDAAC4A
Decimal21817274
Binary11011010101011001001010
Octal332254112

Shades and tints

Shades of #DAAC4A

#DAAC4A
(218,172,74)
#C79D44
(199,157,68)
#B48E3E
(180,142,62)
#A17F38
(161,127,56)
#8E7032
(142,112,50)
#7B612C
(123,97,44)
#685226
(104,82,38)
#554320
(85,67,32)
#42341A
(66,52,26)
#2F2514
(47,37,20)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #DAAC4A

#DAAC4A
(218,172,74)
#DDB35A
(221,179,90)
#E0BA6A
(224,186,106)
#E3C17A
(227,193,122)
#E6C88A
(230,200,138)
#E9CF9A
(233,207,154)
#ECD6AA
(236,214,170)
#EFDDBA
(239,221,186)
#F2E4CA
(242,228,202)
#F5EBDA
(245,235,218)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAC4A color. Also use rgb(218,172,74) instead hex code.

Text Font Color

.myTextColor { color: #DAAC4A; }

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

This text font color is #DAAC4A.


Background Color

.myBgColor { background-color: #DAAC4A; }

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

This div background color is #DAAC4A.


Border color

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

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

This div border color is #DAAC4A.


Opacity

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

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

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

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

This text has shadow with #DAAC4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAC4A on black background.


Color preview on white background

This text has color #DAAC4A on white background.



Black color preview on #DAAC4A background

This text has black color on #DAAC4A background.


White color preview on #DAAC4A background

This text has white color on #DAAC4A background.