COLOR #DACB73

HEX: #DACB73
RGB: (218,203,115)

Color info

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

RGB color model

#DACB73 color RGB value is (218,203,115).

  • red value is 218;
  • green value is 203;
  • blue value is 115.
RGB:
(218,203,115)
(85%,80%,45%)

RGB channels and saturation

R 218 of 255 = 85%
G 203 of 255 = 80%
B 115 of 255 = 45%

218
203
115

R + G + B ~ 70%. #DACB73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 203 + 115 = 536 (100%)
R 218 of 536 ~ 40.67%
G 203 of 536 ~ 37.87%
B 115 of 536 ~ 21.46%

%40.67
%37.87
%21.46

CMYK color model

#DACB73 color CMYK value is (0,7,47,15).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 47.25%
  • key color value is 14.51%
CMYK:
(0,7,47,15)
C0M7Y47K15 
(0%,7%,47%,15%)
(0.00/0.07/0.47/0.15)	

CMYK percentages

%0
%6.88
%47.25
%14.51

Codes

Color #DACB73 in popluar color models

DACB73
RGB218203115
HSL51°58.19%65.29%
HSB/HSV51°47.25%85.49%
CMYK0.00%6.88%47.25%
14.51%

Color #DACB73 in popluar number systems.

HEXDACB73
Decimal218203115
Binary11011010110010111110011
Octal332313163

Shades and tints

Shades of #DACB73

#DACB73
(218,203,115)
#C7B969
(199,185,105)
#B4A75F
(180,167,95)
#A19555
(161,149,85)
#8E834B
(142,131,75)
#7B7141
(123,113,65)
#685F37
(104,95,55)
#554D2D
(85,77,45)
#423B23
(66,59,35)
#2F2919
(47,41,25)
#1C170F
(28,23,15)
#000000
(0,0,0)

Tints of #DACB73

#DACB73
(218,203,115)
#DDCF7F
(221,207,127)
#E0D38B
(224,211,139)
#E3D797
(227,215,151)
#E6DBA3
(230,219,163)
#E9DFAF
(233,223,175)
#ECE3BB
(236,227,187)
#EFE7C7
(239,231,199)
#F2EBD3
(242,235,211)
#F5EFDF
(245,239,223)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACB73 color. Also use rgb(218,203,115) instead hex code.

Text Font Color

.myTextColor { color: #DACB73; }

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

This text font color is #DACB73.


Background Color

.myBgColor { background-color: #DACB73; }

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

This div background color is #DACB73.


Border color

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

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

This div border color is #DACB73.


Opacity

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

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

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

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

This text has shadow with #DACB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACB73 on black background.


Color preview on white background

This text has color #DACB73 on white background.



Black color preview on #DACB73 background

This text has black color on #DACB73 background.


White color preview on #DACB73 background

This text has white color on #DACB73 background.