COLOR #DAC30B

HEX: #DAC30B
RGB: (218,195,11)

Color info

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

RGB color model

#DAC30B color RGB value is (218,195,11).

  • red value is 218;
  • green value is 195;
  • blue value is 11.
RGB:
(218,195,11)
(85%,76%,4%)

RGB channels and saturation

R 218 of 255 = 85%
G 195 of 255 = 76%
B 11 of 255 = 4%

218
195
11

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

Portions of RGB colors in percentages

R + G + B =
218 + 195 + 11 = 424 (100%)
R 218 of 424 ~ 51.42%
G 195 of 424 ~ 45.99%
B 11 of 424 ~ 2.59%

%51.42
%45.99

CMYK color model

#DAC30B color CMYK value is (0,11,95,15).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 94.95%
  • key color value is 14.51%
CMYK:
(0,11,95,15)
C0M11Y95K15 
(0%,11%,95%,15%)
(0.00/0.11/0.95/0.15)	

CMYK percentages

%0
%10.55
%94.95
%14.51

Codes

Color #DAC30B in popluar color models

DAC30B
RGB21819511
HSL53°90.39%44.90%
HSB/HSV53°94.95%85.49%
CMYK0.00%10.55%94.95%
14.51%

Color #DAC30B in popluar number systems.

HEXDAC30B
Decimal21819511
Binary11011010110000111011
Octal33230313

Shades and tints

Shades of #DAC30B

#DAC30B
(218,195,11)
#C7B20A
(199,178,10)
#B4A109
(180,161,9)
#A19008
(161,144,8)
#8E7F07
(142,127,7)
#7B6E06
(123,110,6)
#685D05
(104,93,5)
#554C04
(85,76,4)
#423B03
(66,59,3)
#2F2A02
(47,42,2)
#1C1901
(28,25,1)
#000000
(0,0,0)

Tints of #DAC30B

#DAC30B
(218,195,11)
#DDC821
(221,200,33)
#E0CD37
(224,205,55)
#E3D24D
(227,210,77)
#E6D763
(230,215,99)
#E9DC79
(233,220,121)
#ECE18F
(236,225,143)
#EFE6A5
(239,230,165)
#F2EBBB
(242,235,187)
#F5F0D1
(245,240,209)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC30B color. Also use rgb(218,195,11) instead hex code.

Text Font Color

.myTextColor { color: #DAC30B; }

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

This text font color is #DAC30B.


Background Color

.myBgColor { background-color: #DAC30B; }

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

This div background color is #DAC30B.


Border color

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

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

This div border color is #DAC30B.


Opacity

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

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

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

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

This text has shadow with #DAC30B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC30B on black background.


Color preview on white background

This text has color #DAC30B on white background.



Black color preview on #DAC30B background

This text has black color on #DAC30B background.


White color preview on #DAC30B background

This text has white color on #DAC30B background.