COLOR #DABD06

HEX: #DABD06
RGB: (218,189,6)

Color info

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

RGB color model

#DABD06 color RGB value is (218,189,6).

  • red value is 218;
  • green value is 189;
  • blue value is 6.
RGB:
(218,189,6)
(85%,74%,2%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 6 of 255 = 2%

218
189
6

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

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 6 = 413 (100%)
R 218 of 413 ~ 52.78%
G 189 of 413 ~ 45.76%
B 6 of 413 ~ 1.45%

%52.78
%45.76

CMYK color model

#DABD06 color CMYK value is (0,13,97,15).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 97.25%
  • key color value is 14.51%
CMYK:
(0,13,97,15)
C0M13Y97K15 
(0%,13%,97%,15%)
(0.00/0.13/0.97/0.15)	

CMYK percentages

%0
%13.3
%97.25
%14.51

Codes

Color #DABD06 in popluar color models

DABD06
RGB2181896
HSL52°94.64%43.92%
HSB/HSV52°97.25%85.49%
CMYK0.00%13.30%97.25%
14.51%

Color #DABD06 in popluar number systems.

HEXDABD06
Decimal2181896
Binary1101101010111101110
Octal3322756

Shades and tints

Shades of #DABD06

#DABD06
(218,189,6)
#C7AC06
(199,172,6)
#B49B06
(180,155,6)
#A18A06
(161,138,6)
#8E7906
(142,121,6)
#7B6806
(123,104,6)
#685706
(104,87,6)
#554606
(85,70,6)
#423506
(66,53,6)
#2F2406
(47,36,6)
#1C1306
(28,19,6)
#000000
(0,0,0)

Tints of #DABD06

#DABD06
(218,189,6)
#DDC31C
(221,195,28)
#E0C932
(224,201,50)
#E3CF48
(227,207,72)
#E6D55E
(230,213,94)
#E9DB74
(233,219,116)
#ECE18A
(236,225,138)
#EFE7A0
(239,231,160)
#F2EDB6
(242,237,182)
#F5F3CC
(245,243,204)
#F8F9E2
(248,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABD06 color. Also use rgb(218,189,6) instead hex code.

Text Font Color

.myTextColor { color: #DABD06; }

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

This text font color is #DABD06.


Background Color

.myBgColor { background-color: #DABD06; }

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

This div background color is #DABD06.


Border color

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

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

This div border color is #DABD06.


Opacity

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

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

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

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

This text has shadow with #DABD06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABD06 on black background.


Color preview on white background

This text has color #DABD06 on white background.



Black color preview on #DABD06 background

This text has black color on #DABD06 background.


White color preview on #DABD06 background

This text has white color on #DABD06 background.