COLOR #DACC88

HEX: #DACC88
RGB: (218,204,136)

Color info

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

RGB color model

#DACC88 color RGB value is (218,204,136).

  • red value is 218;
  • green value is 204;
  • blue value is 136.
RGB:
(218,204,136)
(85%,80%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 136 of 255 = 53%

218
204
136

R + G + B ~ 73%. #DACC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 136 = 558 (100%)
R 218 of 558 ~ 39.07%
G 204 of 558 ~ 36.56%
B 136 of 558 ~ 24.37%

%39.07
%36.56
%24.37

CMYK color model

#DACC88 color CMYK value is (0,6,38,15).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 37.61%
  • key color value is 14.51%
CMYK:
(0,6,38,15)
C0M6Y38K15 
(0%,6%,38%,15%)
(0.00/0.06/0.38/0.15)	

CMYK percentages

%0
%6.42
%37.61
%14.51

Codes

Color #DACC88 in popluar color models

DACC88
RGB218204136
HSL50°52.56%69.41%
HSB/HSV50°37.61%85.49%
CMYK0.00%6.42%37.61%
14.51%

Color #DACC88 in popluar number systems.

HEXDACC88
Decimal218204136
Binary110110101100110010001000
Octal332314210

Shades and tints

Shades of #DACC88

#DACC88
(218,204,136)
#C7BA7C
(199,186,124)
#B4A870
(180,168,112)
#A19664
(161,150,100)
#8E8458
(142,132,88)
#7B724C
(123,114,76)
#686040
(104,96,64)
#554E34
(85,78,52)
#423C28
(66,60,40)
#2F2A1C
(47,42,28)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #DACC88

#DACC88
(218,204,136)
#DDD092
(221,208,146)
#E0D49C
(224,212,156)
#E3D8A6
(227,216,166)
#E6DCB0
(230,220,176)
#E9E0BA
(233,224,186)
#ECE4C4
(236,228,196)
#EFE8CE
(239,232,206)
#F2ECD8
(242,236,216)
#F5F0E2
(245,240,226)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACC88 color. Also use rgb(218,204,136) instead hex code.

Text Font Color

.myTextColor { color: #DACC88; }

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

This text font color is #DACC88.


Background Color

.myBgColor { background-color: #DACC88; }

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

This div background color is #DACC88.


Border color

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

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

This div border color is #DACC88.


Opacity

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

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

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

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

This text has shadow with #DACC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACC88 on black background.


Color preview on white background

This text has color #DACC88 on white background.



Black color preview on #DACC88 background

This text has black color on #DACC88 background.


White color preview on #DACC88 background

This text has white color on #DACC88 background.