COLOR #DCDBA6

HEX: #DCDBA6 RGB: (220,219,166)

Color info

#DCDBA6 contains red, green and blue colors in about the same proportion. Web safe color of #DCDBA6 is #CCCC99 (or #CC9).

RGB color model

#DCDBA6 color RGB value is (220,219,166).

RGB: (220,219,166) (86%, 86%, 65%)

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 166 of 255 = 65%

220
219
166

R + G + B ~ 79%. #DCDBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 219 + 166 = 605 (100%)
R 220 of 605 ~ 36.36%
G 219 of 605 ~ 36.2%
B 166 of 605 ~ 27.44'%

%36.36
%36.2
%27.44

CMYK color model

#DCDBA6 color CMYK value is (0,0,25,14).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 24.55%
  • key color value is 13.73%

CMYK: (0,0,25,14)
C0M0Y25K14 (0%, 0%, 25%, 14%)
(0.00 / 0.00 / 0.25 / 0.14)

CMYK percentages

%0
%0.45
%24.55
%13.73

Codes

Color #DCDBA6 in popluar color models

DC DB A6
RGB 220 219 166
HSL 59° 43.55% 75.69%
HSB/HSV 59° 24.55% 86.27%
CMYK 0.00% 0.45% 24.55%
13.73%

Color #DCDBA6 in popluar number systems.

HEX DC DB A6
Decimal 220 219 166
Binary 11011100 11011011 10100110
Octal 334 333 246

Shades and tints

Shades of #DCDBA6

#DCDBA6
(220,219,166)
#C8C897
(200,200,151)
#B4B588
(180,181,136)
#A0A279
(160,162,121)
#8C8F6A
(140,143,106)
#787C5B
(120,124,91)
#64694C
(100,105,76)
#50563D
(80,86,61)
#3C432E
(60,67,46)
#28301F
(40,48,31)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #DCDBA6

#DCDBA6
(220,219,166)
#DFDEAE
(223,222,174)
#E2E1B6
(226,225,182)
#E5E4BE
(229,228,190)
#E8E7C6
(232,231,198)
#EBEACE
(235,234,206)
#EEEDD6
(238,237,214)
#F1F0DE
(241,240,222)
#F4F3E6
(244,243,230)
#F7F6EE
(247,246,238)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDBA6 color. Also use rgb(220,219,166) instead hex code.

Text Font Color

.myTextColor { color: #DCDBA6; }

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

This text font color is #DCDBA6.

Background Color

.myBgColor { background-color: #DCDBA6; }

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

This div background color is #DCDBA6.

Border color

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

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

This div border color is #DCDBA6.

Opacity

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

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

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

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

This text has shadow with #DCDBA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDBA6.

Preview

Color preview on black background

This text has color #DCDBA6 on black background.


Color preview on white background

This text has color #DCDBA6 on white background.


Black color preview on #DCDBA6 background

This text has black color on #DCDBA6 background.


White color preview on #DCDBA6 background

This text has white color on #DCDBA6 background.


Related colors

Complementary color

Complementary color for #hex is #232459.


I love getcolorcode.com

Triadic colors

1 #A6DCDB and #DBA6DC with #DCDBA6 are triadic colors.

2 #A6DBDC and #DBDCA6 with #DCDBA6 are triadic colors.