COLOR #DABA2F

HEX: #DABA2F
RGB: (218,186,47)

Color info

#DABA2F contains mainly red and green colors. Web safe color of #DABA2F is #CCCC33 (or #CC3).

RGB color model

#DABA2F color RGB value is (218,186,47).

  • red value is 218;
  • green value is 186;
  • blue value is 47.
RGB:
(218,186,47)
(85%,73%,18%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 47 of 255 = 18%

218
186
47

R + G + B ~ 59%. #DABA2F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 47 = 451 (100%)
R 218 of 451 ~ 48.34%
G 186 of 451 ~ 41.24%
B 47 of 451 ~ 10.42%

%48.34
%41.24
%10.42

CMYK color model

#DABA2F color CMYK value is (0,15,78,15).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 78.44%
  • key color value is 14.51%
CMYK:
(0,15,78,15)
C0M15Y78K15 
(0%,15%,78%,15%)
(0.00/0.15/0.78/0.15)	

CMYK percentages

%0
%14.68
%78.44
%14.51

Codes

Color #DABA2F in popluar color models

DABA2F
RGB21818647
HSL49°69.80%51.96%
HSB/HSV49°78.44%85.49%
CMYK0.00%14.68%78.44%
14.51%

Color #DABA2F in popluar number systems.

HEXDABA2F
Decimal21818647
Binary1101101010111010101111
Octal33227257

Shades and tints

Shades of #DABA2F

#DABA2F
(218,186,47)
#C7AA2B
(199,170,43)
#B49A27
(180,154,39)
#A18A23
(161,138,35)
#8E7A1F
(142,122,31)
#7B6A1B
(123,106,27)
#685A17
(104,90,23)
#554A13
(85,74,19)
#423A0F
(66,58,15)
#2F2A0B
(47,42,11)
#1C1A07
(28,26,7)
#000000
(0,0,0)

Tints of #DABA2F

#DABA2F
(218,186,47)
#DDC041
(221,192,65)
#E0C653
(224,198,83)
#E3CC65
(227,204,101)
#E6D277
(230,210,119)
#E9D889
(233,216,137)
#ECDE9B
(236,222,155)
#EFE4AD
(239,228,173)
#F2EABF
(242,234,191)
#F5F0D1
(245,240,209)
#F8F6E3
(248,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABA2F color. Also use rgb(218,186,47) instead hex code.

Text Font Color

.myTextColor { color: #DABA2F; }

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

This text font color is #DABA2F.


Background Color

.myBgColor { background-color: #DABA2F; }

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

This div background color is #DABA2F.


Border color

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

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

This div border color is #DABA2F.


Opacity

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

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

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

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

This text has shadow with #DABA2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABA2F on black background.


Color preview on white background

This text has color #DABA2F on white background.



Black color preview on #DABA2F background

This text has black color on #DABA2F background.


White color preview on #DABA2F background

This text has white color on #DABA2F background.