COLOR #DADB2E

HEX: #DADB2E
RGB: (218,219,46)

Color info

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

RGB color model

#DADB2E color RGB value is (218,219,46).

  • red value is 218;
  • green value is 219;
  • blue value is 46.
RGB:
(218,219,46)
(85%,86%,18%)

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 46 of 255 = 18%

218
219
46

R + G + B ~ 63%. #DADB2E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 219 + 46 = 483 (100%)
R 218 of 483 ~ 45.13%
G 219 of 483 ~ 45.34%
B 46 of 483 ~ 9.52%

%45.13
%45.34
%9.52

CMYK color model

#DADB2E color CMYK value is (0,0,79,14).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 79.00%
  • key color value is 14.12%
CMYK:
(0,0,79,14)
C0M0Y79K14 
(0%,0%,79%,14%)
(0.00/0.00/0.79/0.14)	

CMYK percentages

%0.46
%0
%79
%14.12

Codes

Color #DADB2E in popluar color models

DADB2E
RGB21821946
HSL60°70.61%51.96%
HSB/HSV60°79.00%85.88%
CMYK0.46%0.00%79.00%
14.12%

Color #DADB2E in popluar number systems.

HEXDADB2E
Decimal21821946
Binary1101101011011011101110
Octal33233356

Shades and tints

Shades of #DADB2E

#DADB2E
(218,219,46)
#C7C82A
(199,200,42)
#B4B526
(180,181,38)
#A1A222
(161,162,34)
#8E8F1E
(142,143,30)
#7B7C1A
(123,124,26)
#686916
(104,105,22)
#555612
(85,86,18)
#42430E
(66,67,14)
#2F300A
(47,48,10)
#1C1D06
(28,29,6)
#000000
(0,0,0)

Tints of #DADB2E

#DADB2E
(218,219,46)
#DDDE41
(221,222,65)
#E0E154
(224,225,84)
#E3E467
(227,228,103)
#E6E77A
(230,231,122)
#E9EA8D
(233,234,141)
#ECEDA0
(236,237,160)
#EFF0B3
(239,240,179)
#F2F3C6
(242,243,198)
#F5F6D9
(245,246,217)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADB2E color. Also use rgb(218,219,46) instead hex code.

Text Font Color

.myTextColor { color: #DADB2E; }

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

This text font color is #DADB2E.


Background Color

.myBgColor { background-color: #DADB2E; }

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

This div background color is #DADB2E.


Border color

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

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

This div border color is #DADB2E.


Opacity

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

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

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

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

This text has shadow with #DADB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADB2E on black background.


Color preview on white background

This text has color #DADB2E on white background.



Black color preview on #DADB2E background

This text has black color on #DADB2E background.


White color preview on #DADB2E background

This text has white color on #DADB2E background.