COLOR #DAAB46

HEX: #DAAB46
RGB: (218,171,70)

Color info

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

RGB color model

#DAAB46 color RGB value is (218,171,70).

  • red value is 218;
  • green value is 171;
  • blue value is 70.
RGB:
(218,171,70)
(85%,67%,27%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 70 of 255 = 27%

218
171
70

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

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 70 = 459 (100%)
R 218 of 459 ~ 47.49%
G 171 of 459 ~ 37.25%
B 70 of 459 ~ 15.25%

%47.49
%37.25
%15.25

CMYK color model

#DAAB46 color CMYK value is (0,22,68,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 67.89%
  • key color value is 14.51%
CMYK:
(0,22,68,15)
C0M22Y68K15 
(0%,22%,68%,15%)
(0.00/0.22/0.68/0.15)	

CMYK percentages

%0
%21.56
%67.89
%14.51

Codes

Color #DAAB46 in popluar color models

DAAB46
RGB21817170
HSL41°66.67%56.47%
HSB/HSV41°67.89%85.49%
CMYK0.00%21.56%67.89%
14.51%

Color #DAAB46 in popluar number systems.

HEXDAAB46
Decimal21817170
Binary11011010101010111000110
Octal332253106

Shades and tints

Shades of #DAAB46

#DAAB46
(218,171,70)
#C79C40
(199,156,64)
#B48D3A
(180,141,58)
#A17E34
(161,126,52)
#8E6F2E
(142,111,46)
#7B6028
(123,96,40)
#685122
(104,81,34)
#55421C
(85,66,28)
#423316
(66,51,22)
#2F2410
(47,36,16)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #DAAB46

#DAAB46
(218,171,70)
#DDB256
(221,178,86)
#E0B966
(224,185,102)
#E3C076
(227,192,118)
#E6C786
(230,199,134)
#E9CE96
(233,206,150)
#ECD5A6
(236,213,166)
#EFDCB6
(239,220,182)
#F2E3C6
(242,227,198)
#F5EAD6
(245,234,214)
#F8F1E6
(248,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAB46 color. Also use rgb(218,171,70) instead hex code.

Text Font Color

.myTextColor { color: #DAAB46; }

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

This text font color is #DAAB46.


Background Color

.myBgColor { background-color: #DAAB46; }

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

This div background color is #DAAB46.


Border color

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

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

This div border color is #DAAB46.


Opacity

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

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

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

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

This text has shadow with #DAAB46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAB46 on black background.


Color preview on white background

This text has color #DAAB46 on white background.



Black color preview on #DAAB46 background

This text has black color on #DAAB46 background.


White color preview on #DAAB46 background

This text has white color on #DAAB46 background.