COLOR #DA995A

HEX: #DA995A RGB: (218,153,90)

Color info

#DA995A contains mainly red color. Web safe color of #DA995A is #CC9966 (or #C96).

RGB color model

#DA995A color RGB value is (218,153,90).

RGB: (218,153,90) (85%, 60%, 35%)

RGB channels and saturation

R 218 of 255 = 85%
G 153 of 255 = 60%
B 90 of 255 = 35%

218
153
90

R + G + B ~ 60%. #DA995A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 218 + 153 + 90 = 461 (100%)
R 218 of 461 ~ 47.29%
G 153 of 461 ~ 33.19%
B 90 of 461 ~ 19.52'%

%47.29
%33.19
%19.52

CMYK color model

#DA995A color CMYK value is (0,30,59,15).

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

CMYK: (0,30,59,15)
C0M30Y59K15 (0%, 30%, 59%, 15%)
(0.00 / 0.30 / 0.59 / 0.15)

CMYK percentages

%0
%29.82
%58.72
%14.51

Codes

Color #DA995A in popluar color models

DA 99 5A
RGB 218 153 90
HSL 30° 63.37% 60.39%
HSB/HSV 30° 58.72% 85.49%
CMYK 0.00% 29.82% 58.72%
14.51%

Color #DA995A in popluar number systems.

HEX DA 99 5A
Decimal 218 153 90
Binary 11011010 10011001 1011010
Octal 332 231 132

Shades and tints

Shades of #DA995A

#DA995A
(218,153,90)
#C78C52
(199,140,82)
#B47F4A
(180,127,74)
#A17242
(161,114,66)
#8E653A
(142,101,58)
#7B5832
(123,88,50)
#684B2A
(104,75,42)
#553E22
(85,62,34)
#42311A
(66,49,26)
#2F2412
(47,36,18)
#1C170A
(28,23,10)
#000000
(0,0,0)

Tints of #DA995A

#DA995A
(218,153,90)
#DDA269
(221,162,105)
#E0AB78
(224,171,120)
#E3B487
(227,180,135)
#E6BD96
(230,189,150)
#E9C6A5
(233,198,165)
#ECCFB4
(236,207,180)
#EFD8C3
(239,216,195)
#F2E1D2
(242,225,210)
#F5EAE1
(245,234,225)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA995A; }

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

This text font color is #DA995A.

Background Color

.myBgColor { background-color: #DA995A; }

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

This div background color is #DA995A.

Border color

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

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

This div border color is #DA995A.

Opacity

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

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

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

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

This text has shadow with #DA995A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA995A.

Preview

Color preview on black background

This text has color #DA995A on black background.


Color preview on white background

This text has color #DA995A on white background.


Black color preview on #DA995A background

This text has black color on #DA995A background.


White color preview on #DA995A background

This text has white color on #DA995A background.


Related colors

Complementary color

Complementary color for #hex is #2566A5.


I love getcolorcode.com

Triadic colors

1 #5ADA99 and #995ADA with #DA995A are triadic colors.

2 #5A99DA and #99DA5A with #DA995A are triadic colors.