COLOR #DAD467

HEX: #DAD467 RGB: (218,212,103)

Color info

#DAD467 contains mainly red and green colors. Web safe color of #DAD467 is #CCCC66 (or #CC6).

RGB color model

#DAD467 color RGB value is (218,212,103).

RGB: (218,212,103) (85%, 83%, 40%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 103 of 255 = 40%

218
212
103

R + G + B ~ 69%. #DAD467 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 212 + 103 = 533 (100%)
R 218 of 533 ~ 40.9%
G 212 of 533 ~ 39.77%
B 103 of 533 ~ 19.32'%

%40.9
%39.77
%19.32

CMYK color model

#DAD467 color CMYK value is (0,3,53,15).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 52.75%
  • key color value is 14.51%

CMYK: (0,3,53,15)
C0M3Y53K15 (0%, 3%, 53%, 15%)
(0.00 / 0.03 / 0.53 / 0.15)

CMYK percentages

%0
%2.75
%52.75
%14.51

Codes

Color #DAD467 in popluar color models

DA D4 67
RGB 218 212 103
HSL 57° 60.85% 62.94%
HSB/HSV 57° 52.75% 85.49%
CMYK 0.00% 2.75% 52.75%
14.51%

Color #DAD467 in popluar number systems.

HEX DA D4 67
Decimal 218 212 103
Binary 11011010 11010100 1100111
Octal 332 324 147

Shades and tints

Shades of #DAD467

#DAD467
(218,212,103)
#C7C15E
(199,193,94)
#B4AE55
(180,174,85)
#A19B4C
(161,155,76)
#8E8843
(142,136,67)
#7B753A
(123,117,58)
#686231
(104,98,49)
#554F28
(85,79,40)
#423C1F
(66,60,31)
#2F2916
(47,41,22)
#1C160D
(28,22,13)
#000000
(0,0,0)

Tints of #DAD467

#DAD467
(218,212,103)
#DDD774
(221,215,116)
#E0DA81
(224,218,129)
#E3DD8E
(227,221,142)
#E6E09B
(230,224,155)
#E9E3A8
(233,227,168)
#ECE6B5
(236,230,181)
#EFE9C2
(239,233,194)
#F2ECCF
(242,236,207)
#F5EFDC
(245,239,220)
#F8F2E9
(248,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD467 color. Also use rgb(218,212,103) instead hex code.

Text Font Color

.myTextColor { color: #DAD467; }

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

This text font color is #DAD467.

Background Color

.myBgColor { background-color: #DAD467; }

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

This div background color is #DAD467.

Border color

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

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

This div border color is #DAD467.

Opacity

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

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

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

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

This text has shadow with #DAD467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD467.

Preview

Color preview on black background

This text has color #DAD467 on black background.


Color preview on white background

This text has color #DAD467 on white background.


Black color preview on #DAD467 background

This text has black color on #DAD467 background.


White color preview on #DAD467 background

This text has white color on #DAD467 background.


Related colors

Complementary color

Complementary color for #hex is #252B98.


I love getcolorcode.com

Triadic colors

1 #67DAD4 and #D467DA with #DAD467 are triadic colors.

2 #67D4DA and #D4DA67 with #DAD467 are triadic colors.