COLOR #DAC390

HEX: #DAC390 RGB: (218,195,144)

Color info

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

RGB color model

#DAC390 color RGB value is (218,195,144).

RGB: (218,195,144) (85%, 76%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 195 of 255 = 76%
B 144 of 255 = 56%

218
195
144

R + G + B ~ 72%. #DAC390 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 195 + 144 = 557 (100%)
R 218 of 557 ~ 39.14%
G 195 of 557 ~ 35.01%
B 144 of 557 ~ 25.85'%

%39.14
%35.01
%25.85

CMYK color model

#DAC390 color CMYK value is (0,11,34,15).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 33.94%
  • key color value is 14.51%

CMYK: (0,11,34,15)
C0M11Y34K15 (0%, 11%, 34%, 15%)
(0.00 / 0.11 / 0.34 / 0.15)

CMYK percentages

%0
%10.55
%33.94
%14.51

Codes

Color #DAC390 in popluar color models

DA C3 90
RGB 218 195 144
HSL 41° 50.00% 70.98%
HSB/HSV 41° 33.94% 85.49%
CMYK 0.00% 10.55% 33.94%
14.51%

Color #DAC390 in popluar number systems.

HEX DA C3 90
Decimal 218 195 144
Binary 11011010 11000011 10010000
Octal 332 303 220

Shades and tints

Shades of #DAC390

#DAC390
(218,195,144)
#C7B283
(199,178,131)
#B4A176
(180,161,118)
#A19069
(161,144,105)
#8E7F5C
(142,127,92)
#7B6E4F
(123,110,79)
#685D42
(104,93,66)
#554C35
(85,76,53)
#423B28
(66,59,40)
#2F2A1B
(47,42,27)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #DAC390

#DAC390
(218,195,144)
#DDC89A
(221,200,154)
#E0CDA4
(224,205,164)
#E3D2AE
(227,210,174)
#E6D7B8
(230,215,184)
#E9DCC2
(233,220,194)
#ECE1CC
(236,225,204)
#EFE6D6
(239,230,214)
#F2EBE0
(242,235,224)
#F5F0EA
(245,240,234)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC390; }

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

This text font color is #DAC390.

Background Color

.myBgColor { background-color: #DAC390; }

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

This div background color is #DAC390.

Border color

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

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

This div border color is #DAC390.

Opacity

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

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

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

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

This text has shadow with #DAC390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC390.

Preview

Color preview on black background

This text has color #DAC390 on black background.


Color preview on white background

This text has color #DAC390 on white background.


Black color preview on #DAC390 background

This text has black color on #DAC390 background.


White color preview on #DAC390 background

This text has white color on #DAC390 background.


Related colors

Complementary color

Complementary color for #hex is #253C6F.


I love getcolorcode.com

Triadic colors

1 #90DAC3 and #C390DA with #DAC390 are triadic colors.

2 #90C3DA and #C3DA90 with #DAC390 are triadic colors.