COLOR #DAB77E

HEX: #DAB77E
RGB: (218,183,126)

Color info

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

RGB color model

#DAB77E color RGB value is (218,183,126).

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

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 126 of 255 = 49%

218
183
126

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 126 = 527 (100%)
R 218 of 527 ~ 41.37%
G 183 of 527 ~ 34.72%
B 126 of 527 ~ 23.91%

%41.37
%34.72
%23.91

CMYK color model

#DAB77E color CMYK value is (0,16,42,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 42.20%
  • key color value is 14.51%
CMYK:
(0,16,42,15)
C0M16Y42K15 
(0%,16%,42%,15%)
(0.00/0.16/0.42/0.15)	

CMYK percentages

%0
%16.06
%42.2
%14.51

Codes

Color #DAB77E in popluar color models

DAB77E
RGB218183126
HSL37°55.42%67.45%
HSB/HSV37°42.20%85.49%
CMYK0.00%16.06%42.20%
14.51%

Color #DAB77E in popluar number systems.

HEXDAB77E
Decimal218183126
Binary11011010101101111111110
Octal332267176

Shades and tints

Shades of #DAB77E

#DAB77E
(218,183,126)
#C7A773
(199,167,115)
#B49768
(180,151,104)
#A1875D
(161,135,93)
#8E7752
(142,119,82)
#7B6747
(123,103,71)
#68573C
(104,87,60)
#554731
(85,71,49)
#423726
(66,55,38)
#2F271B
(47,39,27)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #DAB77E

#DAB77E
(218,183,126)
#DDBD89
(221,189,137)
#E0C394
(224,195,148)
#E3C99F
(227,201,159)
#E6CFAA
(230,207,170)
#E9D5B5
(233,213,181)
#ECDBC0
(236,219,192)
#EFE1CB
(239,225,203)
#F2E7D6
(242,231,214)
#F5EDE1
(245,237,225)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB77E; }

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

This text font color is #DAB77E.


Background Color

.myBgColor { background-color: #DAB77E; }

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

This div background color is #DAB77E.


Border color

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

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

This div border color is #DAB77E.


Opacity

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

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

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

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

This text has shadow with #DAB77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB77E on black background.


Color preview on white background

This text has color #DAB77E on white background.



Black color preview on #DAB77E background

This text has black color on #DAB77E background.


White color preview on #DAB77E background

This text has white color on #DAB77E background.