COLOR #DAC490

HEX: #DAC490
RGB: (218,196,144)

Color info

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

RGB color model

#DAC490 color RGB value is (218,196,144).

  • red value is 218;
  • green value is 196;
  • blue value is 144.
RGB:
(218,196,144)
(85%,77%,56%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 144 of 255 = 56%

218
196
144

R + G + B ~ 73%. #DAC490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 144 = 558 (100%)
R 218 of 558 ~ 39.07%
G 196 of 558 ~ 35.13%
B 144 of 558 ~ 25.81%

%39.07
%35.13
%25.81

CMYK color model

#DAC490 color CMYK value is (0,10,34,15).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(0,10,34,15)
C0M10Y34K15 
(0%,10%,34%,15%)
(0.00/0.10/0.34/0.15)	

CMYK percentages

%0
%10.09
%33.94
%14.51

Codes

Color #DAC490 in popluar color models

DAC490
RGB218196144
HSL42°50.00%70.98%
HSB/HSV42°33.94%85.49%
CMYK0.00%10.09%33.94%
14.51%

Color #DAC490 in popluar number systems.

HEXDAC490
Decimal218196144
Binary110110101100010010010000
Octal332304220

Shades and tints

Shades of #DAC490

#DAC490
(218,196,144)
#C7B383
(199,179,131)
#B4A276
(180,162,118)
#A19169
(161,145,105)
#8E805C
(142,128,92)
#7B6F4F
(123,111,79)
#685E42
(104,94,66)
#554D35
(85,77,53)
#423C28
(66,60,40)
#2F2B1B
(47,43,27)
#1C1A0E
(28,26,14)
#000000
(0,0,0)

Tints of #DAC490

#DAC490
(218,196,144)
#DDC99A
(221,201,154)
#E0CEA4
(224,206,164)
#E3D3AE
(227,211,174)
#E6D8B8
(230,216,184)
#E9DDC2
(233,221,194)
#ECE2CC
(236,226,204)
#EFE7D6
(239,231,214)
#F2ECE0
(242,236,224)
#F5F1EA
(245,241,234)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC490 color. Also use rgb(218,196,144) instead hex code.

Text Font Color

.myTextColor { color: #DAC490; }

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

This text font color is #DAC490.


Background Color

.myBgColor { background-color: #DAC490; }

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

This div background color is #DAC490.


Border color

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

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

This div border color is #DAC490.


Opacity

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

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

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

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

This text has shadow with #DAC490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC490 on black background.


Color preview on white background

This text has color #DAC490 on white background.



Black color preview on #DAC490 background

This text has black color on #DAC490 background.


White color preview on #DAC490 background

This text has white color on #DAC490 background.