COLOR #DABA12

HEX: #DABA12
RGB: (218,186,18)

Color info

#DABA12 contains mainly red and green colors. Web safe color of #DABA12 is #CCCC00 (or #CC0).

RGB color model

#DABA12 color RGB value is (218,186,18).

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

RGB channels and saturation

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

218
186
18

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

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 18 = 422 (100%)
R 218 of 422 ~ 51.66%
G 186 of 422 ~ 44.08%
B 18 of 422 ~ 4.27%

%51.66
%44.08

CMYK color model

#DABA12 color CMYK value is (0,15,92,15).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 91.74%
  • key color value is 14.51%
CMYK:
(0,15,92,15)
C0M15Y92K15 
(0%,15%,92%,15%)
(0.00/0.15/0.92/0.15)	

CMYK percentages

%0
%14.68
%91.74
%14.51

Codes

Color #DABA12 in popluar color models

DABA12
RGB21818618
HSL50°84.75%46.27%
HSB/HSV50°91.74%85.49%
CMYK0.00%14.68%91.74%
14.51%

Color #DABA12 in popluar number systems.

HEXDABA12
Decimal21818618
Binary110110101011101010010
Octal33227222

Shades and tints

Shades of #DABA12

#DABA12
(218,186,18)
#C7AA11
(199,170,17)
#B49A10
(180,154,16)
#A18A0F
(161,138,15)
#8E7A0E
(142,122,14)
#7B6A0D
(123,106,13)
#685A0C
(104,90,12)
#554A0B
(85,74,11)
#423A0A
(66,58,10)
#2F2A09
(47,42,9)
#1C1A08
(28,26,8)
#000000
(0,0,0)

Tints of #DABA12

#DABA12
(218,186,18)
#DDC027
(221,192,39)
#E0C63C
(224,198,60)
#E3CC51
(227,204,81)
#E6D266
(230,210,102)
#E9D87B
(233,216,123)
#ECDE90
(236,222,144)
#EFE4A5
(239,228,165)
#F2EABA
(242,234,186)
#F5F0CF
(245,240,207)
#F8F6E4
(248,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABA12; }

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

This text font color is #DABA12.


Background Color

.myBgColor { background-color: #DABA12; }

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

This div background color is #DABA12.


Border color

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

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

This div border color is #DABA12.


Opacity

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

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

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

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

This text has shadow with #DABA12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABA12 on black background.


Color preview on white background

This text has color #DABA12 on white background.



Black color preview on #DABA12 background

This text has black color on #DABA12 background.


White color preview on #DABA12 background

This text has white color on #DABA12 background.