COLOR #DAB580

HEX: #DAB580
RGB: (218,181,128)

Color info

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

RGB color model

#DAB580 color RGB value is (218,181,128).

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

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 128 of 255 = 50%

218
181
128

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

Portions of RGB colors in percentages

R + G + B =
218 + 181 + 128 = 527 (100%)
R 218 of 527 ~ 41.37%
G 181 of 527 ~ 34.35%
B 128 of 527 ~ 24.29%

%41.37
%34.35
%24.29

CMYK color model

#DAB580 color CMYK value is (0,17,41,15).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 41.28%
  • key color value is 14.51%
CMYK:
(0,17,41,15)
C0M17Y41K15 
(0%,17%,41%,15%)
(0.00/0.17/0.41/0.15)	

CMYK percentages

%0
%16.97
%41.28
%14.51

Codes

Color #DAB580 in popluar color models

DAB580
RGB218181128
HSL35°54.88%67.84%
HSB/HSV35°41.28%85.49%
CMYK0.00%16.97%41.28%
14.51%

Color #DAB580 in popluar number systems.

HEXDAB580
Decimal218181128
Binary110110101011010110000000
Octal332265200

Shades and tints

Shades of #DAB580

#DAB580
(218,181,128)
#C7A575
(199,165,117)
#B4956A
(180,149,106)
#A1855F
(161,133,95)
#8E7554
(142,117,84)
#7B6549
(123,101,73)
#68553E
(104,85,62)
#554533
(85,69,51)
#423528
(66,53,40)
#2F251D
(47,37,29)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #DAB580

#DAB580
(218,181,128)
#DDBB8B
(221,187,139)
#E0C196
(224,193,150)
#E3C7A1
(227,199,161)
#E6CDAC
(230,205,172)
#E9D3B7
(233,211,183)
#ECD9C2
(236,217,194)
#EFDFCD
(239,223,205)
#F2E5D8
(242,229,216)
#F5EBE3
(245,235,227)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB580; }

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

This text font color is #DAB580.


Background Color

.myBgColor { background-color: #DAB580; }

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

This div background color is #DAB580.


Border color

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

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

This div border color is #DAB580.


Opacity

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

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

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

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

This text has shadow with #DAB580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB580 on black background.


Color preview on white background

This text has color #DAB580 on white background.



Black color preview on #DAB580 background

This text has black color on #DAB580 background.


White color preview on #DAB580 background

This text has white color on #DAB580 background.