COLOR #DACB5F

HEX: #DACB5F
RGB: (218,203,95)

Color info

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

RGB color model

#DACB5F color RGB value is (218,203,95).

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

RGB channels and saturation

R 218 of 255 = 85%
G 203 of 255 = 80%
B 95 of 255 = 37%

218
203
95

R + G + B ~ 67%. #DACB5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 203 + 95 = 516 (100%)
R 218 of 516 ~ 42.25%
G 203 of 516 ~ 39.34%
B 95 of 516 ~ 18.41%

%42.25
%39.34
%18.41

CMYK color model

#DACB5F color CMYK value is (0,7,56,15).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 56.42%
  • key color value is 14.51%
CMYK:
(0,7,56,15)
C0M7Y56K15 
(0%,7%,56%,15%)
(0.00/0.07/0.56/0.15)	

CMYK percentages

%0
%6.88
%56.42
%14.51

Codes

Color #DACB5F in popluar color models

DACB5F
RGB21820395
HSL53°62.44%61.37%
HSB/HSV53°56.42%85.49%
CMYK0.00%6.88%56.42%
14.51%

Color #DACB5F in popluar number systems.

HEXDACB5F
Decimal21820395
Binary11011010110010111011111
Octal332313137

Shades and tints

Shades of #DACB5F

#DACB5F
(218,203,95)
#C7B957
(199,185,87)
#B4A74F
(180,167,79)
#A19547
(161,149,71)
#8E833F
(142,131,63)
#7B7137
(123,113,55)
#685F2F
(104,95,47)
#554D27
(85,77,39)
#423B1F
(66,59,31)
#2F2917
(47,41,23)
#1C170F
(28,23,15)
#000000
(0,0,0)

Tints of #DACB5F

#DACB5F
(218,203,95)
#DDCF6D
(221,207,109)
#E0D37B
(224,211,123)
#E3D789
(227,215,137)
#E6DB97
(230,219,151)
#E9DFA5
(233,223,165)
#ECE3B3
(236,227,179)
#EFE7C1
(239,231,193)
#F2EBCF
(242,235,207)
#F5EFDD
(245,239,221)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACB5F; }

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

This text font color is #DACB5F.


Background Color

.myBgColor { background-color: #DACB5F; }

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

This div background color is #DACB5F.


Border color

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

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

This div border color is #DACB5F.


Opacity

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

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

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

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

This text has shadow with #DACB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACB5F on black background.


Color preview on white background

This text has color #DACB5F on white background.



Black color preview on #DACB5F background

This text has black color on #DACB5F background.


White color preview on #DACB5F background

This text has white color on #DACB5F background.