COLOR #DAB16A

HEX: #DAB16A RGB: (218,177,106)

Color info

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

RGB color model

#DAB16A color RGB value is (218,177,106).

RGB: (218,177,106) (85%, 69%, 42%)

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 106 of 255 = 42%

218
177
106

R + G + B ~ 65%. #DAB16A is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 177 + 106 = 501 (100%)
R 218 of 501 ~ 43.51%
G 177 of 501 ~ 35.33%
B 106 of 501 ~ 21.16'%

%43.51
%35.33
%21.16

CMYK color model

#DAB16A color CMYK value is (0,19,51,15).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 51.38%
  • key color value is 14.51%

CMYK: (0,19,51,15)
C0M19Y51K15 (0%, 19%, 51%, 15%)
(0.00 / 0.19 / 0.51 / 0.15)

CMYK percentages

%0
%18.81
%51.38
%14.51

Codes

Color #DAB16A in popluar color models

DA B1 6A
RGB 218 177 106
HSL 38° 60.22% 63.53%
HSB/HSV 38° 51.38% 85.49%
CMYK 0.00% 18.81% 51.38%
14.51%

Color #DAB16A in popluar number systems.

HEX DA B1 6A
Decimal 218 177 106
Binary 11011010 10110001 1101010
Octal 332 261 152

Shades and tints

Shades of #DAB16A

#DAB16A
(218,177,106)
#C7A161
(199,161,97)
#B49158
(180,145,88)
#A1814F
(161,129,79)
#8E7146
(142,113,70)
#7B613D
(123,97,61)
#685134
(104,81,52)
#55412B
(85,65,43)
#423122
(66,49,34)
#2F2119
(47,33,25)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #DAB16A

#DAB16A
(218,177,106)
#DDB877
(221,184,119)
#E0BF84
(224,191,132)
#E3C691
(227,198,145)
#E6CD9E
(230,205,158)
#E9D4AB
(233,212,171)
#ECDBB8
(236,219,184)
#EFE2C5
(239,226,197)
#F2E9D2
(242,233,210)
#F5F0DF
(245,240,223)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB16A color. Also use rgb(218,177,106) instead hex code.

Text Font Color

.myTextColor { color: #DAB16A; }

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

This text font color is #DAB16A.

Background Color

.myBgColor { background-color: #DAB16A; }

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

This div background color is #DAB16A.

Border color

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

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

This div border color is #DAB16A.

Opacity

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

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

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

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

This text has shadow with #DAB16A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB16A.

Preview

Color preview on black background

This text has color #DAB16A on black background.


Color preview on white background

This text has color #DAB16A on white background.


Black color preview on #DAB16A background

This text has black color on #DAB16A background.


White color preview on #DAB16A background

This text has white color on #DAB16A background.


Related colors

Complementary color

Complementary color for #hex is #254E95.


I love getcolorcode.com

Triadic colors

1 #6ADAB1 and #B16ADA with #DAB16A are triadic colors.

2 #6AB1DA and #B1DA6A with #DAB16A are triadic colors.