COLOR #DAC299

HEX: #DAC299 RGB: (218,194,153)

Color info

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

RGB color model

#DAC299 color RGB value is (218,194,153).

RGB: (218,194,153) (85%, 76%, 60%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 153 of 255 = 60%

218
194
153

R + G + B ~ 74%. #DAC299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 194 + 153 = 565 (100%)
R 218 of 565 ~ 38.58%
G 194 of 565 ~ 34.34%
B 153 of 565 ~ 27.08'%

%38.58
%34.34
%27.08

CMYK color model

#DAC299 color CMYK value is (0,11,30,15).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 29.82%
  • key color value is 14.51%

CMYK: (0,11,30,15)
C0M11Y30K15 (0%, 11%, 30%, 15%)
(0.00 / 0.11 / 0.30 / 0.15)

CMYK percentages

%0
%11.01
%29.82
%14.51

Codes

Color #DAC299 in popluar color models

DA C2 99
RGB 218 194 153
HSL 38° 46.76% 72.75%
HSB/HSV 38° 29.82% 85.49%
CMYK 0.00% 11.01% 29.82%
14.51%

Color #DAC299 in popluar number systems.

HEX DA C2 99
Decimal 218 194 153
Binary 11011010 11000010 10011001
Octal 332 302 231

Shades and tints

Shades of #DAC299

#DAC299
(218,194,153)
#C7B18C
(199,177,140)
#B4A07F
(180,160,127)
#A18F72
(161,143,114)
#8E7E65
(142,126,101)
#7B6D58
(123,109,88)
#685C4B
(104,92,75)
#554B3E
(85,75,62)
#423A31
(66,58,49)
#2F2924
(47,41,36)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAC299

#DAC299
(218,194,153)
#DDC7A2
(221,199,162)
#E0CCAB
(224,204,171)
#E3D1B4
(227,209,180)
#E6D6BD
(230,214,189)
#E9DBC6
(233,219,198)
#ECE0CF
(236,224,207)
#EFE5D8
(239,229,216)
#F2EAE1
(242,234,225)
#F5EFEA
(245,239,234)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC299 color. Also use rgb(218,194,153) instead hex code.

Text Font Color

.myTextColor { color: #DAC299; }

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

This text font color is #DAC299.

Background Color

.myBgColor { background-color: #DAC299; }

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

This div background color is #DAC299.

Border color

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

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

This div border color is #DAC299.

Opacity

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

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

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

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

This text has shadow with #DAC299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC299.

Preview

Color preview on black background

This text has color #DAC299 on black background.


Color preview on white background

This text has color #DAC299 on white background.


Black color preview on #DAC299 background

This text has black color on #DAC299 background.


White color preview on #DAC299 background

This text has white color on #DAC299 background.


Related colors

Complementary color

Complementary color for #hex is #253D66.


I love getcolorcode.com

Triadic colors

1 #99DAC2 and #C299DA with #DAC299 are triadic colors.

2 #99C2DA and #C2DA99 with #DAC299 are triadic colors.