COLOR #DADC98

HEX: #DADC98
RGB: (218,220,152)

Color info

#DADC98 contains mainly red and green colors. Web safe color of #DADC98 is #CCCC99 (or #CC9).

RGB color model

#DADC98 color RGB value is (218,220,152).

  • red value is 218;
  • green value is 220;
  • blue value is 152.
RGB:
(218,220,152)
(85%,86%,60%)

RGB channels and saturation

R 218 of 255 = 85%
G 220 of 255 = 86%
B 152 of 255 = 60%

218
220
152

R + G + B ~ 77%. #DADC98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 220 + 152 = 590 (100%)
R 218 of 590 ~ 36.95%
G 220 of 590 ~ 37.29%
B 152 of 590 ~ 25.76%

%36.95
%37.29
%25.76

CMYK color model

#DADC98 color CMYK value is (1,0,31,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 13.73%
CMYK:
(1,0,31,14)
C1M0Y31K14 
(1%,0%,31%,14%)
(0.01/0.00/0.31/0.14)	

CMYK percentages

%0.91
%0
%30.91
%13.73

Codes

Color #DADC98 in popluar color models

DADC98
RGB218220152
HSL62°49.28%72.94%
HSB/HSV62°30.91%86.27%
CMYK0.91%0.00%30.91%
13.73%

Color #DADC98 in popluar number systems.

HEXDADC98
Decimal218220152
Binary110110101101110010011000
Octal332334230

Shades and tints

Shades of #DADC98

#DADC98
(218,220,152)
#C7C88B
(199,200,139)
#B4B47E
(180,180,126)
#A1A071
(161,160,113)
#8E8C64
(142,140,100)
#7B7857
(123,120,87)
#68644A
(104,100,74)
#55503D
(85,80,61)
#423C30
(66,60,48)
#2F2823
(47,40,35)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DADC98

#DADC98
(218,220,152)
#DDDFA1
(221,223,161)
#E0E2AA
(224,226,170)
#E3E5B3
(227,229,179)
#E6E8BC
(230,232,188)
#E9EBC5
(233,235,197)
#ECEECE
(236,238,206)
#EFF1D7
(239,241,215)
#F2F4E0
(242,244,224)
#F5F7E9
(245,247,233)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADC98 color. Also use rgb(218,220,152) instead hex code.

Text Font Color

.myTextColor { color: #DADC98; }

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

This text font color is #DADC98.


Background Color

.myBgColor { background-color: #DADC98; }

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

This div background color is #DADC98.


Border color

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

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

This div border color is #DADC98.


Opacity

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

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

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

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

This text has shadow with #DADC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADC98 on black background.


Color preview on white background

This text has color #DADC98 on white background.



Black color preview on #DADC98 background

This text has black color on #DADC98 background.


White color preview on #DADC98 background

This text has white color on #DADC98 background.