COLOR #DABC56

HEX: #DABC56
RGB: (218,188,86)

Color info

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

RGB color model

#DABC56 color RGB value is (218,188,86).

  • red value is 218;
  • green value is 188;
  • blue value is 86.
RGB:
(218,188,86)
(85%,74%,34%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 86 of 255 = 34%

218
188
86

R + G + B ~ 64%. #DABC56 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 86 = 492 (100%)
R 218 of 492 ~ 44.31%
G 188 of 492 ~ 38.21%
B 86 of 492 ~ 17.48%

%44.31
%38.21
%17.48

CMYK color model

#DABC56 color CMYK value is (0,14,61,15).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 60.55%
  • key color value is 14.51%
CMYK:
(0,14,61,15)
C0M14Y61K15 
(0%,14%,61%,15%)
(0.00/0.14/0.61/0.15)	

CMYK percentages

%0
%13.76
%60.55
%14.51

Codes

Color #DABC56 in popluar color models

DABC56
RGB21818886
HSL46°64.08%59.61%
HSB/HSV46°60.55%85.49%
CMYK0.00%13.76%60.55%
14.51%

Color #DABC56 in popluar number systems.

HEXDABC56
Decimal21818886
Binary11011010101111001010110
Octal332274126

Shades and tints

Shades of #DABC56

#DABC56
(218,188,86)
#C7AB4F
(199,171,79)
#B49A48
(180,154,72)
#A18941
(161,137,65)
#8E783A
(142,120,58)
#7B6733
(123,103,51)
#68562C
(104,86,44)
#554525
(85,69,37)
#42341E
(66,52,30)
#2F2317
(47,35,23)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #DABC56

#DABC56
(218,188,86)
#DDC265
(221,194,101)
#E0C874
(224,200,116)
#E3CE83
(227,206,131)
#E6D492
(230,212,146)
#E9DAA1
(233,218,161)
#ECE0B0
(236,224,176)
#EFE6BF
(239,230,191)
#F2ECCE
(242,236,206)
#F5F2DD
(245,242,221)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABC56 color. Also use rgb(218,188,86) instead hex code.

Text Font Color

.myTextColor { color: #DABC56; }

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

This text font color is #DABC56.


Background Color

.myBgColor { background-color: #DABC56; }

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

This div background color is #DABC56.


Border color

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

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

This div border color is #DABC56.


Opacity

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

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

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

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

This text has shadow with #DABC56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABC56 on black background.


Color preview on white background

This text has color #DABC56 on white background.



Black color preview on #DABC56 background

This text has black color on #DABC56 background.


White color preview on #DABC56 background

This text has white color on #DABC56 background.