COLOR #DAB496

HEX: #DAB496 RGB: (218,180,150)

Color info

#DAB496 contains mainly red and green colors. Web safe color of #DAB496 is #CCCC99 (or #CC9).

RGB color model

#DAB496 color RGB value is (218,180,150).

RGB: (218,180,150) (85%, 71%, 59%)

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 150 of 255 = 59%

218
180
150

R + G + B ~ 72%. #DAB496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 180 + 150 = 548 (100%)
R 218 of 548 ~ 39.78%
G 180 of 548 ~ 32.85%
B 150 of 548 ~ 27.37'%

%39.78
%32.85
%27.37

CMYK color model

#DAB496 color CMYK value is (0,17,31,15).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 31.19%
  • key color value is 14.51%

CMYK: (0,17,31,15)
C0M17Y31K15 (0%, 17%, 31%, 15%)
(0.00 / 0.17 / 0.31 / 0.15)

CMYK percentages

%0
%17.43
%31.19
%14.51

Codes

Color #DAB496 in popluar color models

DA B4 96
RGB 218 180 150
HSL 26° 47.89% 72.16%
HSB/HSV 26° 31.19% 85.49%
CMYK 0.00% 17.43% 31.19%
14.51%

Color #DAB496 in popluar number systems.

HEX DA B4 96
Decimal 218 180 150
Binary 11011010 10110100 10010110
Octal 332 264 226

Shades and tints

Shades of #DAB496

#DAB496
(218,180,150)
#C7A489
(199,164,137)
#B4947C
(180,148,124)
#A1846F
(161,132,111)
#8E7462
(142,116,98)
#7B6455
(123,100,85)
#685448
(104,84,72)
#55443B
(85,68,59)
#42342E
(66,52,46)
#2F2421
(47,36,33)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #DAB496

#DAB496
(218,180,150)
#DDBA9F
(221,186,159)
#E0C0A8
(224,192,168)
#E3C6B1
(227,198,177)
#E6CCBA
(230,204,186)
#E9D2C3
(233,210,195)
#ECD8CC
(236,216,204)
#EFDED5
(239,222,213)
#F2E4DE
(242,228,222)
#F5EAE7
(245,234,231)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB496 color. Also use rgb(218,180,150) instead hex code.

Text Font Color

.myTextColor { color: #DAB496; }

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

This text font color is #DAB496.

Background Color

.myBgColor { background-color: #DAB496; }

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

This div background color is #DAB496.

Border color

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

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

This div border color is #DAB496.

Opacity

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

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

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

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

This text has shadow with #DAB496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB496.

Preview

Color preview on black background

This text has color #DAB496 on black background.


Color preview on white background

This text has color #DAB496 on white background.


Black color preview on #DAB496 background

This text has black color on #DAB496 background.


White color preview on #DAB496 background

This text has white color on #DAB496 background.


Related colors

Complementary color

Complementary color for #hex is #254B69.


I love getcolorcode.com

Triadic colors

1 #96DAB4 and #B496DA with #DAB496 are triadic colors.

2 #96B4DA and #B4DA96 with #DAB496 are triadic colors.