COLOR #DADF6C

HEX: #DADF6C RGB: (218,223,108)

Color info

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

RGB color model

#DADF6C color RGB value is (218,223,108).

RGB: (218,223,108) (85%, 87%, 42%)

RGB channels and saturation

R 218 of 255 = 85%
G 223 of 255 = 87%
B 108 of 255 = 42%

218
223
108

R + G + B ~ 71%. #DADF6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 223 + 108 = 549 (100%)
R 218 of 549 ~ 39.71%
G 223 of 549 ~ 40.62%
B 108 of 549 ~ 19.67'%

%39.71
%40.62
%19.67

CMYK color model

#DADF6C color CMYK value is (2,0,52,13).

  • cyan value is 2.24%
  • magenta value is 0.00%
  • yellow value is 51.57%
  • key color value is 12.55%

CMYK: (2,0,52,13)
C2M0Y52K13 (2%, 0%, 52%, 13%)
(0.02 / 0.00 / 0.52 / 0.13)

CMYK percentages

%2.24
%0
%51.57
%12.55

Codes

Color #DADF6C in popluar color models

DA DF 6C
RGB 218 223 108
HSL 63° 64.25% 64.90%
HSB/HSV 63° 51.57% 87.45%
CMYK 2.24% 0.00% 51.57%
12.55%

Color #DADF6C in popluar number systems.

HEX DA DF 6C
Decimal 218 223 108
Binary 11011010 11011111 1101100
Octal 332 337 154

Shades and tints

Shades of #DADF6C

#DADF6C
(218,223,108)
#C7CB63
(199,203,99)
#B4B75A
(180,183,90)
#A1A351
(161,163,81)
#8E8F48
(142,143,72)
#7B7B3F
(123,123,63)
#686736
(104,103,54)
#55532D
(85,83,45)
#423F24
(66,63,36)
#2F2B1B
(47,43,27)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #DADF6C

#DADF6C
(218,223,108)
#DDE179
(221,225,121)
#E0E386
(224,227,134)
#E3E593
(227,229,147)
#E6E7A0
(230,231,160)
#E9E9AD
(233,233,173)
#ECEBBA
(236,235,186)
#EFEDC7
(239,237,199)
#F2EFD4
(242,239,212)
#F5F1E1
(245,241,225)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADF6C color. Also use rgb(218,223,108) instead hex code.

Text Font Color

.myTextColor { color: #DADF6C; }

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

This text font color is #DADF6C.

Background Color

.myBgColor { background-color: #DADF6C; }

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

This div background color is #DADF6C.

Border color

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

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

This div border color is #DADF6C.

Opacity

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

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

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

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

This text has shadow with #DADF6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADF6C.

Preview

Color preview on black background

This text has color #DADF6C on black background.


Color preview on white background

This text has color #DADF6C on white background.


Black color preview on #DADF6C background

This text has black color on #DADF6C background.


White color preview on #DADF6C background

This text has white color on #DADF6C background.


Related colors

Complementary color

Complementary color for #hex is #252093.


I love getcolorcode.com

Triadic colors

1 #6CDADF and #DF6CDA with #DADF6C are triadic colors.

2 #6CDFDA and #DFDA6C with #DADF6C are triadic colors.