COLOR #DAB290

HEX: #DAB290
RGB: (218,178,144)

Color info

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

RGB color model

#DAB290 color RGB value is (218,178,144).

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

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 144 of 255 = 56%

218
178
144

R + G + B ~ 70%. #DAB290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 144 = 540 (100%)
R 218 of 540 ~ 40.37%
G 178 of 540 ~ 32.96%
B 144 of 540 ~ 26.67%

%40.37
%32.96
%26.67

CMYK color model

#DAB290 color CMYK value is (0,18,34,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(0,18,34,15)
C0M18Y34K15 
(0%,18%,34%,15%)
(0.00/0.18/0.34/0.15)	

CMYK percentages

%0
%18.35
%33.94
%14.51

Codes

Color #DAB290 in popluar color models

DAB290
RGB218178144
HSL28°50.00%70.98%
HSB/HSV28°33.94%85.49%
CMYK0.00%18.35%33.94%
14.51%

Color #DAB290 in popluar number systems.

HEXDAB290
Decimal218178144
Binary110110101011001010010000
Octal332262220

Shades and tints

Shades of #DAB290

#DAB290
(218,178,144)
#C7A283
(199,162,131)
#B49276
(180,146,118)
#A18269
(161,130,105)
#8E725C
(142,114,92)
#7B624F
(123,98,79)
#685242
(104,82,66)
#554235
(85,66,53)
#423228
(66,50,40)
#2F221B
(47,34,27)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #DAB290

#DAB290
(218,178,144)
#DDB99A
(221,185,154)
#E0C0A4
(224,192,164)
#E3C7AE
(227,199,174)
#E6CEB8
(230,206,184)
#E9D5C2
(233,213,194)
#ECDCCC
(236,220,204)
#EFE3D6
(239,227,214)
#F2EAE0
(242,234,224)
#F5F1EA
(245,241,234)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB290; }

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

This text font color is #DAB290.


Background Color

.myBgColor { background-color: #DAB290; }

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

This div background color is #DAB290.


Border color

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

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

This div border color is #DAB290.


Opacity

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

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

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

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

This text has shadow with #DAB290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB290 on black background.


Color preview on white background

This text has color #DAB290 on white background.



Black color preview on #DAB290 background

This text has black color on #DAB290 background.


White color preview on #DAB290 background

This text has white color on #DAB290 background.