COLOR #DAAB90

HEX: #DAAB90 RGB: (218,171,144)

Color info

#DAAB90 contains mainly red and green colors. Web safe color of #DAAB90 is #CC9999 (or #C99).

RGB color model

#DAAB90 color RGB value is (218,171,144).

RGB: (218,171,144) (85%, 67%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 144 of 255 = 56%

218
171
144

R + G + B ~ 69%. #DAAB90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 171 + 144 = 533 (100%)
R 218 of 533 ~ 40.9%
G 171 of 533 ~ 32.08%
B 144 of 533 ~ 27.02'%

%40.9
%32.08
%27.02

CMYK color model

#DAAB90 color CMYK value is (0,22,34,15).

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

CMYK: (0,22,34,15)
C0M22Y34K15 (0%, 22%, 34%, 15%)
(0.00 / 0.22 / 0.34 / 0.15)

CMYK percentages

%0
%21.56
%33.94
%14.51

Codes

Color #DAAB90 in popluar color models

DA AB 90
RGB 218 171 144
HSL 22° 50.00% 70.98%
HSB/HSV 22° 33.94% 85.49%
CMYK 0.00% 21.56% 33.94%
14.51%

Color #DAAB90 in popluar number systems.

HEX DA AB 90
Decimal 218 171 144
Binary 11011010 10101011 10010000
Octal 332 253 220

Shades and tints

Shades of #DAAB90

#DAAB90
(218,171,144)
#C79C83
(199,156,131)
#B48D76
(180,141,118)
#A17E69
(161,126,105)
#8E6F5C
(142,111,92)
#7B604F
(123,96,79)
#685142
(104,81,66)
#554235
(85,66,53)
#423328
(66,51,40)
#2F241B
(47,36,27)
#1C150E
(28,21,14)
#000000
(0,0,0)

Tints of #DAAB90

#DAAB90
(218,171,144)
#DDB29A
(221,178,154)
#E0B9A4
(224,185,164)
#E3C0AE
(227,192,174)
#E6C7B8
(230,199,184)
#E9CEC2
(233,206,194)
#ECD5CC
(236,213,204)
#EFDCD6
(239,220,214)
#F2E3E0
(242,227,224)
#F5EAEA
(245,234,234)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAB90; }

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

This text font color is #DAAB90.

Background Color

.myBgColor { background-color: #DAAB90; }

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

This div background color is #DAAB90.

Border color

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

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

This div border color is #DAAB90.

Opacity

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

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

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

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

This text has shadow with #DAAB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAB90.

Preview

Color preview on black background

This text has color #DAAB90 on black background.


Color preview on white background

This text has color #DAAB90 on white background.


Black color preview on #DAAB90 background

This text has black color on #DAAB90 background.


White color preview on #DAAB90 background

This text has white color on #DAAB90 background.


Related colors

Complementary color

Complementary color for #hex is #25546F.


I love getcolorcode.com

Triadic colors

1 #90DAAB and #AB90DA with #DAAB90 are triadic colors.

2 #90ABDA and #ABDA90 with #DAAB90 are triadic colors.