COLOR #DAB588

HEX: #DAB588 RGB: (218,181,136)

Color info

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

RGB color model

#DAB588 color RGB value is (218,181,136).

RGB: (218,181,136) (85%, 71%, 53%)

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 136 of 255 = 53%

218
181
136

R + G + B ~ 70%. #DAB588 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 181 + 136 = 535 (100%)
R 218 of 535 ~ 40.75%
G 181 of 535 ~ 33.83%
B 136 of 535 ~ 25.42'%

%40.75
%33.83
%25.42

CMYK color model

#DAB588 color CMYK value is (0,17,38,15).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 37.61%
  • key color value is 14.51%

CMYK: (0,17,38,15)
C0M17Y38K15 (0%, 17%, 38%, 15%)
(0.00 / 0.17 / 0.38 / 0.15)

CMYK percentages

%0
%16.97
%37.61
%14.51

Codes

Color #DAB588 in popluar color models

DA B5 88
RGB 218 181 136
HSL 33° 52.56% 69.41%
HSB/HSV 33° 37.61% 85.49%
CMYK 0.00% 16.97% 37.61%
14.51%

Color #DAB588 in popluar number systems.

HEX DA B5 88
Decimal 218 181 136
Binary 11011010 10110101 10001000
Octal 332 265 210

Shades and tints

Shades of #DAB588

#DAB588
(218,181,136)
#C7A57C
(199,165,124)
#B49570
(180,149,112)
#A18564
(161,133,100)
#8E7558
(142,117,88)
#7B654C
(123,101,76)
#685540
(104,85,64)
#554534
(85,69,52)
#423528
(66,53,40)
#2F251C
(47,37,28)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #DAB588

#DAB588
(218,181,136)
#DDBB92
(221,187,146)
#E0C19C
(224,193,156)
#E3C7A6
(227,199,166)
#E6CDB0
(230,205,176)
#E9D3BA
(233,211,186)
#ECD9C4
(236,217,196)
#EFDFCE
(239,223,206)
#F2E5D8
(242,229,216)
#F5EBE2
(245,235,226)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB588 color. Also use rgb(218,181,136) instead hex code.

Text Font Color

.myTextColor { color: #DAB588; }

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

This text font color is #DAB588.

Background Color

.myBgColor { background-color: #DAB588; }

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

This div background color is #DAB588.

Border color

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

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

This div border color is #DAB588.

Opacity

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

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

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

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

This text has shadow with #DAB588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB588.

Preview

Color preview on black background

This text has color #DAB588 on black background.


Color preview on white background

This text has color #DAB588 on white background.


Black color preview on #DAB588 background

This text has black color on #DAB588 background.


White color preview on #DAB588 background

This text has white color on #DAB588 background.


Related colors

Complementary color

Complementary color for #hex is #254A77.


I love getcolorcode.com

Triadic colors

1 #88DAB5 and #B588DA with #DAB588 are triadic colors.

2 #88B5DA and #B5DA88 with #DAB588 are triadic colors.