COLOR #DAD33A

HEX: #DAD33A
RGB: (218,211,58)

Color info

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

RGB color model

#DAD33A color RGB value is (218,211,58).

  • red value is 218;
  • green value is 211;
  • blue value is 58.
RGB:
(218,211,58)
(85%,83%,23%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 58 of 255 = 23%

218
211
58

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

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 58 = 487 (100%)
R 218 of 487 ~ 44.76%
G 211 of 487 ~ 43.33%
B 58 of 487 ~ 11.91%

%44.76
%43.33
%11.91

CMYK color model

#DAD33A color CMYK value is (0,3,73,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 73.39%
  • key color value is 14.51%
CMYK:
(0,3,73,15)
C0M3Y73K15 
(0%,3%,73%,15%)
(0.00/0.03/0.73/0.15)	

CMYK percentages

%0
%3.21
%73.39
%14.51

Codes

Color #DAD33A in popluar color models

DAD33A
RGB21821158
HSL57°68.38%54.12%
HSB/HSV57°73.39%85.49%
CMYK0.00%3.21%73.39%
14.51%

Color #DAD33A in popluar number systems.

HEXDAD33A
Decimal21821158
Binary1101101011010011111010
Octal33232372

Shades and tints

Shades of #DAD33A

#DAD33A
(218,211,58)
#C7C035
(199,192,53)
#B4AD30
(180,173,48)
#A19A2B
(161,154,43)
#8E8726
(142,135,38)
#7B7421
(123,116,33)
#68611C
(104,97,28)
#554E17
(85,78,23)
#423B12
(66,59,18)
#2F280D
(47,40,13)
#1C1508
(28,21,8)
#000000
(0,0,0)

Tints of #DAD33A

#DAD33A
(218,211,58)
#DDD74B
(221,215,75)
#E0DB5C
(224,219,92)
#E3DF6D
(227,223,109)
#E6E37E
(230,227,126)
#E9E78F
(233,231,143)
#ECEBA0
(236,235,160)
#EFEFB1
(239,239,177)
#F2F3C2
(242,243,194)
#F5F7D3
(245,247,211)
#F8FBE4
(248,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD33A color. Also use rgb(218,211,58) instead hex code.

Text Font Color

.myTextColor { color: #DAD33A; }

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

This text font color is #DAD33A.


Background Color

.myBgColor { background-color: #DAD33A; }

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

This div background color is #DAD33A.


Border color

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

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

This div border color is #DAD33A.


Opacity

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

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

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

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

This text has shadow with #DAD33A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD33A on black background.


Color preview on white background

This text has color #DAD33A on white background.



Black color preview on #DAD33A background

This text has black color on #DAD33A background.


White color preview on #DAD33A background

This text has white color on #DAD33A background.