COLOR #DAB794

HEX: #DAB794 RGB: (218,183,148)

Color info

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

RGB color model

#DAB794 color RGB value is (218,183,148).

RGB: (218,183,148) (85%, 72%, 58%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 148 of 255 = 58%

218
183
148

R + G + B ~ 72%. #DAB794 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 183 + 148 = 549 (100%)
R 218 of 549 ~ 39.71%
G 183 of 549 ~ 33.33%
B 148 of 549 ~ 26.96'%

%39.71
%33.33
%26.96

CMYK color model

#DAB794 color CMYK value is (0,16,32,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 32.11%
  • key color value is 14.51%
CMYK: (0,16,32,15) C0M16Y32K15 (0%,16%,32%,15%) (0.00/0.16/0.32/0.15) 

CMYK percentages

%0
%16.06
%32.11
%14.51

Codes

Color #DAB794 in popluar color models

DA B7 94
RGB 218 183 148
HSL 30° 48.61% 71.76%
HSB/HSV 30° 32.11% 85.49%
CMYK 0.00% 16.06% 32.11%
14.51%

Color #DAB794 in popluar number systems.

HEX DA B7 94
Decimal 218 183 148
Binary 11011010 10110111 10010100
Octal 332 267 224

Shades and tints

Shades of #DAB794

#DAB794
(218,183,148)
#C7A787
(199,167,135)
#B4977A
(180,151,122)
#A1876D
(161,135,109)
#8E7760
(142,119,96)
#7B6753
(123,103,83)
#685746
(104,87,70)
#554739
(85,71,57)
#42372C
(66,55,44)
#2F271F
(47,39,31)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #DAB794

#DAB794
(218,183,148)
#DDBD9D
(221,189,157)
#E0C3A6
(224,195,166)
#E3C9AF
(227,201,175)
#E6CFB8
(230,207,184)
#E9D5C1
(233,213,193)
#ECDBCA
(236,219,202)
#EFE1D3
(239,225,211)
#F2E7DC
(242,231,220)
#F5EDE5
(245,237,229)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB794; }

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

This text font color is #DAB794.

Background Color

.myBgColor { background-color: #DAB794; }

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

This div background color is #DAB794.

Border color

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

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

This div border color is #DAB794.

Opacity

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

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

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

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

This text has shadow with #DAB794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB794.

Preview

Color preview on black background

This text has color #DAB794 on black background.


Color preview on white background

This text has color #DAB794 on white background.


Black color preview on #DAB794 background

This text has black color on #DAB794 background.


White color preview on #DAB794 background

This text has white color on #DAB794 background.


Related colors

Complementary color

Complementary color for #hex is #25486B.


I love getcolorcode.com

Triadic colors

1 #94DAB7 and #B794DA with #DAB794 are triadic colors.

2 #94B7DA and #B7DA94 with #DAB794 are triadic colors.