COLOR #DAB761

HEX: #DAB761
RGB: (218,183,97)

Color info

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

RGB color model

#DAB761 color RGB value is (218,183,97).

  • red value is 218;
  • green value is 183;
  • blue value is 97.
RGB:
(218,183,97)
(85%,72%,38%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 97 of 255 = 38%

218
183
97

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 97 = 498 (100%)
R 218 of 498 ~ 43.78%
G 183 of 498 ~ 36.75%
B 97 of 498 ~ 19.48%

%43.78
%36.75
%19.48

CMYK color model

#DAB761 color CMYK value is (0,16,56,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 55.50%
  • key color value is 14.51%
CMYK:
(0,16,56,15)
C0M16Y56K15 
(0%,16%,56%,15%)
(0.00/0.16/0.56/0.15)	

CMYK percentages

%0
%16.06
%55.5
%14.51

Codes

Color #DAB761 in popluar color models

DAB761
RGB21818397
HSL43°62.05%61.76%
HSB/HSV43°55.50%85.49%
CMYK0.00%16.06%55.50%
14.51%

Color #DAB761 in popluar number systems.

HEXDAB761
Decimal21818397
Binary11011010101101111100001
Octal332267141

Shades and tints

Shades of #DAB761

#DAB761
(218,183,97)
#C7A759
(199,167,89)
#B49751
(180,151,81)
#A18749
(161,135,73)
#8E7741
(142,119,65)
#7B6739
(123,103,57)
#685731
(104,87,49)
#554729
(85,71,41)
#423721
(66,55,33)
#2F2719
(47,39,25)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #DAB761

#DAB761
(218,183,97)
#DDBD6F
(221,189,111)
#E0C37D
(224,195,125)
#E3C98B
(227,201,139)
#E6CF99
(230,207,153)
#E9D5A7
(233,213,167)
#ECDBB5
(236,219,181)
#EFE1C3
(239,225,195)
#F2E7D1
(242,231,209)
#F5EDDF
(245,237,223)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB761 color. Also use rgb(218,183,97) instead hex code.

Text Font Color

.myTextColor { color: #DAB761; }

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

This text font color is #DAB761.


Background Color

.myBgColor { background-color: #DAB761; }

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

This div background color is #DAB761.


Border color

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

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

This div border color is #DAB761.


Opacity

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

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

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

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

This text has shadow with #DAB761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB761 on black background.


Color preview on white background

This text has color #DAB761 on white background.



Black color preview on #DAB761 background

This text has black color on #DAB761 background.


White color preview on #DAB761 background

This text has white color on #DAB761 background.