COLOR #DAB880

HEX: #DAB880
RGB: (218,184,128)

Color info

#DAB880 contains mainly red and green colors. Web safe color of #DAB880 is #CCCC66 (or #CC6).

RGB color model

#DAB880 color RGB value is (218,184,128).

  • red value is 218;
  • green value is 184;
  • blue value is 128.
RGB:
(218,184,128)
(85%,72%,50%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 128 of 255 = 50%

218
184
128

R + G + B ~ 69%. #DAB880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 128 = 530 (100%)
R 218 of 530 ~ 41.13%
G 184 of 530 ~ 34.72%
B 128 of 530 ~ 24.15%

%41.13
%34.72
%24.15

CMYK color model

#DAB880 color CMYK value is (0,16,41,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 41.28%
  • key color value is 14.51%
CMYK:
(0,16,41,15)
C0M16Y41K15 
(0%,16%,41%,15%)
(0.00/0.16/0.41/0.15)	

CMYK percentages

%0
%15.6
%41.28
%14.51

Codes

Color #DAB880 in popluar color models

DAB880
RGB218184128
HSL37°54.88%67.84%
HSB/HSV37°41.28%85.49%
CMYK0.00%15.60%41.28%
14.51%

Color #DAB880 in popluar number systems.

HEXDAB880
Decimal218184128
Binary110110101011100010000000
Octal332270200

Shades and tints

Shades of #DAB880

#DAB880
(218,184,128)
#C7A875
(199,168,117)
#B4986A
(180,152,106)
#A1885F
(161,136,95)
#8E7854
(142,120,84)
#7B6849
(123,104,73)
#68583E
(104,88,62)
#554833
(85,72,51)
#423828
(66,56,40)
#2F281D
(47,40,29)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAB880

#DAB880
(218,184,128)
#DDBE8B
(221,190,139)
#E0C496
(224,196,150)
#E3CAA1
(227,202,161)
#E6D0AC
(230,208,172)
#E9D6B7
(233,214,183)
#ECDCC2
(236,220,194)
#EFE2CD
(239,226,205)
#F2E8D8
(242,232,216)
#F5EEE3
(245,238,227)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB880 color. Also use rgb(218,184,128) instead hex code.

Text Font Color

.myTextColor { color: #DAB880; }

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

This text font color is #DAB880.


Background Color

.myBgColor { background-color: #DAB880; }

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

This div background color is #DAB880.


Border color

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

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

This div border color is #DAB880.


Opacity

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

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

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

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

This text has shadow with #DAB880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB880 on black background.


Color preview on white background

This text has color #DAB880 on white background.



Black color preview on #DAB880 background

This text has black color on #DAB880 background.


White color preview on #DAB880 background

This text has white color on #DAB880 background.